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 @@
-
-
-
-
- 加载中...
-
-
- {{ hasMore ? '上拉加载更多' : '触碰到底线了' }}
-
-
-
-
-
-
-
\ 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 @@
+
+
+
+
+
+
+
+
+
+ 休闲娱乐
+
+
+
+ 美食/堂食
+
+
+
+ 酒店 | 民宿
+
+
+
+
+
+ 精品推荐
+
+
+
+
+
+
+
+ 项目名称
+
+
+ ¥
+ 100.00
+
+
+ ¥
+ 200
+
+ 5.0折
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+ 店铺入驻须知
+
+
+
+
+
+ 继续即代表同意《店铺入驻须知》
+
+
+
+
+
+
+ 缴纳押金
+
+
+
+ 退回押金
+ 申请入驻
+
+
+
+
+
+
+
+
+
+
+
+ 申请中
+
+ 提交成功,请等待后台审核
+
+
+
+
+
+
+ 取消申请并退回押金
+
+
+
+
+
+
+
+
+
+ 审核驳回
+
+ 驳回原因:
+ {{mode.msg}}
+
+
+ 驳回结果异议? 可在个人中心-设置里面联系我们
+
+
+
+
+
+
+ 退回押金
+ 修改信息
+
+
+
+
+
+
+
+
+
+ 恭喜您,您已成为店铺
+
+
+
+
+
+ 退回押金并放弃店铺身份
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 店铺头像
+
+
+
+
+ 我的资料
+
+
+ 店铺名称
+
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+
+ 产品所在地
+
+
+
+
+
+
+
+ 详细所在地
+
+
+
+
+
+
+
+
+ 产品类别
+
+ 请选择产品类别
+ {{dictList[dictIndex].name}}
+
+
+
+
+
+
+ 营业执照
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 身份证正面
+
+
+
+
+
+
+
+
+
+
+
+ 身份证反面
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 退回押金
+ 申请入驻
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
- 商家入驻须知
-
-
-
-
+
+
+
+
- 继续即代表同意《商家入驻须知》
+ {{item.name}}
-
-
-
-
-
- 缴纳押金
+
+
-
- 退回押金
- 申请入驻
-
+
-
-
-
-
-
-
- 申请中
-
- 提交成功,请等待后台审核
-
-
+
-
-
-
- 取消申请并退回押金
-
+
-
-
-
-
-
-
-
- 审核驳回
-
- 驳回原因:
- {{mode.msg}}
-
-
- 驳回结果异议? 可在个人中心-设置里面联系我们
-
-
-
-
-
-
- 退回押金
- 修改信息
-
-
-
-
-
-
-
-
-
- 恭喜您,您已成为商家
-
-
-
-
-
- 退回押金并放弃商家身份
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 店铺头像
-
-
-
-
- 我的资料
-
-
- 店铺名称
-
-
-
-
-
-
- 联系方式
-
-
-
-
-
-
- 产品所在地
-
-
-
-
-
-
-
- 详细所在地
-
-
-
-
-
-
-
-
- 产品类别
-
- 请选择产品类别
- {{dictList[dictIndex].name}}
-
-
-
-
-
-
- 营业执照
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 身份证正面
-
-
-
-
-
-
-
-
-
-
-
- 身份证反面
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 退回押金
- 申请入驻
-
-
-
-
-
-
+
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/store/settled.vue b/jiuyi2/pages/shop/store/settled.vue
new file mode 100644
index 00000000..5669b77d
--- /dev/null
+++ b/jiuyi2/pages/shop/store/settled.vue
@@ -0,0 +1,616 @@
+
+
+
+
+
+
+
+ 商家入驻须知
+
+
+
+
+
+ 继续即代表同意《商家入驻须知》
+
+
+
+
+
+
+ 缴纳押金
+
+
+
+ 退回押金
+ 申请入驻
+
+
+
+
+
+
+
+
+
+
+
+ 申请中
+
+ 提交成功,请等待后台审核
+
+
+
+
+
+
+ 取消申请并退回押金
+
+
+
+
+
+
+
+
+
+ 审核驳回
+
+ 驳回原因:
+ {{mode.msg}}
+
+
+ 驳回结果异议? 可在个人中心-设置里面联系我们
+
+
+
+
+
+
+ 退回押金
+ 修改信息
+
+
+
+
+
+
+
+
+
+ 恭喜您,您已成为商家
+
+
+
+
+
+ 退回押金并放弃商家身份
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 店铺头像
+
+
+
+
+ 我的资料
+
+
+ 店铺名称
+
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+
+ 产品所在地
+
+
+
+
+
+
+
+ 详细所在地
+
+
+
+
+
+
+
+
+ 产品类别
+
+ 请选择产品类别
+ {{dictList[dictIndex].name}}
+
+
+
+
+
+
+ 营业执照
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 身份证正面
+
+
+
+
+
+
+
+
+
+
+
+ 身份证反面
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 退回押金
+ 申请入驻
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/static/store1.png b/jiuyi2/static/store1.png
new file mode 100644
index 0000000000000000000000000000000000000000..009da369ffa17ad27022c9e37788155232b429a0
GIT binary patch
literal 572
zcmV-C0>k}@P)Px#1am@3R0s$N2z&@+hyVZq=1D|BR5*>bltFIOP!NW{-z^g9${Qqig*gG?1h^-l
z+#r!iq^{bYfO3MeL#h`ECm@_4;RNIc^#&5D8}E?XBtHu~ArL2S5zNNcyqWL)@6F7E
z|76;>;HxK1w08+=Vsb|Pi$Yg_|iHJFUKk90E4
zc7cNp&+S376)qHOf#%j5lDueul}L@*C~{D>|Pi$Ke)s`X4^PRS@Dh#BlXq!zUm%zC(jB|ho6>p
zDT+6HdmL
zY9hWApW+DDm96!s*=^>G*wYXZV=}}5I4dJY>P(K-6_4+s7^F+~iJAKd7?q=a2ISz2
zCG?l#UKnzFkPtWqo?>F;5bO6-h#Z{b`MJ6`V*r1M;<`uwpW07aiL?=Irwc{^0000<
KMNUMnLSTXvasZqF
literal 0
HcmV?d00001
diff --git a/jiuyi2/static/store2.png b/jiuyi2/static/store2.png
new file mode 100644
index 0000000000000000000000000000000000000000..ec8ee8fc40185752c87d9e4f21b8126bfb00c641
GIT binary patch
literal 535
zcmV+y0_gpTP)Px#1am@3R0s$N2z&@+hyVZq!AV3xR5*>*lreA9KorM+FO8*!C5f^C3w9+?#X?39
zOMr!~`35B4AdD>Z{0Yj=KsvMZ3!r*}2`LK<48#M_E^Q4+fh9hMXV>R6sT6nOFP(kw
zy}O^^`Q9D;ZxYwAh7qt+ffC6s;Zm?Qw6IKpR>c$pF~qr9I}gkmREDZ{U88>9t1bM3
z&6c)R`kQFWW$C$L0kDQ1mc!D-?g094R)Zr0QCRi~LotktjOTQnpQ4H*I2f)5A5Sj&
zEcfzmJ$p7u7X~FUOvbCh%Ou4f)v_<`L$RY*(0&Olh8Q8l+boT;!9(b5m8Uk^*gH>H
z9Eh~IIpM2GLXAAM#fjoE-=d8L5#%sX!
zyB8O@%m)hpa|XYT;Pkr>%MQpo`gw%Be~o;3hx|T8etd!?KFqF!>R_3?)l6GHjHa;N
z*MMcu8vJVDS+?~1BY3)}zV5T)FwN;#2Lo*H6q))xJ*ke?2RCo%d;ADq1=>Ftg2@VO
zgGn{8*U&l!y@Vp;9`7ixaHokql#Vi>Rg+7n~V}$VXiEGH3E8XGi
Z>mRzogHGXCBp(0(002ovPDHLkV1kq;@lgN(
literal 0
HcmV?d00001
diff --git a/jiuyi2/vite.config.js b/jiuyi2/vite.config.js
index 37158381..4085117e 100644
--- a/jiuyi2/vite.config.js
+++ b/jiuyi2/vite.config.js
@@ -4,7 +4,7 @@ import {
import uni from '@dcloudio/vite-plugin-uni';
// let target = 'http://91f.xyz:8080'
-let target = 'https://1e2a734e.r24.cpolar.top'
+let target = 'https://3dea4c80.r9.cpolar.top'
// let target = 'http://192.168.31.61:8080'
export default defineConfig({