Commit 533a1395 authored by jyx's avatar jyx

签约成功刷新我的页面

parent 1c535af0
......@@ -43,7 +43,7 @@
</view>
<view class="trialStyle">
<text v-if="hintText">
<text v-if="hintText">
{{hintText}}
</text>
</view>
......@@ -195,7 +195,12 @@
message.notify('支付成功')
setTimeout(() => {
navigateBack();
uni.$emit('refreshPreviousPage', {
vipFlag: '1'
});
uni.navigateBack({
delta: 1,
});
}, 1000);
},
fail(res) {
......@@ -416,7 +421,7 @@
}
}
.trialStyle {
.trialStyle {
height: 60rpx;
padding: 40rpx;
font-size: 22rpx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment