删除多余文件,我的页面调整

main
xuechunyuan 2 years ago
parent 250f54f4e8
commit 92fca44250
  1. 16
      pages/pages_zhentou/myPage/myPage.vue

@ -6,7 +6,7 @@
</view>
<view class="cnt-box">
<view class="title">用户功能</view>
<view class="li_box" @click="returnAddress">
<view class="li_box" @click="returnOrder">
<view class="li_left">
<image src="../../../static/image/icon-order.png" style="width: 40rpx; height: 40rpx;margin-right: 13rpx;"></image>
我的订单
@ -20,7 +20,7 @@
</view>
<image src="../../../static/image/icon-arrow-right.png" style="width: 40rpx; height: 40rpx;"></image>
</view>
<view class="li_box" @click="returnAddress">
<view class="li_box" @click="returnContact">
<view class="li_left">
<image src="../../../static/image/icon-contact.png" style="width: 40rpx; height: 40rpx;margin-right: 13rpx;"></image>
售货服务
@ -49,6 +49,16 @@
}
},
methods: {
returnOrder(){
uni.navigateTo({
url:"/pages/pages_zhentou/order/order"
})
},
returnContact(){
uni.navigateTo({
url:"/pages/pages_zhentou/myPage/address"
})
},
returnAddress(){
uni.navigateTo({
url:"/pages/pages_zhentou/myPage/address"
@ -103,7 +113,7 @@
font-weight: bold;
color: #333333;
line-height: 37rpx;
margin: 0 16rpx 30rpx 52rpx;
margin: 0 16rpx 52rpx 30rpx;
.li_left{
display: flex;
align-items: center;

Loading…
Cancel
Save