ZZ 3 weeks ago
parent
commit
1a1f1a7002
1 changed files with 1 additions and 1 deletions
  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() {