Showing
4 changed files
with
9 additions
and
9 deletions
src/assets/images/luru@2x.png
0 → 100644
1.93 KB
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-16 10:06:47 | 2 | * @Date: 2024-01-16 10:06:47 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-26 13:55:15 | 4 | + * @LastEditTime: 2024-01-26 14:01:46 |
| 5 | * @FilePath: /xysBooking/src/components/qrCodeSearch.vue | 5 | * @FilePath: /xysBooking/src/components/qrCodeSearch.vue |
| 6 | * @Description: 预约码卡组件 | 6 | * @Description: 预约码卡组件 |
| 7 | --> | 7 | --> |
| ... | @@ -128,10 +128,6 @@ const formatStatus = (status) => { | ... | @@ -128,10 +128,6 @@ const formatStatus = (status) => { |
| 128 | } | 128 | } |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | -const selectUser = (index) => { | ||
| 132 | - select_index.value = index; | ||
| 133 | -} | ||
| 134 | - | ||
| 135 | onMounted(async () => { | 131 | onMounted(async () => { |
| 136 | if (props.id) { | 132 | if (props.id) { |
| 137 | // 511522190103214279 | 133 | // 511522190103214279 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2023-06-21 10:23:09 | 2 | * @Date: 2023-06-21 10:23:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-26 13:09:53 | 4 | + * @LastEditTime: 2024-01-26 14:10:42 |
| 5 | * @FilePath: /xysBooking/src/views/index.vue | 5 | * @FilePath: /xysBooking/src/views/index.vue |
| 6 | * @Description: 预约页首页 | 6 | * @Description: 预约页首页 |
| 7 | --> | 7 | --> |
| ... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
| 25 | 预约记录 | 25 | 预约记录 |
| 26 | </div> | 26 | </div> |
| 27 | <div class="search" @click="toSearch"> | 27 | <div class="search" @click="toSearch"> |
| 28 | - <van-icon size="1.5rem" color="#A67939" :name="icon_2" /> | 28 | + <van-icon size="1.5rem" color="#A67939" :name="icon_6" /> |
| 29 | 寺院录入 | 29 | 寺院录入 |
| 30 | </div> | 30 | </div> |
| 31 | </div> | 31 | </div> |
| ... | @@ -65,6 +65,7 @@ import icon_2 from '@/assets/images/预约记录@2x.png' | ... | @@ -65,6 +65,7 @@ import icon_2 from '@/assets/images/预约记录@2x.png' |
| 65 | import icon_3 from '@/assets/images/首页02@2x.png' | 65 | import icon_3 from '@/assets/images/首页02@2x.png' |
| 66 | import icon_4 from '@/assets/images/二维码icon.png' | 66 | import icon_4 from '@/assets/images/二维码icon.png' |
| 67 | import icon_5 from '@/assets/images/我的01@2x.png' | 67 | import icon_5 from '@/assets/images/我的01@2x.png' |
| 68 | +import icon_6 from '@/assets/images/luru@2x.png' | ||
| 68 | 69 | ||
| 69 | import { useClickAway } from '@vant/use'; | 70 | import { useClickAway } from '@vant/use'; |
| 70 | const $route = useRoute(); | 71 | const $route = useRoute(); | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2024-01-26 13:08:09 | 2 | * @Date: 2024-01-26 13:08:09 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2024-01-26 13:53:38 | 4 | + * @LastEditTime: 2024-01-26 14:08:41 |
| 5 | * @FilePath: /xysBooking/src/views/search.vue | 5 | * @FilePath: /xysBooking/src/views/search.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -138,9 +138,12 @@ const goToHome = () => { | ... | @@ -138,9 +138,12 @@ const goToHome = () => { |
| 138 | align-items: center; | 138 | align-items: center; |
| 139 | justify-content: space-around; | 139 | justify-content: space-around; |
| 140 | .btn-item { | 140 | .btn-item { |
| 141 | - padding: 0.7rem 4rem; | 141 | + flex: 1; |
| 142 | + padding: 0.7rem 0; | ||
| 142 | border-radius: 5px; | 143 | border-radius: 5px; |
| 143 | font-size: 1.05rem; | 144 | font-size: 1.05rem; |
| 145 | + text-align: center; | ||
| 146 | + margin: 0 0.25rem; | ||
| 144 | } | 147 | } |
| 145 | .btn-left{ | 148 | .btn-left{ |
| 146 | background-color: #A67939; | 149 | background-color: #A67939; | ... | ... |
-
Please register or login to post a comment