|
|
@@ -138,7 +138,7 @@
|
|
|
data: {
|
|
|
method: 'addShare',
|
|
|
timestamp: getApp().globalData.globalTimestamp, //Date.now()
|
|
|
- shangjiid:getApp().globalData.lastId,
|
|
|
+ shangjiid:uid,
|
|
|
userid:getApp().globalData.user_id,
|
|
|
sign: md5('addShare' + getApp().globalData.globalTimestamp)
|
|
|
},
|
|
|
@@ -178,7 +178,7 @@
|
|
|
// getApp().globalData.total_times = res.data.msg.total_times;
|
|
|
this.isAuth = getApp().globalData.isAuth;
|
|
|
this.isAuthPhone = getApp().globalData.user_phone;
|
|
|
- let lastId = getApp().globalData.lastId ? getApp().globalData.lastId : res.data.msg.id
|
|
|
+ let lastId = getApp().globalData.lastId ? getApp().globalData.lastId : res.data.msg.id;
|
|
|
this.getPageInfo(res.data.msg.id);
|
|
|
this.getShareInfo(lastId)
|
|
|
}
|