Commit 9ac21fb5 by 高淑倩

modify: console

parent 76053f30
......@@ -42,11 +42,9 @@ Component({
})
let base64 = wx.getFileSystemManager().readFileSync(this.data.baseUrl, "base64");
console.log(base64);
this.setData({
baseUrl: "data:image/png;base64," + base64
})
console.log(this.data.baseUrl);
},
methods: {
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