调整个人中心首页,添加物流无信息提示

This commit is contained in:
2020-08-19 15:19:25 +08:00
parent 86d765d6ba
commit 5dd4023f97
3 changed files with 14 additions and 2 deletions

View File

@@ -106,6 +106,10 @@
<image src="/static/image/mine/25.png"></image>
<view>优惠券</view>
</view>
<view @click="toOtherPage('/order/Index?current=4')">
<image src="/static/image/mine/39.png"></image>
<view>试穿试送</view>
</view>
</view>
</view>
<view class="more-tool">
@@ -127,6 +131,7 @@
<image src="/static/image/mine/15.png"></image>
<view>投诉意见</view>
</view>
<!-- <view></view> -->
</view>
</view>
</view>
@@ -449,8 +454,11 @@ export default {
$image-width: 71rpx
);
.content {
> view {
width: 100rpx;
}
> view:not(:last-child) {
margin-right: 58rpx;
margin-right: 36rpx;
}
}
}
@@ -462,8 +470,11 @@ export default {
$image-width: 71rpx
);
.content {
> view {
width: 100rpx;
}
> view:not(:last-child) {
margin-right: 46rpx;
margin-right: 36rpx;
}
}
}