result #8

Merged
popix497f merged 1 commits from zuodanni_branch into master 1 year ago

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

@ -198,7 +198,7 @@ Page({
this.setData({ this.setData({
msg:msg msg:msg
}) })
console.log(this.data.msg) // console.log(this.data.msg)
// console.log(wx.getStorageSync('msg')); // console.log(wx.getStorageSync('msg'));
}.bind(this)); }.bind(this));
} }
@ -206,6 +206,7 @@ Page({
this_.setData({ this_.setData({
user:wx.getStorageSync('msg').gender=="female"?"小美":"小帅" user:wx.getStorageSync('msg').gender=="female"?"小美":"小帅"
}) })
console.log(this.data.msg)
}, },
MakeupApi:function(){ MakeupApi:function(){
// console.log(this.data.face); // console.log(this.data.face);

Loading…
Cancel
Save