|
@@ -273,7 +273,7 @@ export default {
|
|
|
appealId:'',
|
|
appealId:'',
|
|
|
appealReason:'',
|
|
appealReason:'',
|
|
|
orderId:'',
|
|
orderId:'',
|
|
|
- curServiceTab:1,
|
|
|
|
|
|
|
+ curServiceTab:2,
|
|
|
userInfo:{},
|
|
userInfo:{},
|
|
|
tradeNo:'',
|
|
tradeNo:'',
|
|
|
password:''
|
|
password:''
|
|
@@ -314,12 +314,7 @@ export default {
|
|
|
});
|
|
});
|
|
|
that.$refs.popup.close()
|
|
that.$refs.popup.close()
|
|
|
that.getOrderDetailByOrderId(that.orderId)
|
|
that.getOrderDetailByOrderId(that.orderId)
|
|
|
- }).catch(() =>{
|
|
|
|
|
- that.$refs.popup.close()
|
|
|
|
|
- uni.showToast({
|
|
|
|
|
- title: "操作失败"
|
|
|
|
|
- })
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ })
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -378,11 +373,7 @@ export default {
|
|
|
that.$refs.popup.close()
|
|
that.$refs.popup.close()
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
- }).catch(() =>{
|
|
|
|
|
- uni.showToast({
|
|
|
|
|
- title: "操作失败"
|
|
|
|
|
- })
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ })
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -450,7 +441,10 @@ export default {
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
payItem(num){
|
|
payItem(num){
|
|
|
- if (this.userInfo.balance < this.price){
|
|
|
|
|
|
|
+ console.log('this.userInfo.balance',this.userInfo.balance*1)
|
|
|
|
|
+ console.log('this.price',this.allPrice*1)
|
|
|
|
|
+
|
|
|
|
|
+ if (this.userInfo.balance*1 < this.allPrice*1 && num == 1){
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
this.curServiceTab = num
|
|
this.curServiceTab = num
|