- 小程序必须要认证嘛?
小程序必须要认证嘛?没有认证的话AR功能就没法使用?
05-08 - 页面跳转无反应也没有报错提示?
goRecognition:function() { wx.redirectTo({ url: '../scene-ar-pintuVideo/index', }); }, 该代码是在scene-ar-list的js中写的 [图片] 写了跳转但是没有反应,也没有报错提示,scene-ar-pintuVidee也在app,json中注册了
04-29 - wx.navigateTo()跳转后没有显示返回按钮?
这个是wxss .xr-control { position: absolute; left: 50%; width: 720rpx; height: 200rpx; margin-left: -360rpx; margin-top: -220rpx; text-align: center; } .button { position: absolute; top: 10px; left: 20px; width: 100px; height: 50px; } .back-icon{ position: absolute; width: 60rpx; height: 60rpx; top: 100rpx; left: 30rpx; z-index: 30; } .pintuButton { position: absolute; width: 404rpx; left: 0; right: 0; bottom: 0; margin: 0 auto; z-index: 2; } .pintuBtnImg { padding-bottom: 30%; width: 404rpx; height: 98rpx; } 是有覆盖嘛?
04-26 - 小程序配置域名智能使用https嘛?http可以嘛?
还有一个问题发布后的小程序,怎么获取小程序的二维码呢?
04-03