新增反馈中心

This commit is contained in:
Rain Sun 2018-10-01 14:15:55 +08:00
parent 74e09d4061
commit 321a3dceca
3 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,7 @@
{
"pages": [
"welcome/login/login",
"pages/feedBack/feedBack",
"welcome/login/login",
"manage/show/show",
"manage/manage",
"manage/absent/absent",
@ -14,7 +13,6 @@
"welcome/signin/signin",
"pages/user/guanyu/guanyu",
"pages/user/user"
],
"window": {
"navigationBarBackgroundColor": "#0061bf"

View File

@ -72,6 +72,11 @@ Page({
wx.navigateTo({
url: 'guanyu/guanyu',
})
},
fankui: function (event) {
wx.navigateTo({
url: '../feedBack/feedBack',
})
}
})

View File

@ -20,6 +20,10 @@
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/xinxi.png"></image>
<text>账号信息</text>
<view class="detail-item-btn"></view>
</view><view class="detail-item" catchtap="fankui">
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/fankui.png"></image>
<text>反馈中心</text>
<view class="detail-item-btn"></view>
</view>
<view class="detail-item" catchtap="guanyu">
<image src="http://supcache.wanyuanyin.cn/data/maoye.club/yingbo/rcs/images/user/guanyu.png"></image>