在開發原生小程序時,我用textarea標籤來顯示多行問題,遇到的一個關於真機上的坑在微信開發者工具運行正常,但在真機卻textarea覆蓋彈出層。具體是這樣的html
<text v-if="showImgList || pickBool" class="text-textarea">{{goods.description}}</text>
<textarea @blur="keyInput" @input="keyInput2" :value="goods.description" data-property="description" maxlength="50"/>
複製代碼
用cover-view覆蓋在map、video、canvas、camera、live-player、live-pusher上,所以能夠改變彈出層用cover-view替換view
canvas
<cover-view class="img-list" v-if="showImgList">我是coer-view</cover-view>複製代碼
總結:只文記錄下自已遇到的問題,文筆很差乾貨也沒有,若有什麼建議能夠指出,如以爲此文辣了你的眼睛在這裏說聲很差意思小程序