#
whycq
2023-10-30 2b41fca6e0f8818cb938b94022c6828b031bc8eb
#
2个文件已修改
11 ■■■■ 已修改文件
manifest.json 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/cstmrInfo/cstmrInfo.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -78,5 +78,11 @@
    "uniStatistics" : {
        "enable" : false
    },
    "vueVersion" : "2"
    "vueVersion" : "2",
    "h5" : {
        "router" : {
            "base" : "./",
            "mode" : "hash"
        }
    }
}
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: '加载中',