From 2b41fca6e0f8818cb938b94022c6828b031bc8eb Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期一, 30 十月 2023 10:14:46 +0800 Subject: [PATCH] # --- manifest.json | 8 +++++++- pages/business/cstmrInfo/cstmrInfo.vue | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index c07db14..cb2a6b1 100644 --- a/manifest.json +++ b/manifest.json @@ -78,5 +78,11 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2" + "vueVersion" : "2", + "h5" : { + "router" : { + "base" : "./", + "mode" : "hash" + } + } } diff --git a/pages/business/cstmrInfo/cstmrInfo.vue b/pages/business/cstmrInfo/cstmrInfo.vue index ab64714..337a280 100644 --- a/pages/business/cstmrInfo/cstmrInfo.vue +++ b/pages/business/cstmrInfo/cstmrInfo.vue @@ -37,7 +37,7 @@ </view> </view> <!-- <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> --> - <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="csmtrList.length <= 0" /> + <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="!csmtrList"/> <view class="fxbtn"> <uni-icons type="plusempty" color="#fff" @click="add()" ></uni-icons> @@ -98,7 +98,6 @@ reload: false, status: 'more', curr:2, - falg: true, contentText: { contentdown: '涓婃媺鍔犺浇鏇村', contentrefresh: '鍔犺浇涓�', -- Gitblit v1.9.1