Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-09 17:20:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9431eec278d092ef7b93d18afe401e53dbbe3286
9431eec2
1 parent
03097db5
文字修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/components/DonateFlower/index.vue
src/components/DonateFlower/index.vue
View file @
9431eec
...
...
@@ -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 1
4:31:33
* @LastEditTime: 2022-06-09 1
7: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);
...
...
Please
register
or
login
to post a comment