🦀️ fix: 修复优惠券京东E卡展示问题

This commit is contained in:
wangsongsole 2024-02-23 10:51:47 +08:00
parent fcc284c49e
commit e84cd69e28
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
</div> </div>
<template v-if="goodInfo.product_type===1||(goodInfo.product_type===2&&goodInfo.card_show==1)"> <template v-if="goodInfo.product_type===1||(goodInfo.product_type===2&&goodInfo.card_show==1)">
<!-- 京东E卡 --> <!-- 京东E卡 -->
<template v-if="acctype=='tel'&&goodInfo.is_e_card"> <template v-if="goodInfo.is_e_card">
<p> <p>
<span>账号:</span> <span>账号:</span>
<input :type="acctype" onkeyup="this.value=this.value.replace(/\D/g,'')" <input :type="acctype" onkeyup="this.value=this.value.replace(/\D/g,'')"