|
|
@@ -419,7 +419,12 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
// sales() {
|
|
|
- // this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
|
|
|
+ // console.log('=====');
|
|
|
+ // wx.showToast({
|
|
|
+ // icon: 'none',
|
|
|
+ // title: '敬请开放'
|
|
|
+ // });
|
|
|
+ // // this.navigateTo('/pages/chat?toUserId=' + this.store.userId + '&toName=' + this.store.storeName);
|
|
|
// },
|
|
|
Apply() {
|
|
|
this.navigateTo('/pages/Apply?id=' + this.orderInfoId);
|