Merge pull request 'gdpao' (#312) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/312
This commit is contained in:
gyh 2020-08-31 16:33:10 +08:00
commit 0de127d351
3 changed files with 12 additions and 3 deletions

View File

@ -16,6 +16,11 @@
"autoclose" : true,
"delay" : 0
},
"safearea": { //iOS
"bottom": { //
"offset": "none" // "none""auto""none"
}
},
/* */
"modules" : {
"OAuth" : {},

View File

@ -500,7 +500,6 @@
.container {
position: relative;
background-color: #FF0000 !important;
}
/* 关闭 */

View File

@ -100,9 +100,10 @@
<image src="/static/image/mine/16.png"></image>
<view>使用帮助</view>
</view>
<view @click="toOtherPage('/more/Complaints')">
<view class="badge-box" @click="toOtherPage('/more/Complaints')">
<image src="/static/image/mine/15.png"></image>
<view>投诉意见</view>
<u-badge size="mini" :count="userInfo.feedback_show" :offset="offset" type="error"></u-badge>
</view>
<!-- <view></view> -->
</view>
@ -163,7 +164,8 @@ export default {
link: '/order/Index?current=7',
number: '',
},
]
],
offset: [-10,6]
};
},
filters: {
@ -466,6 +468,9 @@ export default {
margin-right: 36rpx;
}
}
.badge-box {
position: relative;
}
}
}
}