|
|
@@ -330,6 +330,14 @@ export default {
|
|
|
},
|
|
|
Apply() {
|
|
|
this.navigateTo('/pages/Apply?id=' + this.id);
|
|
|
+ // if (this.status == 'PAYED') {
|
|
|
+ // this.navigateTo('/pages/Apply?id=' + this.id);
|
|
|
+ // } else {
|
|
|
+ // wx.showToast({
|
|
|
+ // icon: 'none',
|
|
|
+ // title: '卡包已开箱,无法申请退款'
|
|
|
+ // });
|
|
|
+ // }
|
|
|
},
|
|
|
applydetails() {
|
|
|
this.navigateTo('/pages/Applydetails?id=' + this.id);
|