@@ -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) {