🦀️ fix: 修复组合商品模板属性异常问题

This commit is contained in:
wangsongsole 2024-03-26 13:45:20 +08:00
parent b37016cc7b
commit bae3d39c1d
1 changed files with 0 additions and 2 deletions

View File

@ -171,14 +171,12 @@ export default ({ data, products }) => {
<>
<input
type="text"
maxlength="50"
readOnly
placeholder={data.channel == 3 ? "请输入手机号" : "请输入账号"}
v-model="form.confirm"
/>
<input
type="text"
maxlength="50"
readOnly
placeholder={data.channel == 3 ? "请再次输入手机号" : "请再次输入账号"}
v-model="form.receive_account"