|
@@ -86,11 +86,11 @@
|
|
|
</uni-list>
|
|
</uni-list>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="group">
|
|
|
|
|
- <uni-list>
|
|
|
|
|
- <uni-list-item :to="item.to" :title="item.title" showArrow :thumb="item.thumb" thumb-size="sm" v-for="(item,index) in group2" :key="index" />
|
|
|
|
|
- </uni-list>
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+<!-- <view class="group">-->
|
|
|
|
|
+<!-- <uni-list>-->
|
|
|
|
|
+<!-- <uni-list-item :to="item.to" :title="item.title" showArrow :thumb="item.thumb" thumb-size="sm" v-for="(item,index) in group2" :key="index" />-->
|
|
|
|
|
+<!-- </uni-list>-->
|
|
|
|
|
+<!-- </view>-->
|
|
|
|
|
|
|
|
<view class="tabBarLineHeight"></view>
|
|
<view class="tabBarLineHeight"></view>
|
|
|
|
|
|
|
@@ -111,17 +111,18 @@ export default {
|
|
|
return {
|
|
return {
|
|
|
group1:[
|
|
group1:[
|
|
|
// {thumb:'/static/me/u1796.png',title:'贡献奖励记录',rightText:'',to:''},
|
|
// {thumb:'/static/me/u1796.png',title:'贡献奖励记录',rightText:'',to:''},
|
|
|
- {thumb:'/static/me/u1803.png',title:'实名认证',rightText:'',to:'/myPages/realNameAuth/index'},
|
|
|
|
|
|
|
+ // {thumb:'/static/me/u1803.png',title:'实名认证',rightText:'',to:'/myPages/realNameAuth/index'},
|
|
|
{thumb:'/static/me/u1812.png',title:'服务对象管理',rightText:'',to:'/myPages/ServiceObjectManagement/index'},
|
|
{thumb:'/static/me/u1812.png',title:'服务对象管理',rightText:'',to:'/myPages/ServiceObjectManagement/index'},
|
|
|
{thumb:'/static/me/u3.png',title:'我的推广',rightText:'',to:'/myPages/promotionCenter/index'},
|
|
{thumb:'/static/me/u3.png',title:'我的推广',rightText:'',to:'/myPages/promotionCenter/index'},
|
|
|
// {thumb:'/static/me/u1833.png',title:'新老系统切换',rightText:'',to:'/myPages/systemSwitch/index'},
|
|
// {thumb:'/static/me/u1833.png',title:'新老系统切换',rightText:'',to:'/myPages/systemSwitch/index'},
|
|
|
{thumb:'/static/me/u826.png',title:'储值服务',rightText:'',to:'/myPages/recharge/index'},
|
|
{thumb:'/static/me/u826.png',title:'储值服务',rightText:'',to:'/myPages/recharge/index'},
|
|
|
- {thumb:'/static/me/u701.png',title:'交易记录',rightText:'',to:'/myPages/transactionRecord/index'}
|
|
|
|
|
|
|
+ {thumb:'/static/me/u701.png',title:'交易记录',rightText:'',to:'/myPages/transactionRecord/index'},
|
|
|
|
|
+ {thumb:'/static/me/关于我们.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'}
|
|
|
],
|
|
],
|
|
|
group2:[
|
|
group2:[
|
|
|
- {thumb:'/static/me/u1829.png',title:'关于我们',rightText:'',to:'/myPages/aboutOur/index'},
|
|
|
|
|
- {thumb:'/static/me/u10.png',title:'个人信息',rightText:'',to:'/myPages/userInfo/index'},
|
|
|
|
|
- {thumb:'/static/me/u101.png',title:'设置',rightText:'',to:'/myPages/setting/index'}
|
|
|
|
|
|
|
+
|
|
|
|
|
+ // {thumb:'/static/me/u10.png',title:'个人信息',rightText:'',to:'/myPages/userInfo/index'},
|
|
|
|
|
+ // {thumb:'/static/me/u101.png',title:'设置',rightText:'',to:'/myPages/setting/index'}
|
|
|
],
|
|
],
|
|
|
height:'',
|
|
height:'',
|
|
|
title: 'Hello',
|
|
title: 'Hello',
|