Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| 2 | * @Author: hookehuyr hookehuyr@gmail.com | 2 | * @Author: hookehuyr hookehuyr@gmail.com |
| 3 | * @Date: 2022-05-31 22:09:58 | 3 | * @Date: 2022-05-31 22:09:58 |
| 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 4 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 5 | - * @LastEditTime: 2022-06-09 14:31:33 | 5 | + * @LastEditTime: 2022-06-09 17:19:51 |
| 6 | * @FilePath: /tswj/src/components/DonateFlower/index.vue | 6 | * @FilePath: /tswj/src/components/DonateFlower/index.vue |
| 7 | * @Description: 捐花组件 | 7 | * @Description: 捐花组件 |
| 8 | --> | 8 | --> |
| ... | @@ -218,9 +218,9 @@ onMounted(async () => { | ... | @@ -218,9 +218,9 @@ onMounted(async () => { |
| 218 | 218 | ||
| 219 | // 选择捐赠数量 | 219 | // 选择捐赠数量 |
| 220 | const defaultOptions = ref({ | 220 | const defaultOptions = ref({ |
| 221 | - 1: '1朵金花', | 221 | + 1: '1朵花花', |
| 222 | - 2: '2朵金花', | 222 | + 2: '2朵花花', |
| 223 | - 3: '3朵金花', | 223 | + 3: '3朵花花', |
| 224 | }); | 224 | }); |
| 225 | // 捐赠协议 | 225 | // 捐赠协议 |
| 226 | const agreed = ref(false); | 226 | const agreed = ref(false); | ... | ... |
-
Please register or login to post a comment