From d21dd4c3c8571922f292ec593410887853df1160 Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Sun, 27 Apr 2025 21:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/common/js/config.js | 4 +- jiuyi2/pages.json | 27 +- .../shop/components/jy-infinite/index.vue | 65 -- .../pages/shop/components/jy-search/index.vue | 101 --- jiuyi2/pages/shop/components/offlineIndex.vue | 146 +++++ jiuyi2/pages/shop/components/shopIndex.vue | 248 +++++++ jiuyi2/pages/shop/offline/hotel.vue | 13 + jiuyi2/pages/shop/offline/settled.vue | 613 +++++++++++++++++ jiuyi2/pages/shop/settle.vue | 606 ++--------------- jiuyi2/pages/shop/shop.vue | 266 ++------ jiuyi2/pages/shop/store/settled.vue | 616 ++++++++++++++++++ jiuyi2/static/store1.png | Bin 0 -> 572 bytes jiuyi2/static/store2.png | Bin 0 -> 535 bytes jiuyi2/vite.config.js | 2 +- 14 files changed, 1774 insertions(+), 933 deletions(-) delete mode 100644 jiuyi2/pages/shop/components/jy-infinite/index.vue delete mode 100644 jiuyi2/pages/shop/components/jy-search/index.vue create mode 100644 jiuyi2/pages/shop/components/offlineIndex.vue create mode 100644 jiuyi2/pages/shop/components/shopIndex.vue create mode 100644 jiuyi2/pages/shop/offline/hotel.vue create mode 100644 jiuyi2/pages/shop/offline/settled.vue create mode 100644 jiuyi2/pages/shop/store/settled.vue create mode 100644 jiuyi2/static/store1.png create mode 100644 jiuyi2/static/store2.png diff --git a/jiuyi2/common/js/config.js b/jiuyi2/common/js/config.js index 034b7ab1..7ef970b0 100644 --- a/jiuyi2/common/js/config.js +++ b/jiuyi2/common/js/config.js @@ -7,8 +7,8 @@ const config = { // #endif // #ifndef H5 // host: 'http://91f.xyz:8080', - host: 'https://1e2a734e.r24.cpolar.top', - // host: 'http://puys83.natappfree.cc', + host: 'https://3dea4c80.r9.cpolar.top', + // host: 'http://192.168.31.61:8080', // #endif // 是否vivo显示 showVivo: true, diff --git a/jiuyi2/pages.json b/jiuyi2/pages.json index 635722fe..9219870e 100644 --- a/jiuyi2/pages.json +++ b/jiuyi2/pages.json @@ -30,10 +30,10 @@ "path": "pages/shop/shop", "style": { "navigationBarTitleText": "商城", - // "leftWindow": true, "onReachBottomDistance": 100, "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#fff" + "navigationBarBackgroundColor": "#fff", + "navigationStyle": "custom" } }, { @@ -297,7 +297,7 @@ { "path": "pages/shop/settle", "style": { - "navigationBarTitleText": "商家入驻", + "navigationBarTitleText": "平台入驻", "navigationBarBackgroundColor": "#fff" } }, @@ -791,6 +791,25 @@ "navigationBarTitleText": "礼包专区", "navigationBarBackgroundColor": "#fff" } + }, + { + "path": "pages/shop/store/settled", + "style": { + "navigationBarTitleText": "商家入驻" + } + }, + { + "path": "pages/shop/offline/settled", + "style": { + "navigationBarTitleText": "店家入驻" + } + }, + { + "path" : "pages/shop/offline/hotel", + "style" : + { + "navigationBarTitleText" : "酒店民宿" + } } ], @@ -881,7 +900,7 @@ }, { "name": "test", - "path": "pages/mine/setting/about" + "path": "pages/shop/shop" } ] }, diff --git a/jiuyi2/pages/shop/components/jy-infinite/index.vue b/jiuyi2/pages/shop/components/jy-infinite/index.vue deleted file mode 100644 index 01140c90..00000000 --- a/jiuyi2/pages/shop/components/jy-infinite/index.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - - - \ No newline at end of file diff --git a/jiuyi2/pages/shop/components/jy-search/index.vue b/jiuyi2/pages/shop/components/jy-search/index.vue deleted file mode 100644 index c20a1b7b..00000000 --- a/jiuyi2/pages/shop/components/jy-search/index.vue +++ /dev/null @@ -1,101 +0,0 @@ - - - diff --git a/jiuyi2/pages/shop/components/offlineIndex.vue b/jiuyi2/pages/shop/components/offlineIndex.vue new file mode 100644 index 00000000..671cce07 --- /dev/null +++ b/jiuyi2/pages/shop/components/offlineIndex.vue @@ -0,0 +1,146 @@ + + + + + \ No newline at end of file diff --git a/jiuyi2/pages/shop/components/shopIndex.vue b/jiuyi2/pages/shop/components/shopIndex.vue new file mode 100644 index 00000000..8b73d637 --- /dev/null +++ b/jiuyi2/pages/shop/components/shopIndex.vue @@ -0,0 +1,248 @@ + + + + + \ No newline at end of file diff --git a/jiuyi2/pages/shop/offline/hotel.vue b/jiuyi2/pages/shop/offline/hotel.vue new file mode 100644 index 00000000..c7b88d43 --- /dev/null +++ b/jiuyi2/pages/shop/offline/hotel.vue @@ -0,0 +1,13 @@ + + + + + diff --git a/jiuyi2/pages/shop/offline/settled.vue b/jiuyi2/pages/shop/offline/settled.vue new file mode 100644 index 00000000..2be0d15d --- /dev/null +++ b/jiuyi2/pages/shop/offline/settled.vue @@ -0,0 +1,613 @@ + + + + + \ No newline at end of file diff --git a/jiuyi2/pages/shop/settle.vue b/jiuyi2/pages/shop/settle.vue index 5669b77d..c7402ee0 100644 --- a/jiuyi2/pages/shop/settle.vue +++ b/jiuyi2/pages/shop/settle.vue @@ -1,12 +1,5 @@