c端解决虚拟键盘弹起输入框
This commit is contained in:
parent
791a868489
commit
542e3b505d
|
@ -67,11 +67,10 @@
|
|||
<p v-if="acctype!='tel'"><span>再次输入:</span><input :type="acctype" :maxlength="maxlen" v-model="reaccount"
|
||||
placeholder="请再次输入" @focus="(e)=>focusFn(e)"></p>
|
||||
</div>
|
||||
<div v-show="detailUrl" class="detail-bottom">
|
||||
<img :src="detailUrl">
|
||||
</div>
|
||||
|
||||
<div class="bottom" id="bottom" v-show="describe.type">
|
||||
|
||||
<div class="bottom" id="bottom" v-show="describe.type||detailUrl">
|
||||
<img :src="detailUrl" v-show="detailUrl">
|
||||
<img :src="describe.bg_image" v-show="describe.type==1&&describe.bg_image">
|
||||
<div v-html="describe.content" class="goodsTip" v-show="describe.type==3&&describe.content"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue