mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
去除商家修改收货地址的长度限制
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
<Button type="default" @click="$refs.map.open()">选择</Button>
|
||||
</FormItem>
|
||||
<FormItem label="详细地址" prop="consigneeDetail">
|
||||
<Input v-model="addressForm.consigneeDetail" size="large" maxlength="50"></Input>
|
||||
<Input v-model="addressForm.consigneeDetail" size="large" ></Input>
|
||||
</FormItem>
|
||||
</Form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user