Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-10 14:39:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5fe050abd998ac527f4c3d1b64bf0f79a6b8158f
5fe050ab
1 parent
fbf65879
fix
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
src/pages/index/index.vue
src/pages/userManage/index.vue
src/pages/index/index.vue
View file @
5fe050a
...
...
@@ -30,6 +30,15 @@ import Taro from '@tarojs/taro'
import { ref } from 'vue';
import activityCard from '@/components/activity-card.vue'
import navbar from '@/components/navbar.vue'
import request from '../../utils/request';
// request.get('/srv/?a=activity_app_homepage')
// .then(res => {
// console.warn(res);
// })
// .catch(err => {
// console.error(err);
// })
const activity_list = ref([{
title: '智慧没有烦恼',
...
...
src/pages/userManage/index.vue
View file @
5fe050a
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-10 14:3
3:47
* @LastEditTime: 2022-10-10 14:3
9:20
* @FilePath: /swx/src/pages/userManage/index.vue
* @Description:
文件描述
* @Description:
单个主办方管理页面
-->
<template>
<div class="my-create-activity-page">
...
...
Please
register
or
login
to post a comment