hookehuyr

文字修改

......@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-31 22:09:58
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-09 14:31:33
* @LastEditTime: 2022-06-09 17:19:51
* @FilePath: /tswj/src/components/DonateFlower/index.vue
* @Description: 捐花组件
-->
......@@ -218,9 +218,9 @@ onMounted(async () => {
// 选择捐赠数量
const defaultOptions = ref({
1: '1朵花',
2: '2朵花',
3: '3朵花',
1: '1朵花',
2: '2朵花',
3: '3朵花',
});
// 捐赠协议
const agreed = ref(false);
......