Commit 9fb21378 by 施宇

111

parent 9c7d4efe
......@@ -21,7 +21,7 @@ Component({
* 组件的初始数据
*/
data: {
userInfo:wx.getStorageSync('userInfo'),
userInfo:null,
storeInfo:null,
drop1:false,
drop2:false,
......@@ -44,6 +44,9 @@ Component({
},
attached: function() {
// 在组件实例进入页面节点树时执行
this.setData({
userInfo:wx.getStorageSync('userInfo')
})
this.judgePagePath();
if(!this.data.userInfo){
this.getUserData();
......
......@@ -265,7 +265,6 @@ Page({
})
return;
}else{
// 109P0424J3013
me.setData({
listArr:[info],
receivingId:info.receiving_id
......
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 sign in to comment