|
|
@@ -118,7 +118,6 @@
|
|
|
},
|
|
|
onShow() {
|
|
|
this.isAuth =getApp().globalData.isAuth;
|
|
|
- this.isAuthPhone = getApp().globalData.user_phone;
|
|
|
},
|
|
|
onShareAppMessage() {
|
|
|
return {
|
|
|
@@ -175,6 +174,7 @@
|
|
|
// getApp().globalData.times = res.data.msg.times;
|
|
|
// getApp().globalData.total_times = res.data.msg.total_times;
|
|
|
this.isAuth = getApp().globalData.isAuth;
|
|
|
+ this.isAuthPhone = getApp().globalData.user_phone;
|
|
|
this.getPageInfo(res.data.msg.id);
|
|
|
this.getShareInfo(res.data.msg.id)
|
|
|
}
|