Fix:3995 【商城小程序】“一句话介绍”文本内容超过一行时换行显示。商户入驻及店铺入驻都需要调整
This commit is contained in:
@@ -142,7 +142,6 @@ export default {
|
||||
},
|
||||
cartNum: {
|
||||
handler(val) {
|
||||
console.log(val, 'cardNum');
|
||||
this.cartNumber = val || 1
|
||||
},
|
||||
deep: true,
|
||||
|
||||
@@ -337,7 +337,9 @@
|
||||
<u-cell :border="false">
|
||||
<template #title>
|
||||
<view class="line">
|
||||
<u-input
|
||||
<u-textarea
|
||||
:maxlength="-1"
|
||||
autoHeight
|
||||
v-model="form.content"
|
||||
:disabled="reviewing"
|
||||
border="none"
|
||||
|
||||
@@ -455,7 +455,9 @@
|
||||
<u-cell :border="false">
|
||||
<template #title>
|
||||
<view class="line">
|
||||
<u-input
|
||||
<u-textarea
|
||||
:maxlength="-1"
|
||||
autoHeight
|
||||
v-model="form.content"
|
||||
:disabled="reviewing"
|
||||
border="none"
|
||||
|
||||
Reference in New Issue
Block a user