diff --git a/app/assets/img/activityIcon.png b/app/assets/img/activityIcon.png new file mode 100644 index 0000000..f4d0c10 Binary files /dev/null and b/app/assets/img/activityIcon.png differ diff --git a/app/assets/img/gzhqr.png b/app/assets/img/gzhqr.png new file mode 100644 index 0000000..89960d3 Binary files /dev/null and b/app/assets/img/gzhqr.png differ diff --git a/app/assets/img/wallet.png b/app/assets/img/wallet.png new file mode 100644 index 0000000..ee6a0f6 Binary files /dev/null and b/app/assets/img/wallet.png differ diff --git a/app/components.d.ts b/app/components.d.ts index d200d25..6b6e898 100644 --- a/app/components.d.ts +++ b/app/components.d.ts @@ -24,7 +24,7 @@ declare module 'vue' { NInfiniteScroll: typeof import('naive-ui')['NInfiniteScroll'] NInput: typeof import('naive-ui')['NInput'] NInputGroup: typeof import('naive-ui')['NInputGroup'] - NMessageProvider: typeof import('naive-ui')['NMessageProvider'] + NInputNumber: typeof import('naive-ui')['NInputNumber'] NModal: typeof import('naive-ui')['NModal'] NPopconfirm: typeof import('naive-ui')['NPopconfirm'] NQrCode: typeof import('naive-ui')['NQrCode'] @@ -32,6 +32,7 @@ declare module 'vue' { NRadioGroup: typeof import('naive-ui')['NRadioGroup'] NSelect: typeof import('naive-ui')['NSelect'] NSpace: typeof import('naive-ui')['NSpace'] + NSpin: typeof import('naive-ui')['NSpin'] NTabPane: typeof import('naive-ui')['NTabPane'] NTabs: typeof import('naive-ui')['NTabs'] NTooltip: typeof import('naive-ui')['NTooltip'] diff --git a/app/components/EditUserInfo.vue b/app/components/EditUserInfo.vue index b4a91d0..bc43d02 100644 --- a/app/components/EditUserInfo.vue +++ b/app/components/EditUserInfo.vue @@ -17,7 +17,7 @@ const ruleForm = ref({}) const rules = ref({ nickName: [ { required: true, message: '请输入用户名', trigger: 'blur' }, - { min: 2, max: 10, message: '长度在 2 到 10 个字符', trigger: 'blur' }, + { min: 2, max: 15, message: '长度在 2 到 15 个字符', trigger: 'blur' }, ], }) // 文件输入引用 @@ -79,7 +79,8 @@ watch( ruleForm.value.avatar = newUserInfo.avatar ruleForm.value.brief = newUserInfo.brief ruleForm.value.userId = newUserInfo.userId - // ruleForm.value.invitationName = newUserInfo.invitationName + ruleForm.value.invitationName = newUserInfo.invitationName + ruleForm.value.invitationCode = newUserInfo.invitationCode } }, { immediate: true, deep: true }, // 立即执行一次,初始化 ruleForm @@ -128,13 +129,14 @@ onMounted(() => { -
- 已经填写: {{ userInfo.invitationName }} 的邀请码 + +
+ 已经填写: {{ userStore.userInfo.invitationName }} 的邀请码
- + diff --git a/app/components/GoldPayment.vue b/app/components/GoldPayment.vue new file mode 100644 index 0000000..424f3a6 --- /dev/null +++ b/app/components/GoldPayment.vue @@ -0,0 +1,239 @@ + + + + + diff --git a/app/components/Header.vue b/app/components/Header.vue index 25e4d2d..754fb4e 100644 --- a/app/components/Header.vue +++ b/app/components/Header.vue @@ -190,11 +190,11 @@ onMounted(() => {});
- - + /> --> diff --git a/app/components/IntPayment.vue b/app/components/IntPayment.vue index 5cbf060..bee0293 100644 --- a/app/components/IntPayment.vue +++ b/app/components/IntPayment.vue @@ -1,6 +1,7 @@ diff --git a/app/pages/us/agreement/index.vue b/app/pages/us/agreement/index.vue new file mode 100644 index 0000000..10191cf --- /dev/null +++ b/app/pages/us/agreement/index.vue @@ -0,0 +1,19 @@ + + + + + diff --git a/app/pages/us/privacy/index.vue b/app/pages/us/privacy/index.vue new file mode 100644 index 0000000..0dc85cb --- /dev/null +++ b/app/pages/us/privacy/index.vue @@ -0,0 +1,119 @@ + + + + + \ No newline at end of file diff --git a/app/pages/wallet/index.vue b/app/pages/wallet/index.vue new file mode 100644 index 0000000..46089ce --- /dev/null +++ b/app/pages/wallet/index.vue @@ -0,0 +1,224 @@ + + + + + diff --git a/app/pages/work-square.vue b/app/pages/work-square.vue index 54cc94c..9dbf1f3 100644 --- a/app/pages/work-square.vue +++ b/app/pages/work-square.vue @@ -109,7 +109,7 @@ function changeCategory(item: any) {
-
+
diff --git a/app/pages/workflow-details/[id].vue b/app/pages/workflow-details/[id].vue index 8fe21fe..1aad2cb 100644 --- a/app/pages/workflow-details/[id].vue +++ b/app/pages/workflow-details/[id].vue @@ -1,11 +1,12 @@ -