Commit 9ac21fb5 by 高淑倩

modify: console

parent 76053f30
...@@ -40,13 +40,11 @@ Component({ ...@@ -40,13 +40,11 @@ Component({
memberCardNo, memberCardNo,
memberActivateStatus memberActivateStatus
}) })
let base64 = wx.getFileSystemManager().readFileSync(this.data.baseUrl, "base64"); let base64 = wx.getFileSystemManager().readFileSync(this.data.baseUrl, "base64");
console.log(base64);
this.setData({ this.setData({
baseUrl: "data:image/png;base64," + base64 baseUrl: "data:image/png;base64," + base64
}) })
console.log(this.data.baseUrl);
}, },
methods: { methods: {
toBonusDetails() { toBonusDetails() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment