소스 검색

注释云缴费菜单

Handy_Cao 1 년 전
부모
커밋
7622cff07f
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/packages/gstj/views/mine/Index.vue
  2. 2 2
      src/packages/thj/views/mine/Index.vue

+ 2 - 2
src/packages/gstj/views/mine/Index.vue

@@ -98,7 +98,7 @@
                         <Iconfont icon="g-icon-sign">签约账户</Iconfont>
                     </template>
                 </Cell>
-                <Cell is-link :to="{ name: 'hold-sign' }" v-if="authStatus === AuthStatus.Certified">
+                <!-- <Cell is-link :to="{ name: 'hold-sign' }" v-if="authStatus === AuthStatus.Certified">
                     <template #title>
                         <Iconfont icon="g-icon-signing"> 代扣签约申请</Iconfont>
                     </template>
@@ -107,7 +107,7 @@
                     <template #title>
                         <Iconfont icon="g-icon-wallet">入金代扣申请</Iconfont>
                     </template>
-                </Cell>
+                </Cell> -->
                 <Cell is-link :to="{ name: 'mine-profile' }">
                     <template #title>
                         <Iconfont icon="g-icon-profile">个人信息</Iconfont>

+ 2 - 2
src/packages/thj/views/mine/Index.vue

@@ -95,12 +95,12 @@
                         <Iconfont icon="g-icon-sign">签约账户</Iconfont>
                     </template>
                 </Cell>
-                <Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId() } }"
+                <!-- <Cell is-link :to="{ name: 'account-protocol', query: { memberUserId: getMemberUserId() } }"
                     v-if="userStore.userType != 2 && authStatus === AuthStatus.Certified">
                     <template #title>
                         <Iconfont icon="g-icon-order--line">合同签署</Iconfont>
                     </template>
-                </Cell>
+                </Cell> -->
                 <Cell is-link :to="{ name: 'mine-profile' }">
                     <template #title>
                         <Iconfont icon="g-icon-profile">公司信息</Iconfont>