This commit is contained in:
蔡玲
2024-11-18 10:58:41 +08:00
parent f201e2273a
commit 996864401a
2 changed files with 5 additions and 5 deletions

View File

@@ -339,7 +339,7 @@
this.show = false
try {
let res = await receiptBillDetailSetStor(this.value2, this.popData)
if (res.code === '1') {
if (res.code === 1) {
this._receiptBillDetailPage(this.popObj)
}
uni.showToast({