Merge pull request '调整个人中心首页,添加物流无信息提示' (#250) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/250
This commit is contained in:
hansu 2020-08-19 15:20:18 +08:00
commit 35da48a87b
3 changed files with 14 additions and 2 deletions

View File

@ -25,6 +25,7 @@
<view class="info u-line-2">{{ item.content }}</view> <view class="info u-line-2">{{ item.content }}</view>
<view class="date">{{ item.kd_time }}</view> <view class="date">{{ item.kd_time }}</view>
</view> </view>
<u-empty text="暂无物流信息" mode="data" icon-size="88" margin-top="60"></u-empty>
</view> </view>
</view> </view>
</view> </view>

View File

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

BIN
static/image/mine/39.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB