shish 19 часов назад
Родитель
Сommit
c51e2bd2ce
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/admin/billing/forwardResult.vue

+ 2 - 2
ghsApp/src/admin/billing/forwardResult.vue

@@ -22,7 +22,7 @@
         class="admin-button-com big action-btn"
         :disabled="fundActing"
         @click="onReturnBalance"
-      >不转账,返充到客户余额</button>
+      >不转账,返充到客户余额</button>
       <button class="admin-button-com big action-btn" @click="goBack">返回首页</button>
     </appResult>
 
@@ -265,7 +265,7 @@ export default {
       })
     },
 
-    /** 不转账,返充到客户余额 → returnBalance=1 + 海报 */
+    /** 不转账,返充到客户余额 → returnBalance=1 + 海报 */
     onReturnBalance() {
       const that = this
       if (!that.forwardId) {