This commit is contained in:
2025-03-10 15:54:07 +08:00
parent db7c315542
commit 546c193175
3 changed files with 6 additions and 6 deletions

View File

@@ -59,7 +59,7 @@
this.index1 = e.detail.value
},
async _queryOrderInfo () {
let res = await queryOrderInfo()
let res = await queryOrderInfo('1')
this.options = [...res.data]
this.options.map(el => {
this.$set(el, 'text', el.zc_point)
@@ -78,7 +78,7 @@
return
}
try {
let res = await temporaryStorage(this.index1, this.index)
let res = await temporaryStorage(this.options1[this.index1].value, this.index)
this.clearUp()
uni.showToast({
title: res.message,