This commit is contained in:
Gdpao
2020-08-04 19:46:42 +08:00
26 changed files with 559 additions and 185 deletions

View File

@@ -42,7 +42,7 @@
},
{
id: 0,
url: '../../static/pageD/info(13).png.png',
url: '../../static/pageD/info(13).png',
text: '活动消息'
},
{

View File

@@ -68,10 +68,14 @@
<view>试穿试送</view>
</view>
<view @click="toOtherPage('/order/Index?current=5')">
<image src="/static/image/mine/37.png"></image>
<view>拼团中</view>
</view>
<view @click="toOtherPage('/order/Index?current=6')">
<image src="/static/image/mine/9.png"></image>
<view>售后</view>
</view>
<view @click="toOtherPage('/order/Index?current=6')">
<view @click="toOtherPage('/order/Index?current=7')">
<image src="/static/image/mine/3.png"></image>
<view>待评价</view>
</view>

View File

@@ -301,7 +301,7 @@
.fenlei {
display: flex;
flex-wrap: wrap;
padding: 30rpx;
padding: 30rpx;
margin-bottom: 20rpx;
background-color: #ffffff;
}