From 08e7b32fc3d5cc7f5ae5568b62c34586e8853e84 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 28 Apr 2025 09:50:50 +0800 Subject: [PATCH] =?UTF-8?q?reactor=EF=BC=9A=E6=B8=85=E7=90=86=E9=83=A8?= =?UTF-8?q?=E5=88=86=20TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/activity/seckill/list.vue | 3 +- pages/app/sign.vue | 3 +- pages/commission/team.vue | 71 +++++++++--------- .../components/groupon/groupon-card-list.vue | 5 +- pages/order/addressSelection.vue | 2 +- pages/order/aftersale/apply.vue | 1 - pages/order/confirm.vue | 2 +- pages/order/detail.vue | 6 +- pages/order/list.vue | 2 +- pages/order/pickUpVerify.vue | 63 ++++++++-------- .../s-groupon-block/s-groupon-block.vue | 1 - .../s-seckill-block/s-seckill-block.vue | 1 - .../s-select-seckill-sku.vue | 10 +-- sheep/index.js | 2 - sheep/libs/sdk-h5-weixin.js | 16 ++-- sheep/platform/share.js | 3 +- sheep/store/app.js | 1 - sheep/store/user.js | 1 - sheep/util/index.js | 15 ---- static/images/line.png | Bin 3943 -> 0 bytes static/images/search.png | Bin 5071 -> 0 bytes static/images/sort1.png | Bin 1137 -> 0 bytes static/images/sort2.png | Bin 1117 -> 0 bytes static/images/sort3.png | Bin 1139 -> 0 bytes static/images/writeOff.png | Bin 2315 -> 0 bytes 25 files changed, 95 insertions(+), 113 deletions(-) delete mode 100644 static/images/line.png delete mode 100644 static/images/search.png delete mode 100644 static/images/sort1.png delete mode 100644 static/images/sort2.png delete mode 100644 static/images/sort3.png delete mode 100644 static/images/writeOff.png diff --git a/pages/activity/seckill/list.vue b/pages/activity/seckill/list.vue index 54ec8ba3..44b82884 100644 --- a/pages/activity/seckill/list.vue +++ b/pages/activity/seckill/list.vue @@ -28,10 +28,9 @@ - - + 签到说明 1.已累计签到{{ state.signInfo.totalDay }}天 @@ -160,7 +160,6 @@ getSignInfo(); getSignConfigList(); }); - // TODO 芋艿:1)css 需要优化,例如说引入的图片;2)删除多余的样式