This commit is contained in:
2026-01-16 17:01:32 +08:00
parent a002599a15
commit 50d8214f7f
4 changed files with 8 additions and 297 deletions

View File

@@ -49,27 +49,28 @@
</template>
</van-cell>
<van-cell v-if="isWeChat" title="微信支付" clickable @click="selectedPaymentMethod = 'wechat'">
<!-- <van-cell v-if="isWeChat" title="微信支付" clickable @click="selectedPaymentMethod = 'wechat'">
<template #icon>
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
</template>
<template #right-icon>
<van-radio v-model="selectedPaymentMethod" name="wechat" />
</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>
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
</template>
<template #right-icon>
<van-radio v-model="selectedPaymentMethod" name="easypay_alipay" />
</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>
<van-icon size="24" name="wechat-pay" color="#1AAD19" class="mr-2" />
</template>
@@ -79,7 +80,8 @@
</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>
<van-icon size="24" name="alipay" color="#00A1E9" class="mr-2" />
</template>