|
@@ -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() {
|