自问自答:用互斥事件绑定 mut-bind(官方是个傻Ⅹ) 有一个叫做互斥事件的就可以实现,把touch所有的事件改为mut-bindtouch事件就行、
使用catchtouchmove后自己的组件里top事件不触发?使用使用catchtouchmove catchtouchstart catchtouchend 后自己的组件里top事件不触发? bindtop和 catchtop,在组件里书写都不出触发?为啥怎么解决? 注意catch不可直接修改为bind,因为这本来就是用于屏蔽父级事件的。 <view class="win" style="height:{{Winheight}}px ; width: {{Winwidth}}px;" bindtouchmove="movecanvasMove" bindtouchstart="movecanvasStart" bindtouchend="movecanvasEnd" catchtap="choosewhite"> <logicmodule class="logiccase" {{item}}" bind:input_name="input_name" bind:movelink="move_link" bind:move_meta="move_meta" bind:playvalue='playvalue' catchtouchmove="white" catchtouchstart="white" catchtouchend="white" catchtap="choosewhite"></logicmodule> </view>
2023-03-31其中组件有的是 input 组件
一个组件同时有tap和bindtouchstart、bindtouchmove,如何单独触发?触发bindtouchstart、bindtouchmove时,不触发tap; 触发tap,不触发bindtouchstart、bindtouchmove。 选中输入框和touch同时触发,就无法选中输入框
2023-03-23我弄了一个取字符串中数字的函数
数字输入框为什么,用键盘还是可以输入abc字符?数字输入框为什么,用键盘还是可以输入abc字符?
2023-03-17有效的画点个赞 不要这么写,this.data.query.conversion.splice(1,1), 把步骤分开,下面这个就行: const conversion=this.data.query.conversion conversion.splice(1,1) 直白地说:.splice(1,1)前面不要有太多东西,容易出错。
利用splice函数去删除数组项错误?利用splice函数去删除数组项错误 删除下标为1的一项 可是却删除了1和2
2021-08-27社区技术运营专员-Riven,你直接在电脑端小程序,打开excel文件就行。但是 微信开发者工具和手机都正常的。pc端是不可以使用的。
微信PC版导出EXCEL不能预览微信PC版导出EXCEL不能预览,开发工具导出可以预览,手机终端导出也也可以预览。 [图片][图片][图片][图片]
2020-10-10