Commit 533a1395 authored by jyx's avatar jyx

签约成功刷新我的页面

parent 1c535af0
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</view> </view>
<view class="trialStyle"> <view class="trialStyle">
<text v-if="hintText"> <text v-if="hintText">
{{hintText}} {{hintText}}
</text> </text>
</view> </view>
...@@ -195,7 +195,12 @@ ...@@ -195,7 +195,12 @@
message.notify('支付成功') message.notify('支付成功')
setTimeout(() => { setTimeout(() => {
navigateBack(); uni.$emit('refreshPreviousPage', {
vipFlag: '1'
});
uni.navigateBack({
delta: 1,
});
}, 1000); }, 1000);
}, },
fail(res) { fail(res) {
...@@ -416,7 +421,7 @@ ...@@ -416,7 +421,7 @@
} }
} }
.trialStyle { .trialStyle {
height: 60rpx; height: 60rpx;
padding: 40rpx; padding: 40rpx;
font-size: 22rpx; 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