|
@@ -158,7 +158,7 @@ export default {
|
|
|
uni.navigateBack({})
|
|
uni.navigateBack({})
|
|
|
},
|
|
},
|
|
|
confirmOrder() {
|
|
confirmOrder() {
|
|
|
- let product = [{productId:this.goodsId,bigNum:this.form.num,smallNum:null,property:0,num:this.form.num,unitType:0,unitPrice:this.form.goodsPrice}]
|
|
|
|
|
|
|
+ let product = [{productId:this.goodsId,bigNum:this.form.num,smallNum:null,property:0,num:this.form.num,unitType:0,unitPrice:this.goodsPrice}]
|
|
|
let json = JSON.stringify(product)
|
|
let json = JSON.stringify(product)
|
|
|
let customId = this.getMyShopInfo && Number(this.getMyShopInfo.defaultCustomId)>0 ? this.getMyShopInfo.defaultCustomId : 0
|
|
let customId = this.getMyShopInfo && Number(this.getMyShopInfo.defaultCustomId)>0 ? this.getMyShopInfo.defaultCustomId : 0
|
|
|
if(Number(customId)<=0){
|
|
if(Number(customId)<=0){
|