109
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user