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-09-30 11:54:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
faf6459fa58ea4ccf14c018640fe9a04275c9282
faf6459f
1 parent
63a56cee
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
src/pages/demo/index.vue
src/pages/joinActivity/index.vue
src/pages/userInfo/index.vue
src/pages/demo/index.vue
View file @
faf6459
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-30 10:00:57
* @FilePath: /swx/src/pages/demo/index.vue
* @Description: 文件描述
-->
<template>
<div class="red">{{ str }}</div>
</template>
<script setup>
import { ref } from "vue";
const str = ref('demo')
import Taro from '@tarojs/taro'
import { ref } from "vue";
</script>
<script>
...
...
src/pages/joinActivity/index.vue
View file @
faf6459
<!--
* @Date: 2022-09-27 17:13:05
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-
29 18:14:39
* @LastEditTime: 2022-09-
30 11:04:52
* @FilePath: /swx/src/pages/joinActivity/index.vue
* @Description: 活动报名
-->
...
...
@@ -44,7 +44,7 @@
v-model:value="item.value" />
</view>
</view>
{{username}}
<bottom-button @on-submit="onSubmit">确认报名</bottom-button>
<!-- 年龄段弹出框 -->
...
...
src/pages/userInfo/index.vue
View file @
faf6459
<!--
* @Date: 2022-09-29 16:32:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-09-
29 18:16:25
* @LastEditTime: 2022-09-
30 10:01:09
* @FilePath: /swx/src/pages/userInfo/index.vue
* @Description: 文件描述
-->
...
...
@@ -105,6 +105,7 @@
<script setup>
import { ref } from "vue";
import icon_vip from '@/images/icon/vip@2x.png'
import Taro from '@tarojs/taro'
import { AtAvatar } from 'taro-ui-vue3'
import "taro-ui-vue3/dist/style/components/avatar.scss"
import icon_join from '@/images/icon/baoming@2x.png'
...
...
Please
register
or
login
to post a comment