diff --git a/api/activity.js b/api/activity.js
index 1e4dd6a..da05b2a 100644
--- a/api/activity.js
+++ b/api/activity.js
@@ -299,3 +299,9 @@ export function storeActivityTotal(data) {
export function storeActivityQrcode(data) {
return request.get(`qrcode`, data);
}
+
+// 活动商品专区
+
+export function storeActivityProduct(data) {
+ return request.get(`storeActivity/product`, data);
+}
diff --git a/components/activityHome.vue b/components/activityHome.vue
index db74992..714fd0a 100644
--- a/components/activityHome.vue
+++ b/components/activityHome.vue
@@ -1,8 +1,8 @@
-
-
+
+
@@ -16,7 +16,7 @@
},
methods:{
open(){
- this.show
+ this.$emit('click');
},
close(){
this.show = false;
@@ -28,11 +28,11 @@
\ No newline at end of file