Showing
2 changed files
with
11 additions
and
2 deletions
| ... | @@ -30,6 +30,15 @@ import Taro from '@tarojs/taro' | ... | @@ -30,6 +30,15 @@ import Taro from '@tarojs/taro' |
| 30 | import { ref } from 'vue'; | 30 | import { ref } from 'vue'; |
| 31 | import activityCard from '@/components/activity-card.vue' | 31 | import activityCard from '@/components/activity-card.vue' |
| 32 | import navbar from '@/components/navbar.vue' | 32 | import navbar from '@/components/navbar.vue' |
| 33 | +import request from '../../utils/request'; | ||
| 34 | + | ||
| 35 | +// request.get('/srv/?a=activity_app_homepage') | ||
| 36 | +// .then(res => { | ||
| 37 | +// console.warn(res); | ||
| 38 | +// }) | ||
| 39 | +// .catch(err => { | ||
| 40 | +// console.error(err); | ||
| 41 | +// }) | ||
| 33 | 42 | ||
| 34 | const activity_list = ref([{ | 43 | const activity_list = ref([{ |
| 35 | title: '智慧没有烦恼', | 44 | title: '智慧没有烦恼', | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-10-10 14:33:47 | 4 | + * @LastEditTime: 2022-10-10 14:39:20 |
| 5 | * @FilePath: /swx/src/pages/userManage/index.vue | 5 | * @FilePath: /swx/src/pages/userManage/index.vue |
| 6 | - * @Description: 文件描述 | 6 | + * @Description: 单个主办方管理页面 |
| 7 | --> | 7 | --> |
| 8 | <template> | 8 | <template> |
| 9 | <div class="my-create-activity-page"> | 9 | <div class="my-create-activity-page"> | ... | ... |
-
Please register or login to post a comment