上传首页更改
This commit is contained in:
@@ -127,4 +127,9 @@ Page({
|
||||
});
|
||||
|
||||
},
|
||||
jumpToFinance() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/aid/finance/index',
|
||||
})
|
||||
}
|
||||
})
|
@@ -5,7 +5,9 @@
|
||||
"cell": "/components/cell/index",
|
||||
"van-dialog": "@vant/weapp/dialog/index",
|
||||
"dot": "/components/dot/index",
|
||||
"navigator": "/components/navigator/index"
|
||||
"navigator": "/components/navigator/index",
|
||||
"van-grid": "@vant/weapp/grid/index",
|
||||
"van-grid-item": "@vant/weapp/grid-item/index"
|
||||
},
|
||||
"navigationBarTitleText": "我的",
|
||||
"navigationStyle": "custom"
|
||||
|
@@ -1,6 +1,11 @@
|
||||
<!--pages/my/index.wxml-->
|
||||
|
||||
<navigator title="我的" />
|
||||
<van-grid column-num="3">
|
||||
<van-grid-item icon="friends-o" text="财税援助" bind:click="jumpToFinance" />
|
||||
<van-grid-item icon="envelop-o" text="法律援助" />
|
||||
<van-grid-item icon="notes-o" text="电力百科" />
|
||||
</van-grid>
|
||||
<van-cell title="联系客服" value="" is-link bind:tap="connect" />
|
||||
<van-cell wx:if="{{!!user.isAdmin}}" title="二维码" value="" is-link bind:click="jumpToQrCode" />
|
||||
<van-cell wx:if="{{!!user.isAdmin}}" is-link bind:click="jumpToMember">
|
||||
|
Reference in New Issue
Block a user