|
@@ -97,73 +97,62 @@
|
|
|
<view style="font-size: 34rpx"> 我的服务 </view>
|
|
|
</view>
|
|
|
<view slot="body">
|
|
|
- <view class="u-flex u-row-around u-flex-wrap u-col-between" style="height: 300rpx; font-size: 24rpx">
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(0)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/instock.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
+ <view class="" style="height: 300rpx; font-size: 24rpx">
|
|
|
+ <view class="u-flex u-row-around" style="margin: 20rpx 0;">
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(0)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/instock.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10"> 入库明细 </view>
|
|
|
</view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 入库明细 </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(1)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/outstock.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
- </view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 出库明细 </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(2)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/reward.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
- </view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 奖励明细 </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(3)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/task.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
- </view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 任务统计 </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(4)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/tirenum.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(1)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/outstock.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10"> 出库明细 </view>
|
|
|
</view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 胎号查询 </view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(5)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/me-order.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(2)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/reward.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10"> 奖励明细 </view>
|
|
|
</view>
|
|
|
- <view style="color: #000000" class="u-m-t-10"> 门店订单 </view>
|
|
|
</view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(6)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/brand.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
+ <view class="u-flex u-row-around">
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(5)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/write.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10">核销记录</view>
|
|
|
</view>
|
|
|
- <view style="color: #000000" class="u-m-t-10">
|
|
|
- 经营品牌
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(7)">
|
|
|
- <view>
|
|
|
- <u-image width="80rpx" height="80rpx" src="../../static/sailun/supplier.png" :lazy-load="true" shape="circle">
|
|
|
- </u-image>
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(6)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/brand.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10">
|
|
|
+ 经营品牌
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view style="color: #000000" class="u-m-t-10">
|
|
|
- 我的供应商
|
|
|
+ <view class="u-flex u-row-centter" style="flex-direction: column; width: 25%" @click="inPage(7)">
|
|
|
+ <view>
|
|
|
+ <u-image width="80rpx" height="80rpx" src="../../static/sailun/supplier.png" :lazy-load="true" shape="circle">
|
|
|
+ </u-image>
|
|
|
+ </view>
|
|
|
+ <view style="color: #000000" class="u-m-t-10">
|
|
|
+ 我的供应商
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-card>
|
|
|
<u-cell-group>
|
|
|
- <u-cell-item title="核销记录" @click="inPage(8)">
|
|
|
+<!-- <u-cell-item title="核销记录" @click="inPage(8)">
|
|
|
<u-icon slot="icon" size="42" name="balance-o" custom-prefix="van-icon"></u-icon>
|
|
|
</u-cell-item>
|
|
|
<u-cell-item title="兑换记录" @click="inPage(9)">
|
|
@@ -174,7 +163,7 @@
|
|
|
</u-cell-item>
|
|
|
<u-cell-item v-if="this.$store.state.storeInfo.sourceFlag==1" title="修改地理位置" @click="inPage(12)">
|
|
|
<u-icon slot="icon" size="42" name="points" custom-prefix="van-icon"></u-icon>
|
|
|
- </u-cell-item>
|
|
|
+ </u-cell-item> -->
|
|
|
<u-cell-item title="设置" @click="inPage(11)">
|
|
|
<u-icon slot="icon" size="42" name="setting-o" custom-prefix="van-icon"></u-icon>
|
|
|
</u-cell-item>
|
|
@@ -299,10 +288,10 @@
|
|
|
}
|
|
|
case 5:
|
|
|
{
|
|
|
- this.$u.toast("门店订单暂不开放");
|
|
|
- // this.$u.route({
|
|
|
- // url: 'pages/me/my-order/my-order',
|
|
|
- // })
|
|
|
+ // this.$u.toast("门店订单暂不开放");
|
|
|
+ this.$u.route({
|
|
|
+ url: 'pages/me/Write-off-management/index',
|
|
|
+ })
|
|
|
break;
|
|
|
}
|
|
|
case 6:
|