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 @@