This commit is contained in:
2026-01-08 15:54:45 +08:00
parent df9ef8b48e
commit 69b43ee468
5 changed files with 14 additions and 10 deletions

View File

@@ -137,8 +137,10 @@
this.disabled = false
return
}
console.log(0)
try {
let res = await confirmIn(this.val1, this.val2, this.index)
// this.$store.getters.loginName
let res = await confirmIn(this.val1, this.val2, this.index, JSON.parse(this.$store.getters.userInfo).user.user_id)
if (res.code === '200') {
uni.showToast({
title: res.message,
@@ -151,7 +153,9 @@
icon: 'none'
})
this.disabled = false
console.log(2)
}
console.log(3)
} catch (e) {
this.disabled = false
}