no message
This commit is contained in:
@@ -134,13 +134,13 @@
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
let txt1 = ''
|
let txt3 = ''
|
||||||
this.options1.map(el => {
|
this.options3.map(el => {
|
||||||
if (el.value === this.index1) {
|
if (el.value === this.index3) {
|
||||||
txt1 = el.text
|
txt3 = el.text
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
let res = await cutUpShaft(this.index2, this.index3, txt1, this.upL, this.upR)
|
let res = await cutUpShaft(this.index2, txt3, this.index1, this.upL, this.upR)
|
||||||
this.disabled = false
|
this.disabled = false
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: res.message,
|
title: res.message,
|
||||||
|
|||||||
Reference in New Issue
Block a user