🦀️ fix: 修复bug
This commit is contained in:
parent
71dee417b1
commit
fcc284c49e
|
@ -54,7 +54,7 @@
|
||||||
<h4 class="title" v-if="goodInfo.product_type===2&&goodInfo.card_show==2">{{goodInfo.product_name}}</h4>
|
<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">
|
<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,'')"
|
||||||
|
|
Loading…
Reference in New Issue