Handy_Cao hai 1 ano
pai
achega
d57f6bc16f

+ 6 - 1
src/packages/gzcj/router/index.ts

@@ -107,8 +107,13 @@ const routes: Array<RouteRecordRaw> = [
       {
         path: 'certification',
         name: 'account-certification',
-        component: () => import('@mobile/views/account/certification/Index.vue'),
+        component: () => import('../views/account/certification/Index.vue'),
       },
+      {
+        path: 'protocol',
+        name: 'account-protocol',
+        component: () => import('../views/account/protocol/Index.vue'),
+      }
     ],
   },
   {

+ 2 - 0
src/packages/gzcj/views/mine/Index.vue

@@ -150,6 +150,8 @@ import { queryBankAccountSign } from '@/services/api/bank'
 import { useLoginStore, useAccountStore, useUserStore } from '@/stores'
 import eventBus from '@/services/bus'
 import Iconfont from '@/components/base/iconfont/index.vue'
+import { getMemberUserId } from '@/services/methods/user'
+import { queryUsereSignRecords } from '@/services/api/account'
 
 const { router, routerTo } = useNavigation()
 const loginStore = useLoginStore()