}else if(state.dataArray[i].cardType[j]=='2'){ | }else if(state.dataArray[i].cardType[j]=='2'){ | ||||
cardTypeArr.push('储值卡') | cardTypeArr.push('储值卡') | ||||
}else if(state.dataArray[i].cardType[j]=='3'){ | }else if(state.dataArray[i].cardType[j]=='3'){ | ||||
cardTypeArr.push('记存卡') | |||||
cardTypeArr.push('预存卡') | |||||
} | } | ||||
} | } | ||||
state.dataArray[i].cardTypeArr=cardTypeArr.toString() | state.dataArray[i].cardTypeArr=cardTypeArr.toString() |
{{ "¥" + state.allMoney }} | {{ "¥" + state.allMoney }} | ||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="as-layout-horizontal as-gravity-center"> | |||||
<checkbox value="cb" />请先阅读并同意 | |||||
<a style="color:#007AFF;text-decoration: underline;">《ETC客户协议》</a> | |||||
</view> | |||||
</view> | </view> | ||||
<view class="action"> | <view class="action"> |