diff --git a/assets/img/sckill/bkg-large.png b/assets/img/sckill/bkg-large.png
index 078c694..bbb8f65 100644
Binary files a/assets/img/sckill/bkg-large.png and b/assets/img/sckill/bkg-large.png differ
diff --git a/package-lock.json b/package-lock.json
index 18c0d27..f077b25 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15002,6 +15002,14 @@
"integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
"dev": true
},
+ "v-distpicker": {
+ "version": "1.2.13",
+ "resolved": "https://registry.npmmirror.com/v-distpicker/-/v-distpicker-1.2.13.tgz",
+ "integrity": "sha512-dQN7cR7BhHPrmZ0dBngFm69Fgc3u22uOwJDM4vc4n3mdGDI6PvKa/0lCjPkDrU8G1pv9TO+Fb68wmX2ItyI1mQ==",
+ "requires": {
+ "vue": "^2.6.10"
+ }
+ },
"v8-compile-cache": {
"version": "2.3.0",
"resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
diff --git a/pages/account/index/home/index.vue b/pages/account/index/home/index.vue
index 75236aa..4f938e0 100644
--- a/pages/account/index/home/index.vue
+++ b/pages/account/index/home/index.vue
@@ -23,6 +23,7 @@
![]()
@@ -84,7 +85,7 @@ export default {
key: "progressCount",
label: "退款/售后",
icon: getOrderTypeIcon("icon-order4"),
- path: "/account/order/saleAfter",
+ path: "/account/order/saleAfter/list",
count: 0,
},
{
@@ -155,6 +156,7 @@ export default {
background: #ffffff;
border-radius: 4px;
box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
+ cursor: pointer;
.account-home-content__item {
position: relative;
font-size: 14px;
diff --git a/pages/index/index.vue b/pages/index/index.vue
index f098726..4323a3d 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -9,7 +9,7 @@
diff --git a/pages/index/module/Seckill.vue b/pages/index/module/Seckill.vue
index f96e05e..1cdc910 100644
--- a/pages/index/module/Seckill.vue
+++ b/pages/index/module/Seckill.vue
@@ -7,7 +7,7 @@
-->
-
+
限时秒杀
@@ -36,6 +36,7 @@
\ No newline at end of file
diff --git a/pages/seckill/index.vue b/pages/seckill/index.vue
new file mode 100644
index 0000000..3b82556
--- /dev/null
+++ b/pages/seckill/index.vue
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+
本场秒杀即将开抢,距开始还剩
+
+
{{ countdown.hour }}
+
:
+
{{ countdown.minute }}
+
:
+
{{ countdown.second }}
+
+
+
+
+
+
![]()
+
+
{{ item.productName }}
+
+ ¥{{ item.activityPrice }}
+ ¥{{ item.originalPrice }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/plugins/api/seckill.js b/plugins/api/seckill.js
index f21783b..b81e283 100644
--- a/plugins/api/seckill.js
+++ b/plugins/api/seckill.js
@@ -23,5 +23,5 @@ const BASE_URL = `${ENV.base_url}/mall/marketing`;
* 获取当天秒杀时段
*/
export const ApiGetSeckillGoods = (params) =>
- ToAsyncAwait(axios.get(`${BASE_URL}/app/activity/product`, params));
+ ToAsyncAwait(axios.get(`${BASE_URL}/app/activity/product`, { params }));