Commit 9b55e5c2 authored by 郑秀明's avatar 郑秀明

bug 修改

parent e5f6d550
......@@ -3,7 +3,7 @@
<view class="nav">支付状态</view>
<view class="icon"></view>
<view class="title">支付成功</view>
<button class="btn" type="default"><text>{{time}}</text>s)跳转个人中心</button>
<button class="btn" type="default" @click="jumpPhp"><text>{{time}}</text>s)跳转个人中心</button>
</view>
</template>
......@@ -27,6 +27,11 @@
}
this.time = this.time - 1;
}, 1000)
},
methods:{
jumpPhp(){
this.$jump(`${origin}/index.php?app=member`);
}
}
}
</script>
......
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