加价弹窗操作后回显失败问题修复
This commit is contained in:
parent
d55464a7a6
commit
a03637bb95
|
|
@ -1117,7 +1117,9 @@
|
||||||
let priceObj = await this.getChangedPrice(order);
|
let priceObj = await this.getChangedPrice(order);
|
||||||
let refName = e.currentTarget.dataset.ref;
|
let refName = e.currentTarget.dataset.ref;
|
||||||
this.showModal(e, order);
|
this.showModal(e, order);
|
||||||
|
this.$nextTick(() => {
|
||||||
this.$refs[refName].init(priceObj);
|
this.$refs[refName].init(priceObj);
|
||||||
|
})
|
||||||
},
|
},
|
||||||
viewImage(e, imgList) {
|
viewImage(e, imgList) {
|
||||||
uni.previewImage({
|
uni.previewImage({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue