|
@@ -483,6 +483,14 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
settlement(){
|
|
settlement(){
|
|
|
|
+ if(!this.isNull){
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: '您选择的有未设置价格的商品,请重新选择',
|
|
|
|
+ icon:'none',
|
|
|
|
+ duration: 5000
|
|
|
|
+ });
|
|
|
|
+ return false;
|
|
|
|
+ }
|
|
console.log(this.orderData)
|
|
console.log(this.orderData)
|
|
//return false;
|
|
//return false;
|
|
uni.removeStorageSync('couponData');
|
|
uni.removeStorageSync('couponData');
|