1. 修复了一些问题
This commit is contained in:
4
.idea/inspectionProfiles/Project_Default.xml
generated
4
.idea/inspectionProfiles/Project_Default.xml
generated
@@ -15,7 +15,7 @@
|
||||
<inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="myValues">
|
||||
<value>
|
||||
<list size="22">
|
||||
<list size="24">
|
||||
<item index="0" class="java.lang.String" itemvalue="nobr" />
|
||||
<item index="1" class="java.lang.String" itemvalue="noembed" />
|
||||
<item index="2" class="java.lang.String" itemvalue="comment" />
|
||||
@@ -38,6 +38,8 @@
|
||||
<item index="19" class="java.lang.String" itemvalue="u-checkbox-group" />
|
||||
<item index="20" class="java.lang.String" itemvalue="u-checkbox" />
|
||||
<item index="21" class="java.lang.String" itemvalue="u-subsection" />
|
||||
<item index="22" class="java.lang.String" itemvalue="u-tabbar" />
|
||||
<item index="23" class="java.lang.String" itemvalue="u-navbar" />
|
||||
</list>
|
||||
</value>
|
||||
</option>
|
||||
|
||||
@@ -44,7 +44,7 @@ export default {
|
||||
let bottom = '32rpx';
|
||||
if (this.showTabbar) {
|
||||
// bottom = 'calc(100rpx + env(safe-area-inset-bottom))';
|
||||
bottom = '-7rpx';
|
||||
bottom = 'calc(100rpx + env(safe-area-inset-bottom))';
|
||||
}
|
||||
return {
|
||||
paddingTop: top + 'px',
|
||||
|
||||
@@ -23,8 +23,8 @@ export function getSalespersonContext() {
|
||||
canDoctorInput: true,
|
||||
},
|
||||
tabList: [
|
||||
{ text: '工作台', iconPath: '/static/tabbar/home.png', selectedIconPath: '/static/tabbar/home-active.png', pagePath: SALESPERSON_HOME },
|
||||
{ text: '我的', iconPath: '/static/tabbar/my.png', selectedIconPath: '/static/tabbar/my-active.png', pagePath: SALESPERSON_MY },
|
||||
{ text: '工作台', iconPath: 'home', selectedIconPath: 'home-fill', pagePath: SALESPERSON_HOME },
|
||||
{ text: '我的', iconPath: 'account', selectedIconPath: 'account-fill', pagePath: SALESPERSON_MY },
|
||||
],
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user