Fix:5851 【商城小程序】【商户入驻-店铺入驻】提交店铺申请后点击“撤销申请”按钮,店铺入驻详情页验证码输入框无法输入内容并且缺失【获取验证码】按钮
This commit is contained in:
@@ -972,6 +972,7 @@ export default {
|
||||
duration: 3000,
|
||||
success: () => {
|
||||
this.showRemove = false
|
||||
this.reviewing = false
|
||||
}
|
||||
})
|
||||
this.initInfo()
|
||||
|
||||
@@ -1162,6 +1162,7 @@ export default {
|
||||
duration: 3000,
|
||||
success: () => {
|
||||
this.showRemove = false
|
||||
this.reviewing = false
|
||||
}
|
||||
})
|
||||
this.initInfo()
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user