|
|
@ -86,6 +86,10 @@ Page({ |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
phoneShopInfo: function(){ |
|
|
phoneShopInfo: function(){ |
|
|
|
|
|
if(!app.globalData.userInfo){ |
|
|
|
|
|
wx.navigateTo({ url: '/pages/login/index'}) |
|
|
|
|
|
return |
|
|
|
|
|
} |
|
|
if(this.check()){ |
|
|
if(this.check()){ |
|
|
wx.makePhoneCall({ phoneNumber: this.data.orderInfo.ownerPhone }) |
|
|
wx.makePhoneCall({ phoneNumber: this.data.orderInfo.ownerPhone }) |
|
|
} |
|
|
} |
|
|
|