Browse Source

2023年5月17日14:33:47

yxb
wq 2 years ago
parent
commit
ffb5e39d07

+ 1
- 1
subpackage/applyCard/choice-product.vue View File

}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()

+ 4
- 0
subpackage/applyCard/product-detail.vue View File

{{ "¥" + 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">

Loading…
Cancel
Save