-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clubInfo): add clubInfo related pages #566
base: next
Are you sure you want to change the base?
Conversation
@at-wr is attempting to deploy a commit to the qwerzl Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I guess the current layout isn't too good. We still need to use the dialog component for the editing window. And for showing the WeChat group info on club page, I would also prefer a dialog triggered by a button. Also, although we only upload URLs to the backend, users only have QR codes. So we need the user to input a pic (either directly from camera or from file - you need to figure it out), then convert the pic into a link, then the link is uploaded to the backend. Same process goes for displaying the club information: the link is converted to the QR code then displayed. uQR and qr-scanner-wechat are quite useful FYI. |
@q1zhen Would you review this? |
Notice
v-if
to display the components properly.