🦀️ fix: 修复bug

This commit is contained in:
wangsongsole 2024-02-05 14:00:37 +08:00
parent cbf47b35b4
commit 953943a5ba
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</p> </p>
</div> </div>
<div class="form"> <div class="form">
<template v-if="goodsInfo.available==1"> <template v-if="goodsInfo.available!==9">
<input type="text" placeholder="请输入真实姓名" class="f-input" v-model="form.receive_name" <input type="text" placeholder="请输入真实姓名" class="f-input" v-model="form.receive_name"
maxlength="100"> maxlength="100">
<input type="text" placeholder="请输入支付宝账号" class="f-input" v-model="form.receive_account"> <input type="text" placeholder="请输入支付宝账号" class="f-input" v-model="form.receive_account">