Lijy 4 달 전
부모
커밋
e1c0fd535a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/components/common/translationComponent.vue

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/components/common/translationComponent.vue

@@ -1,5 +1,5 @@
 <template>
-  <template v-if="userInfo.userNameNeedTranslate == 1">
+  <template v-if="userInfo.userInfo.userNameNeedTranslate == 1">
     <template v-if="Array.isArray(openId)">
       <template v-for="(item, index) in openId">
         <ww-open-data :type='type' :openid='item'></ww-open-data>