拼团功能完善

This commit is contained in:
2025-12-17 18:08:27 +08:00
parent 2fc5a428ff
commit 744f56468f
17 changed files with 2200 additions and 305 deletions

6
utils/share.js Normal file
View File

@@ -0,0 +1,6 @@
export function wxShare(par) {
return {
...par,
type: 2
}
}