vip确定按钮后退错误
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
},
|
||||
created() {
|
||||
this.$store.commit('setCode', '')
|
||||
this.text = '清理完成'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</view>
|
||||
<view class="info-inputs">
|
||||
<picker :range="section" range-key="name" :value="sectionIndex" @change="pickerChange">
|
||||
<view class="picker-text">
|
||||
<view class="picker-text nowrap">
|
||||
{{section[sectionIndex].name}}
|
||||
<uni-icons class="icon" type="arrowdown" color="#555"></uni-icons>
|
||||
</view>
|
||||
|
||||
@@ -244,8 +244,9 @@ export default {
|
||||
uni.showModal({
|
||||
title : '提示',
|
||||
content : '支付成功,恭喜您成功开通',
|
||||
cancelColor: '#8b64fd',
|
||||
success() {
|
||||
showCancel:false,
|
||||
confirmColor: '#8b64fd',
|
||||
success : ()=> {
|
||||
this.$Router.back()
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user