diff --git a/activitylink/src/img/1.jpg b/activitylink/src/img/1.jpg new file mode 100644 index 0000000..5918b7b Binary files /dev/null and b/activitylink/src/img/1.jpg differ diff --git a/activitylink/src/router/index.js b/activitylink/src/router/index.js index 39a876a..c0a6ba7 100644 --- a/activitylink/src/router/index.js +++ b/activitylink/src/router/index.js @@ -61,6 +61,11 @@ const routes = [ path: 'activityManagement/set', // 注意这里不要加斜杠,表示相对路径 name: 'activitySet', component: () => import('../views/zhongchou/activity/set/index.vue'), + }, + { + path: 'mainimg', // 注意这里不要加斜杠,表示相对路径 + name: 'mainImg', + component: () => import('../views/zhongchou/mainImg/DefaultImage.vue'), } ] } diff --git a/activitylink/src/views/homePage.vue b/activitylink/src/views/homePage.vue index 46d1131..2acc367 100644 --- a/activitylink/src/views/homePage.vue +++ b/activitylink/src/views/homePage.vue @@ -1,17 +1,108 @@ - - \ No newline at end of file diff --git a/activitylink/src/views/zhongchou/activity/index.vue b/activitylink/src/views/zhongchou/activity/index.vue index ed35267..26c5bde 100644 --- a/activitylink/src/views/zhongchou/activity/index.vue +++ b/activitylink/src/views/zhongchou/activity/index.vue @@ -8,7 +8,7 @@
活动设置:
- 添加活动 + 添加活动
@@ -137,6 +137,10 @@ const cancel = () => { status: '' } } + +const addActivityShow = () => { + centerDialogVisible.value = true +} //添加活动 const addActivity = () => { centerDialogVisible.value = false diff --git a/activitylink/src/views/zhongchou/gift/index.vue b/activitylink/src/views/zhongchou/gift/index.vue index 0b3183d..bc1e1cb 100644 --- a/activitylink/src/views/zhongchou/gift/index.vue +++ b/activitylink/src/views/zhongchou/gift/index.vue @@ -29,9 +29,9 @@ diff --git a/activitylink/src/views/zhongchou/index.vue b/activitylink/src/views/zhongchou/index.vue index 485619e..62710dd 100644 --- a/activitylink/src/views/zhongchou/index.vue +++ b/activitylink/src/views/zhongchou/index.vue @@ -1,17 +1,3 @@ - - - +

设置多个

- +
等级名称: @@ -149,6 +149,14 @@ import { ref,computed ,reactive, watch, onMounted } from 'vue' const showAdd = ref(false) const showEdit = ref(false) const showSet = ref(false) + +const addShow = () => { + showAdd.value = true +} +const SetShow = () => { + showSet.value = true +} + const addObj = ref({ gradeName: '', num: 0, diff --git a/activitylink/src/views/zhongchou/mainImg/DefaultImage.vue b/activitylink/src/views/zhongchou/mainImg/DefaultImage.vue new file mode 100644 index 0000000..667c3f7 --- /dev/null +++ b/activitylink/src/views/zhongchou/mainImg/DefaultImage.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file