Browse Source

textarea

trunk1017
douzhuo 1 year ago
parent
commit
6dee35f803
2 changed files with 5 additions and 8 deletions
  1. +2
    -2
      manifest.json
  2. +3
    -6
      pages/mine/details2.vue

+ 2
- 2
manifest.json View File

@@ -1,5 +1,5 @@
{ {
"name" : "去房智控管家",
"name" : "数智工牌",
"appid" : "__UNI__7A1611D", "appid" : "__UNI__7A1611D",
"description" : "去房智控管家", "description" : "去房智控管家",
"versionName" : "1.1.0", "versionName" : "1.1.0",
@@ -91,7 +91,7 @@
}, },
"quickapp" : {}, "quickapp" : {},
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx8f883dca5ecc5510",
"appid" : "wxe044603515ff2cb5",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,


+ 3
- 6
pages/mine/details2.vue View File

@@ -155,8 +155,7 @@
<view class="tian-view" style="margin-left: 20rpx;"> <view class="tian-view" style="margin-left: 20rpx;">
<view class="tian-view-t2"> <view class="tian-view-t2">
话术内容:<view class="word1"> 话术内容:<view class="word1">
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false"
:custom-style="customStyle" placeholder="请输入" />
<u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" />
</view> </view>
</view> </view>
</view> </view>
@@ -168,16 +167,14 @@
<view class="tian-view"> <view class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;"> <view class="tian-view-t2" style="margin-left: 20rpx;">
常错词:<view class="word1"> 常错词:<view class="word1">
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false"
:custom-style="customStyle" placeholder="请输入" />
<u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" />
</view> </view>
</view> </view>
</view> </view>
<view class="tian-view"> <view class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;"> <view class="tian-view-t2" style="margin-left: 20rpx;">
正确词:<view class="word1"> 正确词:<view class="word1">
<u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="reswrongword" :border="false"
:custom-style="customStyle" placeholder="请输入" />
<u-input :auto-height="true" type="textarea" v-model="reswrongword" :border="false" placeholder="请输入" />
</view> </view>
</view> </view>
</view> </view>


Loading…
Cancel
Save