fix: 增加兑换码 京东E卡

This commit is contained in:
zhangds 2024-03-07 11:59:00 +08:00
parent 34d91cb966
commit 6f492d5d18
1 changed files with 12 additions and 4 deletions

View File

@ -52,18 +52,26 @@
</div>
</div>
<!-- 只是用来展示-无任何用处 -->
<div v-if="goodsDetail.available!=1" @click="bindAvailable" class="ipt-acc"
style="position: relative;z-index: 99;">
<h4 class="title">{{goodInfo.product_name}}</h4>
<p>
<span>账号:</span>
<!-- <input type="text" :placeholder="placeholder"> -->
<span class="j-input"
style="color: #ccc;height:0.32rem;padding-right: 0.1rem;line-height: 0.32rem;display: inline-block;width: 80%;">{{placeholder}}</span>
style="color: #b1bbc3;height:0.32rem;padding-right: 0.1rem;line-height: 0.32rem;display: inline-block;width: 80%;">{{placeholder}}</span>
</p>
<p>
<p v-if="goodInfo.is_e_card">
<span style="display: inline-block;width: 0.72rem;">验证码:</span>
<input class="queryCode" :type="acctype" :disabled="goodsDetail.available!=1" placeholder="请输入验证码">
<button :disabled="!computedAccount" class="query-code">
获取验证码
</button>
</p>
<p v-else>
<span>再次输入:</span>
<!-- <input type="text" :placeholder="placeholder"> -->
<span class="j-input"
style="color: #ccc;height:0.32rem;padding-right: 0.1rem;line-height: 0.32rem;display: inline-block;width: 80%;">{{placeholder}}</span>
</p>