From daa491caca809af93ec36c662417353c0e81ad55 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 May 2024 22:23:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91mall?= =?UTF-8?q?=EF=BC=9A=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mall/home/index.vue | 17 +++++++++++++++++ src/views/mall/market/banner/index.vue | 3 --- src/views/mall/product/brand/index.vue | 16 +++++++++++++++- src/views/mall/product/category/index.vue | 16 +++++++++++++++- src/views/mall/product/comment/index.vue | 17 +++++++++++++++++ src/views/mall/product/property/index.vue | 16 +++++++++++++++- src/views/mall/product/spu/index.vue | 16 +++++++++++++++- .../mall/promotion/article/category/index.vue | 17 +++++++++++++++++ src/views/mall/promotion/article/index.vue | 17 +++++++++++++++++ src/views/mall/promotion/banner/index.vue | 17 +++++++++++++++++ .../mall/promotion/bargain/activity/index.vue | 17 +++++++++++++++++ .../mall/promotion/bargain/record/index.vue | 17 +++++++++++++++++ .../promotion/combination/activity/index.vue | 17 +++++++++++++++++ .../promotion/combination/record/index.vue | 17 +++++++++++++++++ src/views/mall/promotion/coupon/index.vue | 16 +++++++++++++++- .../mall/promotion/coupon/template/index.vue | 17 +++++++++++++++++ .../mall/promotion/couponTemplate/index.vue | 16 +++++++++++++++- .../mall/promotion/discountActivity/index.vue | 16 +++++++++++++++- src/views/mall/promotion/diy/page/index.vue | 17 +++++++++++++++++ .../mall/promotion/diy/template/index.vue | 17 +++++++++++++++++ .../mall/promotion/rewardActivity/index.vue | 16 +++++++++++++++- .../mall/promotion/seckill/activity/index.vue | 17 +++++++++++++++++ .../mall/promotion/seckill/config/index.vue | 17 +++++++++++++++++ .../seckill/seckillActivity/index.vue | 16 +++++++++++++++- .../promotion/seckill/seckillTime/index.vue | 16 +++++++++++++++- src/views/mall/statistics/member/index.vue | 17 +++++++++++++++++ src/views/mall/statistics/product/index.vue | 17 +++++++++++++++++ src/views/mall/statistics/trade/index.vue | 17 +++++++++++++++++ src/views/mall/trade/afterSale/index.vue | 16 +++++++++++++++- .../mall/trade/brokerage/record/index.vue | 17 +++++++++++++++++ src/views/mall/trade/brokerage/user/index.vue | 17 +++++++++++++++++ .../mall/trade/brokerage/withdraw/index.vue | 17 +++++++++++++++++ src/views/mall/trade/config/index.vue | 18 ++++++++++++++++++ .../mall/trade/delivery/express/index.vue | 17 +++++++++++++++++ .../trade/delivery/expressTemplate/index.vue | 17 +++++++++++++++++ .../mall/trade/delivery/pickUpOrder/index.vue | 17 +++++++++++++++++ .../mall/trade/delivery/pickUpStore/index.vue | 17 +++++++++++++++++ src/views/mall/trade/expressCompany/index.vue | 16 +++++++++++++++- src/views/mall/trade/order/index.vue | 17 ++++++++++++++++- 39 files changed, 622 insertions(+), 16 deletions(-) create mode 100644 src/views/mall/home/index.vue delete mode 100644 src/views/mall/market/banner/index.vue create mode 100644 src/views/mall/product/comment/index.vue create mode 100644 src/views/mall/promotion/article/category/index.vue create mode 100644 src/views/mall/promotion/article/index.vue create mode 100644 src/views/mall/promotion/banner/index.vue create mode 100644 src/views/mall/promotion/bargain/activity/index.vue create mode 100644 src/views/mall/promotion/bargain/record/index.vue create mode 100644 src/views/mall/promotion/combination/activity/index.vue create mode 100644 src/views/mall/promotion/combination/record/index.vue create mode 100644 src/views/mall/promotion/coupon/template/index.vue create mode 100644 src/views/mall/promotion/diy/page/index.vue create mode 100644 src/views/mall/promotion/diy/template/index.vue create mode 100644 src/views/mall/promotion/seckill/activity/index.vue create mode 100644 src/views/mall/promotion/seckill/config/index.vue create mode 100644 src/views/mall/statistics/member/index.vue create mode 100644 src/views/mall/statistics/product/index.vue create mode 100644 src/views/mall/statistics/trade/index.vue create mode 100644 src/views/mall/trade/brokerage/record/index.vue create mode 100644 src/views/mall/trade/brokerage/user/index.vue create mode 100644 src/views/mall/trade/brokerage/withdraw/index.vue create mode 100644 src/views/mall/trade/config/index.vue create mode 100644 src/views/mall/trade/delivery/express/index.vue create mode 100644 src/views/mall/trade/delivery/expressTemplate/index.vue create mode 100644 src/views/mall/trade/delivery/pickUpOrder/index.vue create mode 100644 src/views/mall/trade/delivery/pickUpStore/index.vue diff --git a/src/views/mall/home/index.vue b/src/views/mall/home/index.vue new file mode 100644 index 000000000..28339ed69 --- /dev/null +++ b/src/views/mall/home/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/market/banner/index.vue b/src/views/mall/market/banner/index.vue deleted file mode 100644 index 3b64cfc4f..000000000 --- a/src/views/mall/market/banner/index.vue +++ /dev/null @@ -1,3 +0,0 @@ - diff --git a/src/views/mall/product/brand/index.vue b/src/views/mall/product/brand/index.vue index 3b64cfc4f..dcd3a58c8 100644 --- a/src/views/mall/product/brand/index.vue +++ b/src/views/mall/product/brand/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/product/category/index.vue b/src/views/mall/product/category/index.vue index 3b64cfc4f..8737cee5d 100644 --- a/src/views/mall/product/category/index.vue +++ b/src/views/mall/product/category/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/product/comment/index.vue b/src/views/mall/product/comment/index.vue new file mode 100644 index 000000000..b00646222 --- /dev/null +++ b/src/views/mall/product/comment/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/product/property/index.vue b/src/views/mall/product/property/index.vue index 3b64cfc4f..3d49524fd 100644 --- a/src/views/mall/product/property/index.vue +++ b/src/views/mall/product/property/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/product/spu/index.vue b/src/views/mall/product/spu/index.vue index 3b64cfc4f..b79a974e1 100644 --- a/src/views/mall/product/spu/index.vue +++ b/src/views/mall/product/spu/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/article/category/index.vue b/src/views/mall/promotion/article/category/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/article/category/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/article/index.vue b/src/views/mall/promotion/article/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/article/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/banner/index.vue b/src/views/mall/promotion/banner/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/banner/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/bargain/activity/index.vue b/src/views/mall/promotion/bargain/activity/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/bargain/activity/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/bargain/record/index.vue b/src/views/mall/promotion/bargain/record/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/bargain/record/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/combination/activity/index.vue b/src/views/mall/promotion/combination/activity/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/combination/activity/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/combination/record/index.vue b/src/views/mall/promotion/combination/record/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/combination/record/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/coupon/index.vue b/src/views/mall/promotion/coupon/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/coupon/index.vue +++ b/src/views/mall/promotion/coupon/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/coupon/template/index.vue b/src/views/mall/promotion/coupon/template/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/coupon/template/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/couponTemplate/index.vue b/src/views/mall/promotion/couponTemplate/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/couponTemplate/index.vue +++ b/src/views/mall/promotion/couponTemplate/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/discountActivity/index.vue b/src/views/mall/promotion/discountActivity/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/discountActivity/index.vue +++ b/src/views/mall/promotion/discountActivity/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/diy/page/index.vue b/src/views/mall/promotion/diy/page/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/diy/page/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/diy/template/index.vue b/src/views/mall/promotion/diy/template/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/diy/template/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/rewardActivity/index.vue b/src/views/mall/promotion/rewardActivity/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/rewardActivity/index.vue +++ b/src/views/mall/promotion/rewardActivity/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/seckill/activity/index.vue b/src/views/mall/promotion/seckill/activity/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/seckill/activity/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/seckill/config/index.vue b/src/views/mall/promotion/seckill/config/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/promotion/seckill/config/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/promotion/seckill/seckillActivity/index.vue b/src/views/mall/promotion/seckill/seckillActivity/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/seckill/seckillActivity/index.vue +++ b/src/views/mall/promotion/seckill/seckillActivity/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/promotion/seckill/seckillTime/index.vue b/src/views/mall/promotion/seckill/seckillTime/index.vue index 3b64cfc4f..49fbfa757 100644 --- a/src/views/mall/promotion/seckill/seckillTime/index.vue +++ b/src/views/mall/promotion/seckill/seckillTime/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/statistics/member/index.vue b/src/views/mall/statistics/member/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/statistics/member/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/statistics/product/index.vue b/src/views/mall/statistics/product/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/statistics/product/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/statistics/trade/index.vue b/src/views/mall/statistics/trade/index.vue new file mode 100644 index 000000000..49fbfa757 --- /dev/null +++ b/src/views/mall/statistics/trade/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/afterSale/index.vue b/src/views/mall/trade/afterSale/index.vue index 3b64cfc4f..9c7c4ace2 100644 --- a/src/views/mall/trade/afterSale/index.vue +++ b/src/views/mall/trade/afterSale/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/trade/brokerage/record/index.vue b/src/views/mall/trade/brokerage/record/index.vue new file mode 100644 index 000000000..3dd98748c --- /dev/null +++ b/src/views/mall/trade/brokerage/record/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/brokerage/user/index.vue b/src/views/mall/trade/brokerage/user/index.vue new file mode 100644 index 000000000..3161123cf --- /dev/null +++ b/src/views/mall/trade/brokerage/user/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/brokerage/withdraw/index.vue b/src/views/mall/trade/brokerage/withdraw/index.vue new file mode 100644 index 000000000..ca1028190 --- /dev/null +++ b/src/views/mall/trade/brokerage/withdraw/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/config/index.vue b/src/views/mall/trade/config/index.vue new file mode 100644 index 000000000..add0ef936 --- /dev/null +++ b/src/views/mall/trade/config/index.vue @@ -0,0 +1,18 @@ + + + diff --git a/src/views/mall/trade/delivery/express/index.vue b/src/views/mall/trade/delivery/express/index.vue new file mode 100644 index 000000000..449417a6f --- /dev/null +++ b/src/views/mall/trade/delivery/express/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/delivery/expressTemplate/index.vue b/src/views/mall/trade/delivery/expressTemplate/index.vue new file mode 100644 index 000000000..610f93e6f --- /dev/null +++ b/src/views/mall/trade/delivery/expressTemplate/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/delivery/pickUpOrder/index.vue b/src/views/mall/trade/delivery/pickUpOrder/index.vue new file mode 100644 index 000000000..0820bfef9 --- /dev/null +++ b/src/views/mall/trade/delivery/pickUpOrder/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/delivery/pickUpStore/index.vue b/src/views/mall/trade/delivery/pickUpStore/index.vue new file mode 100644 index 000000000..f53b54ca1 --- /dev/null +++ b/src/views/mall/trade/delivery/pickUpStore/index.vue @@ -0,0 +1,17 @@ + + + diff --git a/src/views/mall/trade/expressCompany/index.vue b/src/views/mall/trade/expressCompany/index.vue index 3b64cfc4f..8206e1462 100644 --- a/src/views/mall/trade/expressCompany/index.vue +++ b/src/views/mall/trade/expressCompany/index.vue @@ -1,3 +1,17 @@ + + diff --git a/src/views/mall/trade/order/index.vue b/src/views/mall/trade/order/index.vue index 3b64cfc4f..e36ddd278 100644 --- a/src/views/mall/trade/order/index.vue +++ b/src/views/mall/trade/order/index.vue @@ -1,3 +1,18 @@ + +