ZZ hai 3 semanas
pai
achega
1a1f1a7002
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mer_uniapp/pages/goods/goods_details/index.vue

+ 1 - 1
mer_uniapp/pages/goods/goods_details/index.vue

@@ -1083,7 +1083,6 @@
 			if (options.dataItem) {
 				this.dataItem = JSON.parse(options.dataItem) || {}
 				this.getSecondHandDetailApi()
-				this.productPrice.price = this.dataItem.price || '';
 			}
 			console.log(this.dataItem)
 			this.iSshop = this.options.iSshop //判断显示店铺
@@ -1322,6 +1321,7 @@
 						})
 						console.log(that.dataItem.orderNo)
 					}
+					that.productPrice.price = that.dataItem.price || '';
 				});
 			},
 			shoucangClick() {