f
This commit is contained in:
@@ -49,27 +49,28 @@
|
|||||||
</template>
|
</template>
|
||||||
</van-cell>
|
</van-cell>
|
||||||
|
|
||||||
<van-cell v-if="isWeChat" title="微信支付" clickable @click="selectedPaymentMethod = 'wechat'">
|
<!-- <van-cell v-if="isWeChat" title="微信支付" clickable @click="selectedPaymentMethod = 'wechat'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
|
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
|
||||||
</template>
|
</template>
|
||||||
<template #right-icon>
|
<template #right-icon>
|
||||||
<van-radio v-model="selectedPaymentMethod" name="wechat" />
|
<van-radio v-model="selectedPaymentMethod" name="wechat" />
|
||||||
</template>
|
</template>
|
||||||
</van-cell>
|
</van-cell> -->
|
||||||
|
|
||||||
<!-- 易支付-支付宝 -->
|
<!-- 易支付-支付宝 -->
|
||||||
<van-cell v-if="!isWeChat" title="支付宝" clickable @click="selectedPaymentMethod = 'easypay_alipay'">
|
<!-- <van-cell v-if="!isWeChat" title="支付宝" clickable @click="selectedPaymentMethod = 'easypay_alipay'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
|
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
|
||||||
</template>
|
</template>
|
||||||
<template #right-icon>
|
<template #right-icon>
|
||||||
<van-radio v-model="selectedPaymentMethod" name="easypay_alipay" />
|
<van-radio v-model="selectedPaymentMethod" name="easypay_alipay" />
|
||||||
</template>
|
</template>
|
||||||
</van-cell>
|
</van-cell> -->
|
||||||
|
|
||||||
<!-- 云印签支付-微信 -->
|
<!-- 云印签支付-微信 -->
|
||||||
<van-cell v-if="isWeChat" title="云印签支付(微信)" clickable @click="selectedPaymentMethod = 'yunyinSignPay_wechat'">
|
<van-cell v-if="isWeChat" title="微信支付" clickable
|
||||||
|
@click="selectedPaymentMethod = 'yunyinSignPay_wechat'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
|
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
|
||||||
</template>
|
</template>
|
||||||
@@ -79,7 +80,8 @@
|
|||||||
</van-cell>
|
</van-cell>
|
||||||
|
|
||||||
<!-- 云印签支付-支付宝 -->
|
<!-- 云印签支付-支付宝 -->
|
||||||
<van-cell v-if="!isWeChat" title="云印签支付(支付宝)" clickable @click="selectedPaymentMethod = 'yunyinSignPay_alipay'">
|
<van-cell v-if="!isWeChat" title="支付宝支付" clickable
|
||||||
|
@click="selectedPaymentMethod = 'yunyinSignPay_alipay'">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
|
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user