feat: 订单支付|商品详情调整

This commit is contained in:
duanshuwen
2025-10-28 20:34:18 +08:00
parent 16fde7aade
commit eed2eea123
8 changed files with 175 additions and 203 deletions

View File

@@ -19,7 +19,7 @@
<view class="right">
<input
class="border-box rounded-8 px-4 py-2 font-size-15 color-000 line-height-20"
v-model="item.visitorName"
v-model.trim="item.visitorName"
placeholder="请输入姓名"
maxlength="11"
/>
@@ -31,7 +31,7 @@
<view class="right">
<input
class="border-box rounded-8 px-4 py-2 font-size-15 color-000 line-height-20"
v-model="userFormList[0].contactPhone"
v-model.trim="userFormList[0].contactPhone"
placeholder="请输入联系手机"
maxlength="11"
/>