Commit 09dad438 by 高淑倩

modify: person_center_background_defalut

parent da91ba3f
...@@ -76,10 +76,10 @@ Component({ ...@@ -76,10 +76,10 @@ Component({
// }) // })
// } // }
let base64 = wx.getFileSystemManager().readFileSync(this.data.baseUrl, "base64"); // let base64 = wx.getFileSystemManager().readFileSync(this.data.baseUrl, "base64");
this.setData({ // this.setData({
baseUrl: "data:image/png;base64," + base64 // baseUrl: "data:image/png;base64," + base64
}) // })
}, },
methods: { methods: {
handleToMemberOfOwn() { handleToMemberOfOwn() {
......
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