|
@@ -22,7 +22,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <template v-if="isDealerUser || isDriverUser">
|
|
|
+ <!-- <template v-if="isDealerUser || isDriverUser">
|
|
|
<view class="menu-wrap">
|
|
|
<u-cell :isLink="true" arrow-direction="right" @click="doSomething(allOrder)" :border="false"
|
|
|
:customStyle="{'background':'#fff','font-weight':'bold','padding':'10rpx 10rpx','borderBottom':'2rpx solid #f5f7fa'}"
|
|
@@ -44,7 +44,6 @@
|
|
|
<u-cell :isLink="true" arrow-direction="right" :border="false" class="cell-item"
|
|
|
v-for="(item,index) in dealerMenuList" @click.native="doSomething(item)" :key="index"
|
|
|
:title="item.title">
|
|
|
- <!-- <image slot="icon" :src="item.icon" class="cell-icon" /> -->
|
|
|
<u-icon slot="icon" :name="item.icon" color="#2979ff" size="24" class="cell-icon"></u-icon>
|
|
|
</u-cell>
|
|
|
</u-cell-group>
|
|
@@ -59,7 +58,7 @@
|
|
|
</u-cell-group>
|
|
|
</template>
|
|
|
</view>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<Bars></Bars>
|
|
|
</view>
|
|
|
</template>
|