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> </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