This commit is contained in:
zmj 2024-04-20 14:59:16 +08:00
parent 9cb77a57e4
commit b52f4fca4c
1 changed files with 7 additions and 5 deletions

View File

@ -107,7 +107,7 @@
<u-form-item label="商品详细描述" prop="userInfo.name" ref="item1" labelPosition="left"> <u-form-item label="商品详细描述" prop="userInfo.name" ref="item1" labelPosition="left">
<text slot='right' style="font-size:28rpx ; color:#989898 ;">{{value1.length}}/{{maxLength}}</text> <text slot='right' style="font-size:28rpx ; color:#989898 ;">{{value1.length}}/{{maxLength}}</text>
</u-form-item> </u-form-item>
<u--textarea v-model="value1" placeholder="货品描述请严格遵循《广告法》规定,避免出现虚假宣传和误导消费者的词语" <u--textarea v-model="formData.store_info" placeholder="货品描述请严格遵循《广告法》规定,避免出现虚假宣传和误导消费者的词语"
style="background-color: #F9F9F9;height: 166rpx;" :autoHeight='true' style="background-color: #F9F9F9;height: 166rpx;" :autoHeight='true'
:maxlength='maxLength'></u--textarea> :maxlength='maxLength'></u--textarea>
@ -184,17 +184,18 @@
return { return {
formData: { formData: {
"store_name": "测试商品", "store_name": "测试商品",
store_info: "",
"imageList": [ "imageList": [
], ],
"attrValue": [ "attrValue": [
], ],
"cate_name": "兽药", "cate_name": "",
"unit_name": "", "unit_name": "",
"cate_id": 1826, "cate_id": '',
"mer_cate_id": [ "mer_cate_id": [
2331
], ],
"mer_cate_name": "测试", "mer_cate_name": "测试",
"spec_type": "0", "spec_type": "0",
@ -219,6 +220,7 @@
"image": [] "image": []
}, },
"stock": "20", "stock": "20",
store_info: "",
attribute: {}, attribute: {},
}, },
mer_id: "", mer_id: "",