| xqd
@@ -65,9 +65,34 @@
|
|
|
</view>
|
|
|
</app-jump-button>
|
|
|
</view>
|
|
|
+ <view class="item" @click="goUrl">
|
|
|
+
|
|
|
+ <app-jump-button form
|
|
|
+ url="pages/sp/index/index"
|
|
|
+ open_type="item.open_type"
|
|
|
+ item="item"
|
|
|
+ :arrangement="`${userCenter.menu_style === '1' ? 'row' : userCenter.menu_style === '2' ? 'column' : ''}`">
|
|
|
+ <view style="width: 100%"
|
|
|
+ class="item-container"
|
|
|
+ :class="[
|
|
|
+ userCenter.menu_style=='1'?'dir-left-nowrap cross-center':'',
|
|
|
+ userCenter.menu_style=='2'?'dir-top-nowrap cross-center':'',
|
|
|
+ ]">
|
|
|
+ <view class="box-grow-0">
|
|
|
+ <image src="https://t12.9026.com/web/statics/img/mall/pick-link/icon-user-card.png" class="icon"></image>
|
|
|
+ </view>
|
|
|
+ <view class="box-grow-1" style="max-width: 100%">
|
|
|
+ <view class="name">碎屏险中心</view>
|
|
|
+ </view>
|
|
|
+ <view class="box-grow-0" v-if="userCenter.menu_style=='1'">
|
|
|
+ <image src="/static/image/icon/arrow-right.png" class="arrow"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </app-jump-button>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="app-my-service" v-if="userCenter.is_menu_status == 1">
|
|
|
+ <!-- <view class="app-my-service" v-if="userCenter.is_menu_status == 1">
|
|
|
<view class="list" :class="[listStyle]">
|
|
|
<view class="item" @click="goUrl">
|
|
|
<app-jump-button form
|
| xqd
@@ -89,7 +114,7 @@
|
|
|
</app-jump-button>
|
|
|
</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<app-copyright
|
|
|
v-if="copyright && copyright.status == '1'"
|
|
|
background-color="transparent"
|