Showing
3 changed files
with
13 additions
and
5 deletions
| 1 | +<!-- | ||
| 2 | + * @Date: 2022-09-19 14:11:06 | ||
| 3 | + * @LastEditors: hookehuyr hookehuyr@gmail.com | ||
| 4 | + * @LastEditTime: 2022-09-30 10:00:57 | ||
| 5 | + * @FilePath: /swx/src/pages/demo/index.vue | ||
| 6 | + * @Description: 文件描述 | ||
| 7 | +--> | ||
| 1 | <template> | 8 | <template> |
| 2 | <div class="red">{{ str }}</div> | 9 | <div class="red">{{ str }}</div> |
| 3 | </template> | 10 | </template> |
| 4 | 11 | ||
| 5 | <script setup> | 12 | <script setup> |
| 6 | - import { ref } from "vue"; | 13 | +import Taro from '@tarojs/taro' |
| 7 | - const str = ref('demo') | 14 | +import { ref } from "vue"; |
| 8 | </script> | 15 | </script> |
| 9 | 16 | ||
| 10 | <script> | 17 | <script> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-27 17:13:05 | 2 | * @Date: 2022-09-27 17:13:05 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-09-29 18:14:39 | 4 | + * @LastEditTime: 2022-09-30 11:04:52 |
| 5 | * @FilePath: /swx/src/pages/joinActivity/index.vue | 5 | * @FilePath: /swx/src/pages/joinActivity/index.vue |
| 6 | * @Description: 活动报名 | 6 | * @Description: 活动报名 |
| 7 | --> | 7 | --> |
| ... | @@ -44,7 +44,7 @@ | ... | @@ -44,7 +44,7 @@ |
| 44 | v-model:value="item.value" /> | 44 | v-model:value="item.value" /> |
| 45 | </view> | 45 | </view> |
| 46 | </view> | 46 | </view> |
| 47 | - {{username}} | 47 | + |
| 48 | <bottom-button @on-submit="onSubmit">确认报名</bottom-button> | 48 | <bottom-button @on-submit="onSubmit">确认报名</bottom-button> |
| 49 | 49 | ||
| 50 | <!-- 年龄段弹出框 --> | 50 | <!-- 年龄段弹出框 --> | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-29 16:32:03 | 2 | * @Date: 2022-09-29 16:32:03 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-09-29 18:16:25 | 4 | + * @LastEditTime: 2022-09-30 10:01:09 |
| 5 | * @FilePath: /swx/src/pages/userInfo/index.vue | 5 | * @FilePath: /swx/src/pages/userInfo/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -105,6 +105,7 @@ | ... | @@ -105,6 +105,7 @@ |
| 105 | <script setup> | 105 | <script setup> |
| 106 | import { ref } from "vue"; | 106 | import { ref } from "vue"; |
| 107 | import icon_vip from '@/images/icon/vip@2x.png' | 107 | import icon_vip from '@/images/icon/vip@2x.png' |
| 108 | +import Taro from '@tarojs/taro' | ||
| 108 | import { AtAvatar } from 'taro-ui-vue3' | 109 | import { AtAvatar } from 'taro-ui-vue3' |
| 109 | import "taro-ui-vue3/dist/style/components/avatar.scss" | 110 | import "taro-ui-vue3/dist/style/components/avatar.scss" |
| 110 | import icon_join from '@/images/icon/baoming@2x.png' | 111 | import icon_join from '@/images/icon/baoming@2x.png' | ... | ... |
-
Please register or login to post a comment