Browse Source

说明处理

xiaomei 6 months ago
parent
commit
8c139573bd
2 changed files with 2 additions and 2 deletions
  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>