|
@@ -66,7 +66,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <u-empty :text="noDataText" img-width="120" v-if="list.length==0 && status!='loading'" mode="list"></u-empty>
|
|
|
|
|
|
+ <u-empty style="padding-top: 30vh;height: auto;" :text="noDataText" img-width="120" v-if="list.length==0 && status!='loading'" mode="list"></u-empty>
|
|
<view v-if="index==current" style="padding: 20upx;">
|
|
<view v-if="index==current" style="padding: 20upx;">
|
|
<u-loadmore v-if="total>pageSize || status=='loading'" :status="status" />
|
|
<u-loadmore v-if="total>pageSize || status=='loading'" :status="status" />
|
|
</view>
|
|
</view>
|
|
@@ -146,6 +146,7 @@
|
|
},
|
|
},
|
|
onLoad() {
|
|
onLoad() {
|
|
if(this.$hasPermissions("B_todoList_new_mobile")){
|
|
if(this.$hasPermissions("B_todoList_new_mobile")){
|
|
|
|
+ // #ifdef APP-PLUS
|
|
// 设置标题栏按钮
|
|
// 设置标题栏按钮
|
|
let currentWebview = this.$scope.$getAppWebview();
|
|
let currentWebview = this.$scope.$getAppWebview();
|
|
currentWebview.setTitleNViewButtonStyle(0, {
|
|
currentWebview.setTitleNViewButtonStyle(0, {
|
|
@@ -155,6 +156,7 @@
|
|
width: '80px',
|
|
width: '80px',
|
|
fontSrc: '/static/iconfont/iconfont.ttf'
|
|
fontSrc: '/static/iconfont/iconfont.ttf'
|
|
});
|
|
});
|
|
|
|
+ // #endif
|
|
}
|
|
}
|
|
uni.$on('refreshBL',this.refresh)
|
|
uni.$on('refreshBL',this.refresh)
|
|
this.pageInit()
|
|
this.pageInit()
|