From e2e79149bbb462fddb6916df2ebcd1c95415bd9a Mon Sep 17 00:00:00 2001 From: Devil Date: Sun, 29 Aug 2021 17:17:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81+=E5=BA=97=E9=93=BA=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E5=8D=95=E8=AF=8D=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode/alipay/default/app.json | 4 ++-- .../pages/plugins/shop/{faovr/faovr.acss => favor/favor.acss} | 0 .../pages/plugins/shop/{faovr/faovr.axml => favor/favor.axml} | 0 .../pages/plugins/shop/{faovr/faovr.js => favor/favor.js} | 0 .../pages/plugins/shop/{faovr/faovr.json => favor/favor.json} | 0 .../user-faovr.acss => user-favor/user-favor.acss} | 0 .../user-faovr.axml => user-favor/user-favor.axml} | 0 .../{user-faovr/user-faovr.js => user-favor/user-favor.js} | 0 .../user-faovr.json => user-favor/user-favor.json} | 0 sourcecode/alipay/default/pages/user/user.js | 2 +- sourcecode/baidu/default/app.json | 4 ++-- .../pages/plugins/shop/{faovr/faovr.css => favor/favor.css} | 0 .../pages/plugins/shop/{faovr/faovr.js => favor/favor.js} | 0 .../pages/plugins/shop/{faovr/faovr.json => favor/favor.json} | 0 .../pages/plugins/shop/{faovr/faovr.swan => favor/favor.swan} | 0 .../{user-faovr/user-faovr.css => user-favor/user-favor.css} | 0 .../{user-faovr/user-faovr.js => user-favor/user-favor.js} | 0 .../user-faovr.json => user-favor/user-favor.json} | 0 .../user-faovr.swan => user-favor/user-favor.swan} | 0 sourcecode/baidu/default/pages/user/user.js | 2 +- sourcecode/qq/default/app.json | 4 ++-- .../pages/plugins/shop/{faovr/faovr.js => favor/favor.js} | 0 .../pages/plugins/shop/{faovr/faovr.json => favor/favor.json} | 0 .../pages/plugins/shop/{faovr/faovr.qml => favor/favor.qml} | 0 .../pages/plugins/shop/{faovr/faovr.qss => favor/favor.qss} | 0 .../{user-faovr/user-faovr.js => user-favor/user-favor.js} | 0 .../user-faovr.json => user-favor/user-favor.json} | 0 .../{user-faovr/user-faovr.qml => user-favor/user-favor.qml} | 0 .../{user-faovr/user-faovr.qss => user-favor/user-favor.qss} | 0 sourcecode/qq/default/pages/user/user.js | 2 +- sourcecode/toutiao/default/app.json | 4 ++-- .../pages/plugins/shop/{faovr/faovr.js => favor/favor.js} | 0 .../pages/plugins/shop/{faovr/faovr.json => favor/favor.json} | 0 .../pages/plugins/shop/{faovr/faovr.ttml => favor/favor.ttml} | 0 .../pages/plugins/shop/{faovr/faovr.ttss => favor/favor.ttss} | 0 .../{user-faovr/user-faovr.js => user-favor/user-favor.js} | 0 .../user-faovr.json => user-favor/user-favor.json} | 0 .../user-faovr.ttml => user-favor/user-favor.ttml} | 0 .../user-faovr.ttss => user-favor/user-favor.ttss} | 0 sourcecode/toutiao/default/pages/user/user.js | 2 +- sourcecode/weixin/default/app.json | 4 ++-- .../pages/plugins/shop/{faovr/faovr.js => favor/favor.js} | 0 .../pages/plugins/shop/{faovr/faovr.json => favor/favor.json} | 0 .../pages/plugins/shop/{faovr/faovr.wxml => favor/favor.wxml} | 0 .../pages/plugins/shop/{faovr/faovr.wxss => favor/favor.wxss} | 0 .../{user-faovr/user-faovr.js => user-favor/user-favor.js} | 0 .../user-faovr.json => user-favor/user-favor.json} | 0 .../user-faovr.wxml => user-favor/user-favor.wxml} | 0 .../user-faovr.wxss => user-favor/user-favor.wxss} | 0 sourcecode/weixin/default/pages/user/user.js | 2 +- 50 files changed, 15 insertions(+), 15 deletions(-) rename sourcecode/alipay/default/pages/plugins/shop/{faovr/faovr.acss => favor/favor.acss} (100%) rename sourcecode/alipay/default/pages/plugins/shop/{faovr/faovr.axml => favor/favor.axml} (100%) rename sourcecode/alipay/default/pages/plugins/shop/{faovr/faovr.js => favor/favor.js} (100%) rename sourcecode/alipay/default/pages/plugins/shop/{faovr/faovr.json => favor/favor.json} (100%) rename sourcecode/alipay/default/pages/{user-faovr/user-faovr.acss => user-favor/user-favor.acss} (100%) rename sourcecode/alipay/default/pages/{user-faovr/user-faovr.axml => user-favor/user-favor.axml} (100%) rename sourcecode/alipay/default/pages/{user-faovr/user-faovr.js => user-favor/user-favor.js} (100%) rename sourcecode/alipay/default/pages/{user-faovr/user-faovr.json => user-favor/user-favor.json} (100%) rename sourcecode/baidu/default/pages/plugins/shop/{faovr/faovr.css => favor/favor.css} (100%) rename sourcecode/baidu/default/pages/plugins/shop/{faovr/faovr.js => favor/favor.js} (100%) rename sourcecode/baidu/default/pages/plugins/shop/{faovr/faovr.json => favor/favor.json} (100%) rename sourcecode/baidu/default/pages/plugins/shop/{faovr/faovr.swan => favor/favor.swan} (100%) rename sourcecode/baidu/default/pages/{user-faovr/user-faovr.css => user-favor/user-favor.css} (100%) rename sourcecode/baidu/default/pages/{user-faovr/user-faovr.js => user-favor/user-favor.js} (100%) rename sourcecode/baidu/default/pages/{user-faovr/user-faovr.json => user-favor/user-favor.json} (100%) rename sourcecode/baidu/default/pages/{user-faovr/user-faovr.swan => user-favor/user-favor.swan} (100%) rename sourcecode/qq/default/pages/plugins/shop/{faovr/faovr.js => favor/favor.js} (100%) rename sourcecode/qq/default/pages/plugins/shop/{faovr/faovr.json => favor/favor.json} (100%) rename sourcecode/qq/default/pages/plugins/shop/{faovr/faovr.qml => favor/favor.qml} (100%) rename sourcecode/qq/default/pages/plugins/shop/{faovr/faovr.qss => favor/favor.qss} (100%) rename sourcecode/qq/default/pages/{user-faovr/user-faovr.js => user-favor/user-favor.js} (100%) rename sourcecode/qq/default/pages/{user-faovr/user-faovr.json => user-favor/user-favor.json} (100%) rename sourcecode/qq/default/pages/{user-faovr/user-faovr.qml => user-favor/user-favor.qml} (100%) rename sourcecode/qq/default/pages/{user-faovr/user-faovr.qss => user-favor/user-favor.qss} (100%) rename sourcecode/toutiao/default/pages/plugins/shop/{faovr/faovr.js => favor/favor.js} (100%) rename sourcecode/toutiao/default/pages/plugins/shop/{faovr/faovr.json => favor/favor.json} (100%) rename sourcecode/toutiao/default/pages/plugins/shop/{faovr/faovr.ttml => favor/favor.ttml} (100%) rename sourcecode/toutiao/default/pages/plugins/shop/{faovr/faovr.ttss => favor/favor.ttss} (100%) rename sourcecode/toutiao/default/pages/{user-faovr/user-faovr.js => user-favor/user-favor.js} (100%) rename sourcecode/toutiao/default/pages/{user-faovr/user-faovr.json => user-favor/user-favor.json} (100%) rename sourcecode/toutiao/default/pages/{user-faovr/user-faovr.ttml => user-favor/user-favor.ttml} (100%) rename sourcecode/toutiao/default/pages/{user-faovr/user-faovr.ttss => user-favor/user-favor.ttss} (100%) rename sourcecode/weixin/default/pages/plugins/shop/{faovr/faovr.js => favor/favor.js} (100%) rename sourcecode/weixin/default/pages/plugins/shop/{faovr/faovr.json => favor/favor.json} (100%) rename sourcecode/weixin/default/pages/plugins/shop/{faovr/faovr.wxml => favor/favor.wxml} (100%) rename sourcecode/weixin/default/pages/plugins/shop/{faovr/faovr.wxss => favor/favor.wxss} (100%) rename sourcecode/weixin/default/pages/{user-faovr/user-faovr.js => user-favor/user-favor.js} (100%) rename sourcecode/weixin/default/pages/{user-faovr/user-faovr.json => user-favor/user-favor.json} (100%) rename sourcecode/weixin/default/pages/{user-faovr/user-faovr.wxml => user-favor/user-favor.wxml} (100%) rename sourcecode/weixin/default/pages/{user-faovr/user-faovr.wxss => user-favor/user-favor.wxss} (100%) diff --git a/sourcecode/alipay/default/app.json b/sourcecode/alipay/default/app.json index 05b220c62..f1b941173 100644 --- a/sourcecode/alipay/default/app.json +++ b/sourcecode/alipay/default/app.json @@ -16,7 +16,7 @@ "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-order-comments/user-order-comments", - "pages/user-faovr/user-faovr", + "pages/user-favor/user-favor", "pages/user-answer-list/user-answer-list", "pages/answer-list/answer-list", "pages/answer-form/answer-form", @@ -84,7 +84,7 @@ "pages/plugins/shop/detail/detail", "pages/plugins/shop/search/search", "pages/plugins/shop/design/design", - "pages/plugins/shop/faovr/faovr" + "pages/plugins/shop/favor/favor" ], "window": { "defaultTitle": "{{application_title}}", diff --git a/sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.acss b/sourcecode/alipay/default/pages/plugins/shop/favor/favor.acss similarity index 100% rename from sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.acss rename to sourcecode/alipay/default/pages/plugins/shop/favor/favor.acss diff --git a/sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.axml b/sourcecode/alipay/default/pages/plugins/shop/favor/favor.axml similarity index 100% rename from sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.axml rename to sourcecode/alipay/default/pages/plugins/shop/favor/favor.axml diff --git a/sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.js b/sourcecode/alipay/default/pages/plugins/shop/favor/favor.js similarity index 100% rename from sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.js rename to sourcecode/alipay/default/pages/plugins/shop/favor/favor.js diff --git a/sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.json b/sourcecode/alipay/default/pages/plugins/shop/favor/favor.json similarity index 100% rename from sourcecode/alipay/default/pages/plugins/shop/faovr/faovr.json rename to sourcecode/alipay/default/pages/plugins/shop/favor/favor.json diff --git a/sourcecode/alipay/default/pages/user-faovr/user-faovr.acss b/sourcecode/alipay/default/pages/user-favor/user-favor.acss similarity index 100% rename from sourcecode/alipay/default/pages/user-faovr/user-faovr.acss rename to sourcecode/alipay/default/pages/user-favor/user-favor.acss diff --git a/sourcecode/alipay/default/pages/user-faovr/user-faovr.axml b/sourcecode/alipay/default/pages/user-favor/user-favor.axml similarity index 100% rename from sourcecode/alipay/default/pages/user-faovr/user-faovr.axml rename to sourcecode/alipay/default/pages/user-favor/user-favor.axml diff --git a/sourcecode/alipay/default/pages/user-faovr/user-faovr.js b/sourcecode/alipay/default/pages/user-favor/user-favor.js similarity index 100% rename from sourcecode/alipay/default/pages/user-faovr/user-faovr.js rename to sourcecode/alipay/default/pages/user-favor/user-favor.js diff --git a/sourcecode/alipay/default/pages/user-faovr/user-faovr.json b/sourcecode/alipay/default/pages/user-favor/user-favor.json similarity index 100% rename from sourcecode/alipay/default/pages/user-faovr/user-faovr.json rename to sourcecode/alipay/default/pages/user-favor/user-favor.json diff --git a/sourcecode/alipay/default/pages/user/user.js b/sourcecode/alipay/default/pages/user/user.js index e2405bb6a..9bf270241 100644 --- a/sourcecode/alipay/default/pages/user/user.js +++ b/sourcecode/alipay/default/pages/user/user.js @@ -6,7 +6,7 @@ Page({ message_total: 0, head_nav_list: [ { name: "订单总数", url: "user-order", count: 0 }, - { name: "商品收藏", url: "user-faovr", count: 0 }, + { name: "商品收藏", url: "user-favor", count: 0 }, { name: "我的足迹", url: "user-goods-browse", count: 0 }, { name: "我的积分", url: "user-integral", count: 0 }, ], diff --git a/sourcecode/baidu/default/app.json b/sourcecode/baidu/default/app.json index fdf694e9f..87495d498 100755 --- a/sourcecode/baidu/default/app.json +++ b/sourcecode/baidu/default/app.json @@ -16,7 +16,7 @@ "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-order-comments/user-order-comments", - "pages/user-faovr/user-faovr", + "pages/user-favor/user-favor", "pages/user-answer-list/user-answer-list", "pages/answer-list/answer-list", "pages/answer-form/answer-form", @@ -62,7 +62,7 @@ "pages/plugins/shop/detail/detail", "pages/plugins/shop/search/search", "pages/plugins/shop/design/design", - "pages/plugins/shop/faovr/faovr" + "pages/plugins/shop/favor/favor" ], "window": { "navigationBarTitleText": "{{application_title}}", diff --git a/sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.css b/sourcecode/baidu/default/pages/plugins/shop/favor/favor.css similarity index 100% rename from sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.css rename to sourcecode/baidu/default/pages/plugins/shop/favor/favor.css diff --git a/sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.js b/sourcecode/baidu/default/pages/plugins/shop/favor/favor.js similarity index 100% rename from sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.js rename to sourcecode/baidu/default/pages/plugins/shop/favor/favor.js diff --git a/sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.json b/sourcecode/baidu/default/pages/plugins/shop/favor/favor.json similarity index 100% rename from sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.json rename to sourcecode/baidu/default/pages/plugins/shop/favor/favor.json diff --git a/sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.swan b/sourcecode/baidu/default/pages/plugins/shop/favor/favor.swan similarity index 100% rename from sourcecode/baidu/default/pages/plugins/shop/faovr/faovr.swan rename to sourcecode/baidu/default/pages/plugins/shop/favor/favor.swan diff --git a/sourcecode/baidu/default/pages/user-faovr/user-faovr.css b/sourcecode/baidu/default/pages/user-favor/user-favor.css similarity index 100% rename from sourcecode/baidu/default/pages/user-faovr/user-faovr.css rename to sourcecode/baidu/default/pages/user-favor/user-favor.css diff --git a/sourcecode/baidu/default/pages/user-faovr/user-faovr.js b/sourcecode/baidu/default/pages/user-favor/user-favor.js similarity index 100% rename from sourcecode/baidu/default/pages/user-faovr/user-faovr.js rename to sourcecode/baidu/default/pages/user-favor/user-favor.js diff --git a/sourcecode/baidu/default/pages/user-faovr/user-faovr.json b/sourcecode/baidu/default/pages/user-favor/user-favor.json similarity index 100% rename from sourcecode/baidu/default/pages/user-faovr/user-faovr.json rename to sourcecode/baidu/default/pages/user-favor/user-favor.json diff --git a/sourcecode/baidu/default/pages/user-faovr/user-faovr.swan b/sourcecode/baidu/default/pages/user-favor/user-favor.swan similarity index 100% rename from sourcecode/baidu/default/pages/user-faovr/user-faovr.swan rename to sourcecode/baidu/default/pages/user-favor/user-favor.swan diff --git a/sourcecode/baidu/default/pages/user/user.js b/sourcecode/baidu/default/pages/user/user.js index 60118ef80..fbf826eab 100755 --- a/sourcecode/baidu/default/pages/user/user.js +++ b/sourcecode/baidu/default/pages/user/user.js @@ -6,7 +6,7 @@ Page({ message_total: 0, head_nav_list: [ { name: "订单总数", url: "user-order", count: 0 }, - { name: "商品收藏", url: "user-faovr", count: 0 }, + { name: "商品收藏", url: "user-favor", count: 0 }, { name: "我的足迹", url: "user-goods-browse", count: 0 }, { name: "我的积分", url: "user-integral", count: 0 }, ], diff --git a/sourcecode/qq/default/app.json b/sourcecode/qq/default/app.json index 3a559b306..397c940b6 100755 --- a/sourcecode/qq/default/app.json +++ b/sourcecode/qq/default/app.json @@ -16,7 +16,7 @@ "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-order-comments/user-order-comments", - "pages/user-faovr/user-faovr", + "pages/user-favor/user-favor", "pages/user-answer-list/user-answer-list", "pages/answer-list/answer-list", "pages/answer-form/answer-form", @@ -61,7 +61,7 @@ "pages/plugins/shop/detail/detail", "pages/plugins/shop/search/search", "pages/plugins/shop/design/design", - "pages/plugins/shop/faovr/faovr" + "pages/plugins/shop/favor/favor" ], "window": { "navigationBarTitleText": "{{application_title}}", diff --git a/sourcecode/qq/default/pages/plugins/shop/faovr/faovr.js b/sourcecode/qq/default/pages/plugins/shop/favor/favor.js similarity index 100% rename from sourcecode/qq/default/pages/plugins/shop/faovr/faovr.js rename to sourcecode/qq/default/pages/plugins/shop/favor/favor.js diff --git a/sourcecode/qq/default/pages/plugins/shop/faovr/faovr.json b/sourcecode/qq/default/pages/plugins/shop/favor/favor.json similarity index 100% rename from sourcecode/qq/default/pages/plugins/shop/faovr/faovr.json rename to sourcecode/qq/default/pages/plugins/shop/favor/favor.json diff --git a/sourcecode/qq/default/pages/plugins/shop/faovr/faovr.qml b/sourcecode/qq/default/pages/plugins/shop/favor/favor.qml similarity index 100% rename from sourcecode/qq/default/pages/plugins/shop/faovr/faovr.qml rename to sourcecode/qq/default/pages/plugins/shop/favor/favor.qml diff --git a/sourcecode/qq/default/pages/plugins/shop/faovr/faovr.qss b/sourcecode/qq/default/pages/plugins/shop/favor/favor.qss similarity index 100% rename from sourcecode/qq/default/pages/plugins/shop/faovr/faovr.qss rename to sourcecode/qq/default/pages/plugins/shop/favor/favor.qss diff --git a/sourcecode/qq/default/pages/user-faovr/user-faovr.js b/sourcecode/qq/default/pages/user-favor/user-favor.js similarity index 100% rename from sourcecode/qq/default/pages/user-faovr/user-faovr.js rename to sourcecode/qq/default/pages/user-favor/user-favor.js diff --git a/sourcecode/qq/default/pages/user-faovr/user-faovr.json b/sourcecode/qq/default/pages/user-favor/user-favor.json similarity index 100% rename from sourcecode/qq/default/pages/user-faovr/user-faovr.json rename to sourcecode/qq/default/pages/user-favor/user-favor.json diff --git a/sourcecode/qq/default/pages/user-faovr/user-faovr.qml b/sourcecode/qq/default/pages/user-favor/user-favor.qml similarity index 100% rename from sourcecode/qq/default/pages/user-faovr/user-faovr.qml rename to sourcecode/qq/default/pages/user-favor/user-favor.qml diff --git a/sourcecode/qq/default/pages/user-faovr/user-faovr.qss b/sourcecode/qq/default/pages/user-favor/user-favor.qss similarity index 100% rename from sourcecode/qq/default/pages/user-faovr/user-faovr.qss rename to sourcecode/qq/default/pages/user-favor/user-favor.qss diff --git a/sourcecode/qq/default/pages/user/user.js b/sourcecode/qq/default/pages/user/user.js index 03d8bce80..0ce040ba2 100755 --- a/sourcecode/qq/default/pages/user/user.js +++ b/sourcecode/qq/default/pages/user/user.js @@ -6,7 +6,7 @@ Page({ message_total: 0, head_nav_list: [ { name: "订单总数", url: "user-order", count: 0 }, - { name: "商品收藏", url: "user-faovr", count: 0 }, + { name: "商品收藏", url: "user-favor", count: 0 }, { name: "我的足迹", url: "user-goods-browse", count: 0 }, { name: "我的积分", url: "user-integral", count: 0 }, ], diff --git a/sourcecode/toutiao/default/app.json b/sourcecode/toutiao/default/app.json index 9c386d55e..5bcb84044 100755 --- a/sourcecode/toutiao/default/app.json +++ b/sourcecode/toutiao/default/app.json @@ -16,7 +16,7 @@ "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-order-comments/user-order-comments", - "pages/user-faovr/user-faovr", + "pages/user-favor/user-favor", "pages/user-answer-list/user-answer-list", "pages/answer-list/answer-list", "pages/answer-form/answer-form", @@ -82,7 +82,7 @@ "pages/plugins/shop/detail/detail", "pages/plugins/shop/search/search", "pages/plugins/shop/design/design", - "pages/plugins/shop/faovr/faovr" + "pages/plugins/shop/favor/favor" ], "window": { "navigationBarTitleText": "{{application_title}}", diff --git a/sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.js b/sourcecode/toutiao/default/pages/plugins/shop/favor/favor.js similarity index 100% rename from sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.js rename to sourcecode/toutiao/default/pages/plugins/shop/favor/favor.js diff --git a/sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.json b/sourcecode/toutiao/default/pages/plugins/shop/favor/favor.json similarity index 100% rename from sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.json rename to sourcecode/toutiao/default/pages/plugins/shop/favor/favor.json diff --git a/sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.ttml b/sourcecode/toutiao/default/pages/plugins/shop/favor/favor.ttml similarity index 100% rename from sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.ttml rename to sourcecode/toutiao/default/pages/plugins/shop/favor/favor.ttml diff --git a/sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.ttss b/sourcecode/toutiao/default/pages/plugins/shop/favor/favor.ttss similarity index 100% rename from sourcecode/toutiao/default/pages/plugins/shop/faovr/faovr.ttss rename to sourcecode/toutiao/default/pages/plugins/shop/favor/favor.ttss diff --git a/sourcecode/toutiao/default/pages/user-faovr/user-faovr.js b/sourcecode/toutiao/default/pages/user-favor/user-favor.js similarity index 100% rename from sourcecode/toutiao/default/pages/user-faovr/user-faovr.js rename to sourcecode/toutiao/default/pages/user-favor/user-favor.js diff --git a/sourcecode/toutiao/default/pages/user-faovr/user-faovr.json b/sourcecode/toutiao/default/pages/user-favor/user-favor.json similarity index 100% rename from sourcecode/toutiao/default/pages/user-faovr/user-faovr.json rename to sourcecode/toutiao/default/pages/user-favor/user-favor.json diff --git a/sourcecode/toutiao/default/pages/user-faovr/user-faovr.ttml b/sourcecode/toutiao/default/pages/user-favor/user-favor.ttml similarity index 100% rename from sourcecode/toutiao/default/pages/user-faovr/user-faovr.ttml rename to sourcecode/toutiao/default/pages/user-favor/user-favor.ttml diff --git a/sourcecode/toutiao/default/pages/user-faovr/user-faovr.ttss b/sourcecode/toutiao/default/pages/user-favor/user-favor.ttss similarity index 100% rename from sourcecode/toutiao/default/pages/user-faovr/user-faovr.ttss rename to sourcecode/toutiao/default/pages/user-favor/user-favor.ttss diff --git a/sourcecode/toutiao/default/pages/user/user.js b/sourcecode/toutiao/default/pages/user/user.js index 4e07b0780..ddefc7584 100755 --- a/sourcecode/toutiao/default/pages/user/user.js +++ b/sourcecode/toutiao/default/pages/user/user.js @@ -6,7 +6,7 @@ Page({ message_total: 0, head_nav_list: [ { name: "订单总数", url: "user-order", count: 0 }, - { name: "商品收藏", url: "user-faovr", count: 0 }, + { name: "商品收藏", url: "user-favor", count: 0 }, { name: "我的足迹", url: "user-goods-browse", count: 0 }, { name: "我的积分", url: "user-integral", count: 0 }, ], diff --git a/sourcecode/weixin/default/app.json b/sourcecode/weixin/default/app.json index ebbfde39b..790f967fb 100755 --- a/sourcecode/weixin/default/app.json +++ b/sourcecode/weixin/default/app.json @@ -16,7 +16,7 @@ "pages/user-order/user-order", "pages/user-order-detail/user-order-detail", "pages/user-order-comments/user-order-comments", - "pages/user-faovr/user-faovr", + "pages/user-favor/user-favor", "pages/user-answer-list/user-answer-list", "pages/answer-list/answer-list", "pages/answer-form/answer-form", @@ -87,7 +87,7 @@ "pages/plugins/shop/detail/detail", "pages/plugins/shop/search/search", "pages/plugins/shop/design/design", - "pages/plugins/shop/faovr/faovr" + "pages/plugins/shop/favor/favor" ], "permission": { "scope.userLocation": { diff --git a/sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.js b/sourcecode/weixin/default/pages/plugins/shop/favor/favor.js similarity index 100% rename from sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.js rename to sourcecode/weixin/default/pages/plugins/shop/favor/favor.js diff --git a/sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.json b/sourcecode/weixin/default/pages/plugins/shop/favor/favor.json similarity index 100% rename from sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.json rename to sourcecode/weixin/default/pages/plugins/shop/favor/favor.json diff --git a/sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.wxml b/sourcecode/weixin/default/pages/plugins/shop/favor/favor.wxml similarity index 100% rename from sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.wxml rename to sourcecode/weixin/default/pages/plugins/shop/favor/favor.wxml diff --git a/sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.wxss b/sourcecode/weixin/default/pages/plugins/shop/favor/favor.wxss similarity index 100% rename from sourcecode/weixin/default/pages/plugins/shop/faovr/faovr.wxss rename to sourcecode/weixin/default/pages/plugins/shop/favor/favor.wxss diff --git a/sourcecode/weixin/default/pages/user-faovr/user-faovr.js b/sourcecode/weixin/default/pages/user-favor/user-favor.js similarity index 100% rename from sourcecode/weixin/default/pages/user-faovr/user-faovr.js rename to sourcecode/weixin/default/pages/user-favor/user-favor.js diff --git a/sourcecode/weixin/default/pages/user-faovr/user-faovr.json b/sourcecode/weixin/default/pages/user-favor/user-favor.json similarity index 100% rename from sourcecode/weixin/default/pages/user-faovr/user-faovr.json rename to sourcecode/weixin/default/pages/user-favor/user-favor.json diff --git a/sourcecode/weixin/default/pages/user-faovr/user-faovr.wxml b/sourcecode/weixin/default/pages/user-favor/user-favor.wxml similarity index 100% rename from sourcecode/weixin/default/pages/user-faovr/user-faovr.wxml rename to sourcecode/weixin/default/pages/user-favor/user-favor.wxml diff --git a/sourcecode/weixin/default/pages/user-faovr/user-faovr.wxss b/sourcecode/weixin/default/pages/user-favor/user-favor.wxss similarity index 100% rename from sourcecode/weixin/default/pages/user-faovr/user-faovr.wxss rename to sourcecode/weixin/default/pages/user-favor/user-favor.wxss diff --git a/sourcecode/weixin/default/pages/user/user.js b/sourcecode/weixin/default/pages/user/user.js index 7a79ba89a..24c3eda65 100755 --- a/sourcecode/weixin/default/pages/user/user.js +++ b/sourcecode/weixin/default/pages/user/user.js @@ -6,7 +6,7 @@ Page({ message_total: 0, head_nav_list: [ { name: "订单总数", url: "user-order", count: 0 }, - { name: "商品收藏", url: "user-faovr", count: 0 }, + { name: "商品收藏", url: "user-favor", count: 0 }, { name: "我的足迹", url: "user-goods-browse", count: 0 }, { name: "我的积分", url: "user-integral", count: 0 }, ],