This commit is contained in:
那些花儿
2025-09-17 17:52:09 +08:00
parent 9821aebd0a
commit 3f40ee599e
59 changed files with 3697 additions and 4029 deletions
@@ -265,6 +265,11 @@ const apps = {
// 显示应用菜单弹框
showAppMenus(app, menus) {
if(app.href && menus.length === 0){
this.$pjaxReplace(app.href)
return;
}
if (!menus || menus.length === 0) {
this.$toast('该应用暂无可用功能')
return
@@ -92,7 +92,7 @@ const todo = {
</div>
<div v-else class="empty-section">
<van-empty :description="getEmptyText()"/>
<van-empty :description="getEmptyText()"></van-empty>
</div>
</van-list>
</van-pull-refresh>