加价弹窗操作后回显失败问题修复

This commit is contained in:
donqi 2022-11-13 23:23:59 +08:00
parent d55464a7a6
commit a03637bb95
1 changed files with 3 additions and 1 deletions

View File

@ -1117,7 +1117,9 @@
let priceObj = await this.getChangedPrice(order);
let refName = e.currentTarget.dataset.ref;
this.showModal(e, order);
this.$nextTick(() => {
this.$refs[refName].init(priceObj);
})
},
viewImage(e, imgList) {
uni.previewImage({