Commit 2d4291ced8b9e01d550ca2cd38790d902f6a16f0
1 parent
50e8459b
会员中心跳转订单的链接
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/index/index.wxml
... | ... | @@ -93,7 +93,7 @@ |
93 | 93 | </view> |
94 | 94 | <view class="xc-after-sale rel"> |
95 | 95 | <!-- 顶上的一栏 --> |
96 | - <view class="xc-equity-title flex-level" bindtap="go_qy"> | |
96 | + <view class="xc-equity-title flex-level" bindtap="go_order" data-url="/pages/user/order_list/order_list"> | |
97 | 97 | <view class="xc-title-frame flex-space-between"> |
98 | 98 | <view class="flex-vertical xc-title-content"> |
99 | 99 | <image class="xc-title-img" src="{{iurl}}/miniapp/images/hdindan.png" style="width: 50rpx; height: 55rpx;margin-right: 5rpx"></image> | ... | ... |