|
@@ -6,11 +6,7 @@
|
|
|
<u-grid :col="4" :border="false" @click="toPage">
|
|
|
<u-grid-item :index="3">
|
|
|
<u-image width="90rpx" height="90rpx" src="/static/hexiao.png"></u-image>
|
|
|
- <view class="grid-text">投递/支付</view>
|
|
|
- </u-grid-item>
|
|
|
- <u-grid-item :index="2">
|
|
|
- <u-image width="90rpx" height="90rpx" src="/static/shouyi.png"></u-image>
|
|
|
- <view class="grid-text">我的投递码</view>
|
|
|
+ <view class="grid-text">投递/兑换</view>
|
|
|
</u-grid-item>
|
|
|
<u-grid-item :index="0">
|
|
|
<u-image width="90rpx" height="90rpx" src="/static/zhinan.png"></u-image>
|
|
@@ -20,6 +16,10 @@
|
|
|
<u-image width="90rpx" height="90rpx" src="/static/liucheng.png"></u-image>
|
|
|
<view class="grid-text">使用指南</view>
|
|
|
</u-grid-item>
|
|
|
+ <u-grid-item :index="2">
|
|
|
+ <u-image width="90rpx" height="90rpx" src="/static/shouyi.png"></u-image>
|
|
|
+ <view class="grid-text">投递二维码</view>
|
|
|
+ </u-grid-item>
|
|
|
</u-grid>
|
|
|
</view>
|
|
|
<!-- 网点 -->
|