🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-23 10:50:20 +08:00
parent 71dee417b1
commit fcc284c49e
1 changed files with 1 additions and 1 deletions

View File

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