From 2b190117810b988b5366cd031bed05ed7b2ffc6a Mon Sep 17 00:00:00 2001 From: sx <2427911852@qq.com> Date: Sun, 29 Dec 2024 19:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jiuyi2/pages.json | 119 +++--- jiuyi2/pages/index/wallet/get.vue | 7 - jiuyi2/pages/login/lock.vue | 111 ++++++ jiuyi2/pages/mine/pay-use/index.vue | 132 ------- jiuyi2/pages/mine/setting/binding.vue | 99 +++++ jiuyi2/pages/mine/setting/feedback.vue | 70 ++++ jiuyi2/pages/mine/setting/safeCenter.vue | 7 +- jiuyi2/pages/mine/setting/setting.vue | 11 +- jiuyi2/pages/mine/setting/teen.vue | 112 ++++++ jiuyi2/pages/mine/setting/usePay.vue | 118 ++++++ jiuyi2/pages/release/commodity.vue | 122 +++++- jiuyi2/pages/shop/homepage.vue | 1 - jiuyi2/pages/shop/search.vue | 171 +++++++++ .../search/components/jy-history/index.vue | 104 ----- .../search/components/jy-linkage/index.vue | 361 ------------------ .../search/components/jy-screen/index.vue | 98 ----- .../search/components/jy-screening/index.vue | 149 -------- jiuyi2/pages/shop/search/index.vue | 123 ------ jiuyi2/static/teen.png | Bin 0 -> 186444 bytes 19 files changed, 874 insertions(+), 1041 deletions(-) create mode 100644 jiuyi2/pages/login/lock.vue delete mode 100644 jiuyi2/pages/mine/pay-use/index.vue create mode 100644 jiuyi2/pages/mine/setting/binding.vue create mode 100644 jiuyi2/pages/mine/setting/feedback.vue create mode 100644 jiuyi2/pages/mine/setting/teen.vue create mode 100644 jiuyi2/pages/mine/setting/usePay.vue create mode 100644 jiuyi2/pages/shop/search.vue delete mode 100644 jiuyi2/pages/shop/search/components/jy-history/index.vue delete mode 100644 jiuyi2/pages/shop/search/components/jy-linkage/index.vue delete mode 100644 jiuyi2/pages/shop/search/components/jy-screen/index.vue delete mode 100644 jiuyi2/pages/shop/search/components/jy-screening/index.vue delete mode 100644 jiuyi2/pages/shop/search/index.vue create mode 100644 jiuyi2/static/teen.png diff --git a/jiuyi2/pages.json b/jiuyi2/pages.json index b89e3fc6..b1829c20 100644 --- a/jiuyi2/pages.json +++ b/jiuyi2/pages.json @@ -67,15 +67,6 @@ "navigationStyle": "custom" } }, - { - "path": "pages/shop/search/index", - "style": { - "navigationBarTitleText": "搜索", - "navigationStyle": "custom", - "onReachBottomDistance": 100, - "enablePullDownRefresh": true - } - }, { "path": "pages/shop/commodity/index", "style": { @@ -180,10 +171,10 @@ } }, { - "path": "pages/mine/pay-use/index", + "path": "pages/mine/setting/usePay", "style": { "navigationBarTitleText": "先用后付", - "navigationStyle": "custom" + "navigationBarBackgroundColor": "#fff" } }, { @@ -631,65 +622,87 @@ } }, { - "path" : "pages/shop/store/commodities", - "style" : - { - "navigationBarTitleText" : "商品管理", + "path": "pages/shop/store/commodities", + "style": { + "navigationBarTitleText": "商品管理", "navigationBarBackgroundColor": "#fff", "navigationStyle": "custom" } }, { - "path" : "pages/release/commodity", - "style" : - { - "navigationBarTitleText" : "发布商品" - } - }, - { - "path" : "pages/mine/feedback", - "style" : - { - "navigationBarTitleText" : "意见反馈" - } - }, - { - "path" : "pages/mine/setting/safeCenter", - "style" : - { - "navigationBarTitleText" : "安全中心" - } - }, - { - "path" : "pages/mine/setting/bankCard", - "style" : - { - "navigationBarTitleText" : "我的银行卡" - } - }, - { - "path" : "pages/mine/setting/bankCardAdd", - "style" : - { - "navigationBarTitleText" : "添加银行卡", + "path": "pages/release/commodity", + "style": { + "navigationBarTitleText": "发布商品", "navigationBarBackgroundColor": "#fff" } }, { - "path" : "pages/index/wallet/get", - "style" : - { - "navigationBarTitleText" : "提现", + "path": "pages/mine/feedback", + "style": { + "navigationBarTitleText": "意见反馈" + } + }, + { + "path": "pages/mine/setting/safeCenter", + "style": { + "navigationBarTitleText": "安全中心" + } + }, + { + "path": "pages/mine/setting/bankCard", + "style": { + "navigationBarTitleText": "我的卡包" + } + }, + { + "path": "pages/mine/setting/bankCardAdd", + "style": { + "navigationBarTitleText": "添加银行卡", "navigationBarBackgroundColor": "#fff" } }, { - "path" : "pages/index/wallet/merchantBill", + "path": "pages/index/wallet/get", + "style": { + "navigationBarTitleText": "提现", + "navigationBarBackgroundColor": "#fff" + } + }, + { + "path": "pages/index/wallet/merchantBill", + "style": { + "navigationBarTitleText": "商家账单", + "navigationBarBackgroundColor": "#fff" + } + }, + { + "path": "pages/mine/setting/teen", + "style": { + "navigationBarTitleText": "青少年模式" + } + }, + { + "path": "pages/mine/setting/binding", + "style": { + "navigationBarTitleText": "我的绑定", + "navigationBarBackgroundColor": "#fff" + } + }, + { + "path" : "pages/mine/setting/feedback", "style" : { - "navigationBarTitleText" : "商家账单", + "navigationBarTitleText" : "意见反馈", "navigationBarBackgroundColor": "#fff" } + }, + { + "path" : "pages/shop/search", + "style" : + { + "navigationBarTitleText" : "搜索", + "navigationStyle": "custom" + } } ], diff --git a/jiuyi2/pages/index/wallet/get.vue b/jiuyi2/pages/index/wallet/get.vue index f05c1327..35d42e9d 100644 --- a/jiuyi2/pages/index/wallet/get.vue +++ b/jiuyi2/pages/index/wallet/get.vue @@ -71,13 +71,6 @@ - - 姓名 - - - - -