Commit c87e33cd authored by mengcuiguang's avatar mengcuiguang

Merge branch 'dev_helixiaogushi_weixin_240717' of...

Merge branch 'dev_helixiaogushi_weixin_240717' of http://gitlab.mints-id.com/android/uniapp_vedio into dev_helixiaogushi_weixin_240717
parents 25681baa 533a1395
......@@ -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