From 93b9cf24fa47bec6703de97f5709bbad7d37e333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Thu, 22 Jul 2021 13:11:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E6=88=90]=20=E5=8F=91=E8=B5=B7?= =?UTF-8?q?=E6=8A=A5=E4=BB=B7UI=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/wyb-table/wyb-table.vue | 2 +- manifest.json | 2 +- pages.json | 3 +- pages/supply/offer/index.vue | 113 +++++++++++++++++++++++++++-- 4 files changed, 112 insertions(+), 8 deletions(-) diff --git a/components/wyb-table/wyb-table.vue b/components/wyb-table/wyb-table.vue index 9494abc..97e347e 100644 --- a/components/wyb-table/wyb-table.vue +++ b/components/wyb-table/wyb-table.vue @@ -396,7 +396,7 @@ } } } - console.log("=====", content[header.key]); + // console.log("=====", content[header.key]); // return result if(this.isObject(content[header.key], 'edit')){ diff --git a/manifest.json b/manifest.json index 7146581..4930552 100644 --- a/manifest.json +++ b/manifest.json @@ -74,7 +74,7 @@ "h5" : { "router" : { "mode" : "history", - "base" : "./" + "base" : "" } } } diff --git a/pages.json b/pages.json index 7bbb7d2..1bd3f44 100644 --- a/pages.json +++ b/pages.json @@ -22,7 +22,8 @@ { "path": "pages/supply/offer/index", "style": { - "navigationBarTitleText": "发起报价" + "navigationBarTitleText": "发起报价", + "disableScroll": true } }, { diff --git a/pages/supply/offer/index.vue b/pages/supply/offer/index.vue index 9b4af6e..4259b6c 100644 --- a/pages/supply/offer/index.vue +++ b/pages/supply/offer/index.vue @@ -1,13 +1,32 @@