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