|
|
|
@ -219,7 +219,7 @@ |
|
|
|
v-model="form.sellingProposition" |
|
|
|
:inputBorder="false" |
|
|
|
type="textarea" |
|
|
|
placeholder="月结30天价格,不加服务费!" |
|
|
|
placeholder="请输入商品卖点" |
|
|
|
></qn-easyinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -235,7 +235,7 @@ |
|
|
|
v-model="form.description" |
|
|
|
:inputBorder="false" |
|
|
|
type="textarea" |
|
|
|
placeholder="售价全部为含税价,支持先用后付,欢迎来电查询!近期价格波动较大,请下单前先咨询价格。" |
|
|
|
placeholder="请输入商品描述" |
|
|
|
></qn-easyinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -250,7 +250,7 @@ |
|
|
|
v-model="form.shippingNote" |
|
|
|
:inputBorder="false" |
|
|
|
type="textarea" |
|
|
|
placeholder="分切纸不足重量的,另加调机费;低于送货重量或超出送货范围的,运费另计。" |
|
|
|
placeholder="请输入送货说明" |
|
|
|
></qn-easyinput> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -313,7 +313,11 @@ export default { |
|
|
|
isMainProductRep: 0, |
|
|
|
manufacturerName: null, |
|
|
|
brandName: null, |
|
|
|
categoryName: null |
|
|
|
categoryName: null, |
|
|
|
sellingProposition:'月结30天价格,不加服务费!', |
|
|
|
description:'售价全部为含税价,支持先用后付,欢迎来电查询!近期价格波动较大,请下单前先咨询价格。', |
|
|
|
shippingNote:'分切纸不足重量的,另加调机费;低于送货重量或超出送货范围的,运费另计。' |
|
|
|
|
|
|
|
}, |
|
|
|
imageStyles: { |
|
|
|
width: 100, |
|
|
|
|