收藏
回答

整个页面的点击事件都是无效的

框架类型 问题类型 提审时间 AppID
小程序 Bug 2018-08-17 wx3e8c3837294bb383

 

<form bindsubmit="formSubmit">
  <image class='background' src='../../images/index/zcbg@2x.png' mode='widthFix'>
    <view  class='table_view'>
      <view class='item1'>
        <input style='font-size:15px;' placeholder='请输入手机号'></input>
      </view>
      <view class='colum'>
        <view class='item2' >
          <input style='font-size:15px;' placeholder='请输入验证码'></input>
        </view>
         
          <button class='num' bindtab='tTelph' >
          <image class='buttonNum' src='../../images/index/hqyzm@2x.png'  bindtab='tTelph' mode="widthFix" ></image>
          </button>
         
      </view>
      <view class='item4'>
        <input style='font-size:15px;' type="password" placeholder='请输入密码'></input>
      </view>
      <view class='item5'>
        <picker-view indicator-style="height: 50px;" style=";font-size:15px;width: 180px; height: 45px;" value="{{value}}"  bindchange="bindChange">
          <picker-view-column>
            <view wx:for="{{hangye_list}}" style="line-height: 50px">{{item.name}}</view>
          </picker-view-column>
        </picker-view>
      </view>
      <view class='item6'>
        <picker-view indicator-style="height: 50px;" style=";font-size:15px;width: 180px; height: 45px;" value="{{value}}"  bindchange="bindChange">
          <picker-view-column>
            <view wx:for="{{zhiwei_list}}" style="line-height: 50px">{{item.name}}</view>
          </picker-view-column>
        </picker-view>
      </view>
      <view class='item7' bindtab="submit">
      <!-- <button class='item7' bindtab="submit"  > -->
      <!-- <cover-image class='but_img_reg' src='../../images/index/zc@2x.png' ></cover-image> -->
         <image class='registerButton' src='../../images/index/zc@2x.png' mode="widthFix" catchtab="sub"></image>
      <!-- </button> -->
      </view>
    </view>
  </image>
  <button class='but' style='color:red' bindtab="hello">
  <image class='buttonNum' src='../../images/index/hqyzm@2x.png' bindtab='tTelph'></image></button>
</form>


回答关注问题邀请回答
收藏

1 个回答

  • Hasaki
    Hasaki
    2018-10-26
    截图
    2018-10-26
    有用
    回复
登录 后发表内容