- wx.makePhoneCall在安卓和ios表现不同?
[图片]图一为andriod系统,调用wx.makePhoneCall后的截图[图片]图二为ios系统,调用wx.makePhoneCall后的截图 同样一个api,为什么两个系统的表现不一样啊?还是有其他偷摸设置的东西
2024-10-22 - wxs中的方法不可用?开发工具没有影响,真机不能使用,之前还可以,今天扫码预览居然就不行了?
<wxs module="calendar_wxs" src="./index.wxs"></wxs> bindtouchstart="{{ calendar_wxs.touchStart }}" catchtouchmove="{{ calendar_wxs.touchMove }}" [图片] wxs中的功能在开发工具中是正常的,但是扫码预览,就提示方法不存在
2024-07-29 - page-container组件 custom-style和overlay-style样式bug
遮罩层自定义样式和弹窗自定义样式都不生效[图片] wxml <page-container show="{{show}}" round bind:clickoverlay="clickoverlay" bind:beforeenter="beforeenter" bind:enter="enter" bind:afterenter="afterenter" bind:beforeleave="beforeleave" bind:leave="leave" bind:afterleave="afterleave" duration="1000" overlay-style="overlay" custom-style="custom-style" position="bottom" id="open-demo" > <view class="box"> Page-container </view> </page-container> wxss .box { height: 900rpx; background-color:transparent; } .overlay { background-color: red; opacity: 1; } .custom-style { background-color: skyblue; }
2024-04-26 - 微信小程序自定义tabBar挡住了苹果手机的home键,这个怎么解决?
在微信小程序开发中,使用了微信小程序自定义的tabBar,苹果的Home键和自定义tabBar重叠的部分都被遮挡了,这个情况有没有大佬遇到的,求解
2023-06-06 - 自定义Tabbar,在小程序初始化报错是什么问题?
用的自定义tabbar,然后小程序初始化直接报错"errMsg":"removeTabBarBadge:fail custom Tabbar"; 开发工具版本:1.06.2301160 Stable; 调试基础库:2.29.2; 并且自定义的tabbar,第一次点击会有明显的闪烁问题,开发工具和真机上面都有。
2023-05-19 - 调用自定义组件的方法,然后报错Cannot read property 'currentTarge?
在父页面使用自定义组件,然后用自定义组件的方法,就报错Cannot read property 'currentTarget' of undefined, [图片]
2023-04-13 - 微信小程序里面写的方法不能用,调试器一直提示该方法不存在,这个是什么情况啊?
调试兰图下图 现在是在ts文件中写了方法,wxml中也绑定了方法,点击就提示该方法不存在,求大佬答疑解惑,看看问题出在哪里了[图片]
2023-03-14