From a93a07a7e5f4189252b642536687e06f1c6704e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com>
Date: Fri, 14 Jan 2022 14:41:44 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=AA=E4=BA=BA=E4=B8=AD?=
=?UTF-8?q?=E5=BF=83=E4=BC=9A=E5=91=98=E8=BA=AB=E4=BB=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 250 ++--------------------------------------
pages/im/index.vue | 7 --
pages/record/index.vue | 4 +-
pages/topic/details.vue | 14 ++-
pages/user/files.vue | 13 +--
pages/user/index.vue | 17 +--
6 files changed, 33 insertions(+), 272 deletions(-)
diff --git a/pages.json b/pages.json
index 0d1555b..b95c574 100644
--- a/pages.json
+++ b/pages.json
@@ -139,7 +139,6 @@
"app-plus": {
"titleNView": {
"backgroundColor": "#FFFFFF",
- "titleSize": "16",
"buttons": [{
"float": "right",
"text": "\ue603",
@@ -206,53 +205,6 @@
"enablePullDownRefresh": false
}
},
- {
- "path": "pages/address/index",
- "name": "Address",
- "style": {
- "navigationBarTitleText": "地址"
- }
- },
- {
- "path": "pages/address/edit",
- "name": "AddressEdit",
- "style": {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/pay/pay",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/store/buy",
- "name": "StoreBuy",
- "style": {
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/index",
- "name": "Order",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/details",
- "name": "OrderDetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false
- }
- },
{
"path": "pages/address/index",
"name": "Address",
@@ -270,7 +222,6 @@
},
{
"path": "pages/pay/pay",
- "name": "Pay",
"style": {
"navigationBarTitleText": "收银台",
"navigationBarBackgroundColor": "#FFFFFF"
@@ -341,195 +292,17 @@
},
{
"path": "pages/topic/details",
- "name": "topicDetails",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/ranking/index",
- "name": "rankingIndex",
- "style": {
- "navigationBarTitleText": "食物排行",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/ranking/list",
- "name": "rankingList",
- "style": {
- "navigationBarTitleText": "食物榜单",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/ranking/details",
- "name": "rankingDetails",
- "style": {
- "navigationBarTitleText": "食物详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/im/index",
- "name": "IM",
- "style": {
- "navigationBarTitleText": "im",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/store/goods",
- "name": "StoreGoods",
- "style": {
+ "name": "topicDetails",
+ "style": {
"navigationStyle": "custom",
- "navigationBarTitleText": "详情",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "type": "transparent"
- }
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "app-plus": {
+ "titleNView": {
+ "type": "transparent"
+ }
}
}
},
- {
- "path": "pages/store/buy",
- "name": "StoreBuy",
- "style": {
- "navigationBarTitleText": "确认订单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/index",
- "name": "Order",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/details",
- "name": "OrderDetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/address/index",
- "name": "Address",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "pages/address/edit",
- "name": "AddressEdit",
- "style": {
- "navigationBarTitleText": "编辑",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/pay/pay",
- "name": "Pay",
- "style": {
- "navigationBarTitleText": "收银台",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/store/list",
- "name": "StoreList",
- "style": {
- "navigationBarTitleText": "商品",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#FFFFFF",
- "titleSize": "16",
- "buttons": [{
- "float": "right",
- "text": "\ue603",
- "fontSrc": "/static/iconfont.ttf",
- "color": "#000",
- "fontSize": "20px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/store/meals",
- "name": "StoreMeals",
- "style": {
- "navigationBarTitleText": "套餐",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/sign/index",
- "name": "signIndex",
- "style": {
- "navigationBarTitleText": "每日签到",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/menu/index",
- "name": "menuIndex",
- "style": {
- "navigationBarTitleText": "食谱推荐",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/menu/classify",
- "name": "menuClassify",
- "style": {
- "navigationBarTitleText": "食谱推荐",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/menu/details",
- "name": "menuDetails",
- "style": {
- "navigationBarTitleText": "食谱详情",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/topic/index",
- "name": "topicIndex",
- "style": {
- "navigationBarTitleText": "话题广场",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/topic/details",
- "name": "topicDetails",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "enablePullDownRefresh": true
- }
- },
{
"path": "pages/ranking/index",
"name": "rankingIndex",
@@ -689,15 +462,6 @@
"enablePullDownRefresh": false
}
},
- {
- "path": "pages/service/index",
- "name": "serviceIndex",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
{
"path": "pages/service/details",
"name": "serviceDetails",
diff --git a/pages/im/index.vue b/pages/im/index.vue
index 9140551..0014616 100644
--- a/pages/im/index.vue
+++ b/pages/im/index.vue
@@ -14,9 +14,6 @@
-
-
-
@@ -44,10 +41,6 @@
-
-
- 临时记录
-
diff --git a/pages/record/index.vue b/pages/record/index.vue
index bbae083..b620f78 100644
--- a/pages/record/index.vue
+++ b/pages/record/index.vue
@@ -428,7 +428,7 @@ export default {