部分代码: <view class="info-cell"> <view>发站地址 : <input data-index="start" bindfocus="location_start" type="text" name="start_address" model:value="{{start_address}}" placeholder="发站地址" /> </view> <view>到站地址 : <input data-index="end" bindfocus="location_end" type="text" name="end_address" model:value="{{end_address}}" placeholder="到站地址" /> </view> </view> <view class="info-cell"> <view>型<text decode="{{true}}" space="{{true}}">&nbsp;&nbsp;&nbsp;</text>号: <input type="text" name="car_brand_name" model:value="" placeholder="型号"/> </view> </view>
chooseLocation组件通过bindfocus调用完再点击input仍会弹出这个组件窗?开发者工具:在页面里有两处需要调用chooseLocation组件的地方(通过bindfocus),点击这个组件的input框然后选择地址,窗口关闭。我再去点击其他的没有调用这个组件的input框,这时也会弹出这个组件。 真机:点击普通的input框不会弹出组件,但是会导致最下面的 保存 按钮点击之后没有任何反应。
2022-06-04