shish 9 месяцев назад
Родитель
Сommit
ff6bbe9c75
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/goods/result.vue

+ 1 - 1
hdApp/src/admin/goods/result.vue

@@ -158,7 +158,7 @@ export default {
 			uni.navigateBack({})
 		},
 		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 customId = this.getMyShopInfo && Number(this.getMyShopInfo.defaultCustomId)>0 ? this.getMyShopInfo.defaultCustomId : 0
 			if(Number(customId)<=0){