- 微信小程序扫一扫界面能修改吗或者自定义扫一扫页面?
- 需求的场景描述(希望解决的问题) 在微信小程序中使用wx.scanCode({}),调起的扫一扫界面如下图1所示,但是我最终想要的是扫一扫界面如下图2所示,也就是扫码框不是充满整个手机屏幕,而是像下图2所示的,扫码框只是在页面的上半部分,而下半部分是我自定义的页面 [图片] 图1 [图片] 图2
2018-08-08 - 小程序直播组件报警
小程序后台看到的错误,以及小程序告警群发出的错误。 [图片] Cannot read property 'micPanelMode' of undefined TypeError: Cannot read property 'micPanelMode' of undefined at Ze.resetLinkMic (https://usr/app-service.js:4380:15010) at Ze.clear (https://usr/app-service.js:4380:3270) at Ze.detached (https://usr/app-service.js:4380:2410) at r.safeCallback (https://lib/WASubContext.js:2:1810271) at r.call (https://lib/WASubContext.js:2:1810164) at r (https://lib/WASubContext.js:2:1826573) at r (https://lib/WASubContext.js:2:1826460) at r (https://lib/WASubContext.js:2:1826460) at r (https://lib/WASubContext.js:2:1826460) at r (https://lib/WASubContext.js:2:1826460) Appid: wxa624737d5087024a 昵称: 大技狮 时间: 2020-10-22 21:39:00 次数: 5分钟 12次 类型:脚本错误 错误样例: this.liveManager.store.storeSetData is not a function. (In 'this.liveManager.store.storeSetData({curComponentName:this.data.componentName,opt:o,cb:t})', 'this.liveManager.store.storeSetData' is undefined) 登录公众平台小程序运维中心可查看更多错误信息 Appid: wxa624737d5087024a 昵称: 大技狮 时间: 2020-10-22 21:28:52 次数: 5分钟 13次 类型:脚本错误 错误样例: Cannot read property 'micPanelMode' of undefined 登录公众平台小程序运维中心可查看更多错误信息
2020-10-23 - 直播订阅按钮subscrib在开播前多久才显示呢?
[图片] 开播前是指创建直播间完成到主播开始直播这段时间 有具体的时间吗?目前是有内容需求和组件一起显示和消失。。
2020-09-08 - 小程序 wx.reportMonitor 业务数据监控,微信告警群收不到通知?
(1)后台可以看到有监控数据: [图片] (2)告警设置【上限:20,下限:10】,【上限:0,下限:0】都试过了: [图片] (3)已扫码进入“业务数据告警群” [图片] 但是。微信群中并接受不到推送。 附【 appID: wxe39ea3a12c548afb 】
2020-07-17 - 直播插件1.1.x报错?
// app.json "live-player-plugin": { "version": "1.1.1", "provider": "wx2b03c6e691cd7370" } // app.js let livePlayer = requirePlugin('live-player-plugin') livePlayer.getShareParams() .then(res => { // 此处仅处理 }).catch(err => { console.log('get share params', err); }) 以上是简单代码及插件版本号, 错误小程序版本: 全版本 // 1. Cannot read property 'bottom' of null // 2. Cannot read property 'bottom' of null;at SelectorQuery callback function // 3. null is not an object (evaluating 't.bottom') https://res.servicewechat.com/weapp/release/wx1c91e15ebd6963f2/254/package/__plugin__/wx2b03c6e691cd7370/appservice.js:4087:719 https://lib/WASubContext.js:2:1067672 https://lib/WASubContext.js:2:111745 https://lib/WASubContext.js:2:1067959 r@https://lib/WASubContext.js:2:1067938 https://lib/WASubContext.js:2:1068086 https://lib/WASubContext.js:2:1772589 r@https://lib/WASubContext.js:2:1712330 https://lib/WASubContext.js:2:1712518 https://lib/WASubContext.js:2:778954 https://lib/WAServiceMainContext.js:2:251579 _@https://lib/WAServiceMainContext.js:2:78181 // 4. Cannot read property 'bottom' of null;at SelectorQuery callback function TypeError: Cannot read property 'bottom' of null at n.<anonymous> (https://usr//package/app-service.js:4088:720) at Function.<anonymous> (https://lib/WASubContext.js:1:1005077) at https://lib/WASubContext.js:1:1005360 at r (https://lib/WASubContext.js:1:1005333) at https://lib/WASubContext.js:1:1006751 at https://lib/WASubContext.js:1:1369487 at https://lib/WASubContext.js:1:1369460 at r (https://lib/WASubContext.js:1:1315363)
2020-07-11 - 手机使用小程序正常,PC端为什么报错:padStart is not a function?
手机使用小程序正常,PC端使用小程序报错:padStart is not a function。本地设置中es6转es5和增强编译都已选择。 错误截图: [图片]
2020-04-23 - padStart is not a function
- 当前 Bug 的表现(可附上截图) [图片]
2018-05-28 - wx.getMenuButtonBoundingClientRect报错
新上线版本中,收到大量以下这个api报错。使用点是在自定义组件中执行这个api,做了兼容的,报这个错的手机都是安卓手机 getMenuButtonBoundingClientRect:fail:access denied; at wx.getMenuButtonBoundingClientRect
2019-02-22 - 公众平台运维中心错误查询报错
公众平台运维中心很多类似错误 APP-SERVICE-SDK:setStorageSync:fail; 每一天都有,不知道什么原因?
2019-02-21 - cover-image 使用wx:if不能控制 模拟器可以实现 真机无效
wxml <cover-view class='ico-l-1' bindtap = 'like'> <cover-image wx:if="{{like==true}}" src='../../imgs/like_t.png' class='ico-l-1-i'></cover-image> <cover-image wx:if="{{like==false}}" src='../../imgs/like_v.png' class='ico-l-1-i'></cover-image> </cover-view> wxss .ico-l-1 { width: 70rpx; height: 70rpx; /* border: 1rpx solid #aaa; */ position: absolute; left: 87vw; top: 50vh; } .ico-l-1-i { width: 100%; height: 100%; } js data:{like: false} like: function() { var that = this if(that.data.like==true){ that.setData({ like: false }) }else{ that.setData({ like: true }) } },
2018-11-02