Commit 09e87743 authored by 袁玲利's avatar 袁玲利

充值开关限制bug修复

parent 46da0804
......@@ -131,7 +131,7 @@
<!-- <view class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
账户明细
</view> -->
<template v-if="rechargeLimit == 1">
<template v-if="rechargeLimit != 1">
<!-- 充值账户 -->
<view class="Recharge">
<span>充值金额</span>
......
......@@ -110,7 +110,7 @@
账户明细
</view> -->
<!-- 充值账户 -->
<template v-if="rechargeLimit == 1">
<template v-if="rechargeLimit != 1">
<view class="Recharge">
<span></span>
<span>账户充值</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment