Commit b36cf03f by 高淑倩

支付页面绑定事件

parent ad402218
......@@ -37,7 +37,12 @@ wxService.page({
amount
})
},
goOrder() {
wxService.router(`/pages/order/order`)
},
goClassificationPage() {
wxService.router(`/pages/category/category`)
},
/**
* 生命周期函数--监听页面隐藏
*/
......
......@@ -11,10 +11,10 @@
/>
<view class="status-success">支付成功</view>
<view class="status-price">¥ {{amount}}</view>
<view class="status-time">交易时间: 2019-03-24 至 2019-06-23</view>
<!-- <view class="status-time">交易时间: 2019-03-24 至 2019-06-23</view> -->
<view class="status-btn weui-flex">
<view class="btn-detail">查看详情</view>
<view class="btn-go-on">继续逛逛</view>
<view class="btn-detail" bindtap="goOrder">查看详情</view>
<view class="btn-go-on" bindtap="goClassificationPage">继续逛逛</view>
</view>
</view>
<view class="status-look df">
......
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