@@ -140,7 +140,7 @@ onLoad((option: any) => { | |||
}else if(state.dataArray[i].cardType[j]=='2'){ | |||
cardTypeArr.push('储值卡') | |||
}else if(state.dataArray[i].cardType[j]=='3'){ | |||
cardTypeArr.push('记存卡') | |||
cardTypeArr.push('预存卡') | |||
} | |||
} | |||
state.dataArray[i].cardTypeArr=cardTypeArr.toString() |
@@ -70,6 +70,10 @@ | |||
{{ "¥" + state.allMoney }} | |||
</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 class="action"> |