|
@@ -38,6 +38,7 @@ export default {
|
|
|
},
|
|
|
onLoad() {
|
|
|
if(this.$hasPermissions("B_spotConfig_new_mobile")){
|
|
|
+ // #ifdef APP-PLUS
|
|
|
// 设置标题栏按钮
|
|
|
let currentWebview = this.$scope.$getAppWebview();
|
|
|
currentWebview.setTitleNViewButtonStyle(0, {
|
|
@@ -47,6 +48,7 @@ export default {
|
|
|
width: '80px',
|
|
|
fontSrc: '/static/iconfont/iconfont.ttf'
|
|
|
});
|
|
|
+ // #endif
|
|
|
}
|
|
|
|
|
|
// 首次加载列表
|