|
@@ -13,9 +13,10 @@
|
|
<!-- 列表 -->
|
|
<!-- 列表 -->
|
|
<view class="user-list">
|
|
<view class="user-list">
|
|
<u-cell-group>
|
|
<u-cell-group>
|
|
- <u-cell-item icon="file-text" icon-size="40" :icon-style="{color:'#ffaa00'}" index="0" @click="toPage" title="服务协议及隐私政策"></u-cell-item>
|
|
|
|
- <u-cell-item icon="info-circle" icon-size="38" :icon-style="{color:'#55aa00'}" index="1" @click="toPage" title="关于我们"></u-cell-item>
|
|
|
|
- <u-cell-item icon="lock" icon-size="38" :icon-style="{color:'#00aaff'}" index="2" @click="toPage" title="修改密码"></u-cell-item>
|
|
|
|
|
|
+ <!-- <u-cell-item icon="search" icon-size="36" :icon-style="{color:'#ff0000'}" index="0" @click="toPage" title="用户乐豆查询及核销"></u-cell-item> -->
|
|
|
|
+ <u-cell-item icon="info-circle" icon-size="38" :icon-style="{color:'#55aa00'}" index="2" @click="toPage" title="关于我们"></u-cell-item>
|
|
|
|
+ <u-cell-item icon="file-text" icon-size="40" :icon-style="{color:'#ffaa00'}" index="1" @click="toPage" title="服务协议及隐私政策"></u-cell-item>
|
|
|
|
+ <u-cell-item icon="lock" icon-size="38" :icon-style="{color:'#00aaff'}" index="3" @click="toPage" title="修改密码"></u-cell-item>
|
|
</u-cell-group>
|
|
</u-cell-group>
|
|
</view>
|
|
</view>
|
|
<!-- 退出 -->
|
|
<!-- 退出 -->
|
|
@@ -59,6 +60,7 @@
|
|
// 打开对应的页面
|
|
// 打开对应的页面
|
|
toPage(index){
|
|
toPage(index){
|
|
let pageUrl=[
|
|
let pageUrl=[
|
|
|
|
+ '/pages/userCenter/leDouQuery',
|
|
'/pages/agreement/agreement?fromPage=usercenter',
|
|
'/pages/agreement/agreement?fromPage=usercenter',
|
|
'/pages/userCenter/aboutUs',
|
|
'/pages/userCenter/aboutUs',
|
|
'/pages/userCenter/changePwd'
|
|
'/pages/userCenter/changePwd'
|