소스 검색

说明处理

xiaomei 6 달 전
부모
커밋
8c139573bd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/mine/recharge.vue
  2. 1 1
      src/views/mine/sendChaBao.vue

+ 1 - 1
src/views/mine/recharge.vue

@@ -41,7 +41,7 @@
         </div>
         <div class="tips">
           <div>{{ $t('lang116') }}</div>
-          <div>{{ tip }}</div>
+          <div v-html="tip"></div>
         </div>
       </div>
     </div>

+ 1 - 1
src/views/mine/sendChaBao.vue

@@ -46,7 +46,7 @@
         </div>
         <div class="tips">
           <div>{{ $t('lang116') }}</div>
-          <div>{{ tip }}</div>
+          <div v-html="tip"></div>
         </div>
       </div>
     </div>