From 41bdde48847b1df2f9cdb03c832552a2951337cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 9 Oct 2023 09:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=AD=BE=E7=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 16 ++-- pagesB/CommodityOrder/CommodityOrder.vue | 10 +-- pagesB/ProductList/ProductList.vue | 82 ++++++++++++++++++- .../Filinginformation/Filinginformation.vue | 15 ++-- pagesC/Onlinesigning/Onlinesigning.vue | 8 +- pagesC/Signingagency/Signingagency.vue | 9 -- 6 files changed, 97 insertions(+), 43 deletions(-) diff --git a/pages.json b/pages.json index 3297a7f..4c794a0 100644 --- a/pages.json +++ b/pages.json @@ -245,8 +245,9 @@ }, { "path": "ProductList/ProductList", //商品列表 "style": { + "navigationStyle": "custom", // 隐藏系统导航栏 "navigationBarTitleText": "医路优品", - "onReachBottomDistance": 40, //距离底部多远时触发 单位为px + "onReachBottomDistance": 20, //距离底部多远时触发 单位为px "enablePullDownRefresh": true //设置参数为true } }, { @@ -376,7 +377,8 @@ ] }, { "root": "pagesC", - "pages": [{ + "pages": [ + { "path": "appointmenttime/appointmenttime", "style": { "navigationBarTitleText": "服务预约", @@ -466,15 +468,7 @@ } } - ,{ - "path" : "Mysigning/Mysigning", - "style" : - { - "navigationBarTitleText": "我的签约", - "enablePullDownRefresh": false - } - - } + ] }], "globalStyle": { diff --git a/pagesB/CommodityOrder/CommodityOrder.vue b/pagesB/CommodityOrder/CommodityOrder.vue index 4cab753..e2f2839 100644 --- a/pagesB/CommodityOrder/CommodityOrder.vue +++ b/pagesB/CommodityOrder/CommodityOrder.vue @@ -12,7 +12,7 @@ + active-color='#26A888'> 店铺名称 @@ -294,10 +294,10 @@ uni.removeStorageSync('Refresh'); this.total = res.total } else if (res.code == 9999) { - this.$refs.uToast.show({ - title: '未登录,请先登录', - type: 'error', - }) + // this.$refs.uToast.show({ + // title: '未登录,请先登录', + // type: 'error', + // }) } }) }, diff --git a/pagesB/ProductList/ProductList.vue b/pagesB/ProductList/ProductList.vue index a3715c8..0ea9caa 100644 --- a/pagesB/ProductList/ProductList.vue +++ b/pagesB/ProductList/ProductList.vue @@ -1,5 +1,16 @@