Fix:5851 【商城小程序】【商户入驻-店铺入驻】提交店铺申请后点击“撤销申请”按钮,店铺入驻详情页验证码输入框无法输入内容并且缺失【获取验证码】按钮

This commit is contained in:
linxi
2026-08-24 12:25:59 +08:00
parent 1845171a1e
commit f38ba76ac0
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -972,6 +972,7 @@ export default {
duration: 3000,
success: () => {
this.showRemove = false
this.reviewing = false
}
})
this.initInfo()
+1
View File
@@ -1162,6 +1162,7 @@ export default {
duration: 3000,
success: () => {
this.showRemove = false
this.reviewing = false
}
})
this.initInfo()
+2 -1
View File
@@ -122,7 +122,7 @@
placeholder="请填写验证码"
/>
</view>
<view class="captcha-wrap-ft">
<view class="captcha-wrap-ft" v-if="!reviewing">
<u-code
ref="uCode"
seconds="30"
@@ -529,6 +529,7 @@ export default {
duration: 3000,
success: () => {
this.showRemove = false
this.reviewing = false
}
})
this.initInfo()