|
@@ -56,16 +56,16 @@
|
|
|
</block> -->
|
|
|
|
|
|
<!-- 自助服务 -->
|
|
|
- <view class="service-container card">
|
|
|
+ <!-- <view class="service-container card">
|
|
|
<view class="home-title">
|
|
|
<view class="left">自助服务</view>
|
|
|
- <!-- <view class="right" @tap="toWorkorder">
|
|
|
+ <view class="right" @tap="toWorkorder">
|
|
|
<text class="text">我的服务单</text>
|
|
|
<text class="iconfont icon-jinru"></text>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="list">
|
|
|
- <!-- <view class="item" v-for="(item, index) in serviceList" :key="index" @tap="toPage(item.url)">
|
|
|
+ <view class="item" v-for="(item, index) in serviceList" :key="index" @tap="toPage(item.url)">
|
|
|
<image :src="item.icon" mode="aspectFill" v-if="item.icon"></image>
|
|
|
<image
|
|
|
:src="require(`@/static/images/home/service-icon${item.code}.png`)"
|
|
@@ -73,13 +73,13 @@
|
|
|
v-else-if="item.code"
|
|
|
></image>
|
|
|
<text>{{ item.title }}</text>
|
|
|
- </view> -->
|
|
|
+ </view>
|
|
|
<view class="item" v-if="userInfo.isShowLease" @tap="toPage('/packageHome/pages/service/tenancy')">
|
|
|
<image :src="require(`@/static/images/home/service-icon5.png`)" mode="aspectFill"></image>
|
|
|
<text>设备租赁</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<!-- 扫码活动 -->
|
|
|
<view class="swiper2-container" v-if="codeActivityList.length > 0">
|
|
@@ -135,7 +135,7 @@
|
|
|
</view>
|
|
|
|
|
|
<!-- 二手商城 -->
|
|
|
- <view class="other-container card" v-if="(isServiceUser || isWorkerUser) && userInfo.moduleEs">
|
|
|
+ <!-- <view class="other-container card" v-if="(isServiceUser || isWorkerUser) && userInfo.moduleEs">
|
|
|
<view class="home-title">
|
|
|
<view class="left">二手商城</view>
|
|
|
</view>
|
|
@@ -152,7 +152,7 @@
|
|
|
<text>{{ item.title }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
|
|
|
<!-- 分享收益 -->
|
|
|
<!-- <view class="share-container card" v-if="isServiceUser || isWorkerUser">
|