From 7e4dd1b9ca030449a69e8c2e090ab58e98dd5cfa Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 31 May 2022 11:09:13 +0800 Subject: [PATCH] =?UTF-8?q?pref:=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=96=87=E4=BB=B6=E5=A4=B9=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/dicts/ad.js | 7 +++++++ src/pages/account/message/chat/index.vue | 8 ++++---- .../message/chat/{components => modules}/Footer.vue | 0 .../chat/{components => modules}/GoodsInfo.vue | 0 .../chat/{components => modules}/OrderInfo.vue | 0 src/pages/cart/cart.vue | 4 ++-- src/pages/cart/{components => modules}/PageCtx.vue | 0 src/pages/cart/tabBarCart.vue | 4 ++-- src/pages/goods/detail/index.vue | 10 +++++----- .../detail/{components => modules}/SeckillPrice.vue | 0 .../goods/detail/{components => modules}/Service.vue | 0 .../detail/{components => modules}/SkuPopup.vue | 0 .../detail/{components => modules}/SlideImage.vue | 0 src/pages/goods/list/index.vue | 4 ++-- .../goods/list/{components => modules}/Sort.vue | 0 src/pages/index/index.vue | 6 +++--- src/pages/index/{components => modules}/Banner.vue | 0 src/pages/index/{components => modules}/Pick.vue | 0 src/pages/index/{components => modules}/Seckill.vue | 0 src/pages/order/detail/index.vue | 10 +++++----- .../detail/{components => modules}/LogisitcsInfo.vue | 0 .../detail/{components => modules}/Operation.vue | 0 .../detail/{components => modules}/OrderInfo.vue | 0 .../detail/{components => modules}/StatusTips.vue | 0 src/pages/order/saleAfter/saleAfterDetail/index.vue | 12 ++++++------ .../{components => modules}/AwaitExamine.vue | 0 .../{components => modules}/GoodsInfo.vue | 0 .../{components => modules}/LogisticsInfo.vue | 0 .../{components => modules}/StatusTips.vue | 0 .../{components => modules}/SubmitLogistics.vue | 0 30 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 src/common/dicts/ad.js rename src/pages/account/message/chat/{components => modules}/Footer.vue (100%) rename src/pages/account/message/chat/{components => modules}/GoodsInfo.vue (100%) rename src/pages/account/message/chat/{components => modules}/OrderInfo.vue (100%) rename src/pages/cart/{components => modules}/PageCtx.vue (100%) rename src/pages/goods/detail/{components => modules}/SeckillPrice.vue (100%) rename src/pages/goods/detail/{components => modules}/Service.vue (100%) rename src/pages/goods/detail/{components => modules}/SkuPopup.vue (100%) rename src/pages/goods/detail/{components => modules}/SlideImage.vue (100%) rename src/pages/goods/list/{components => modules}/Sort.vue (100%) rename src/pages/index/{components => modules}/Banner.vue (100%) rename src/pages/index/{components => modules}/Pick.vue (100%) rename src/pages/index/{components => modules}/Seckill.vue (100%) rename src/pages/order/detail/{components => modules}/LogisitcsInfo.vue (100%) rename src/pages/order/detail/{components => modules}/Operation.vue (100%) rename src/pages/order/detail/{components => modules}/OrderInfo.vue (100%) rename src/pages/order/detail/{components => modules}/StatusTips.vue (100%) rename src/pages/order/saleAfter/saleAfterDetail/{components => modules}/AwaitExamine.vue (100%) rename src/pages/order/saleAfter/saleAfterDetail/{components => modules}/GoodsInfo.vue (100%) rename src/pages/order/saleAfter/saleAfterDetail/{components => modules}/LogisticsInfo.vue (100%) rename src/pages/order/saleAfter/saleAfterDetail/{components => modules}/StatusTips.vue (100%) rename src/pages/order/saleAfter/saleAfterDetail/{components => modules}/SubmitLogistics.vue (100%) diff --git a/src/common/dicts/ad.js b/src/common/dicts/ad.js new file mode 100644 index 0000000..7d6f138 --- /dev/null +++ b/src/common/dicts/ad.js @@ -0,0 +1,7 @@ +/* + * @Author: ch + * @Date: 2022-05-31 11:05:08 + * @LastEditors: ch + * @LastEditTime: 2022-05-31 11:07:19 + * @Description: file content + */ \ No newline at end of file diff --git a/src/pages/account/message/chat/index.vue b/src/pages/account/message/chat/index.vue index c1d384c..68c0eb6 100644 --- a/src/pages/account/message/chat/index.vue +++ b/src/pages/account/message/chat/index.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-26 14:32:03 * @LastEditors: ch - * @LastEditTime: 2022-05-24 22:42:35 + * @LastEditTime: 2022-05-30 17:49:28 * @Description: file content -->