Procházet zdrojové kódy

textarea

trunk1017
douzhuo před 1 rokem
rodič
revize
6dee35f803
2 změnil soubory, kde provedl 5 přidání a 8 odebrání
  1. +2
    -2
      manifest.json
  2. +3
    -6
      pages/mine/details2.vue

+ 2
- 2
manifest.json Zobrazit soubor

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


+ 3
- 6
pages/mine/details2.vue Zobrazit soubor

@@ -155,8 +155,7 @@
<view class="tian-view" style="margin-left: 20rpx;">
<view class="tian-view-t2">
话术内容:<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>
@@ -168,16 +167,14 @@
<view class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;">
常错词:<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 class="tian-view">
<view class="tian-view-t2" style="margin-left: 20rpx;">
正确词:<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>


Načítá se…
Zrušit
Uložit