wx.chooseFile acept="video" file.thumbTempFilePath 真机还是undefined 貌似还是没有解决
thumbTempFilePathwx.chooseVideo 调用成功后 开发者工具可以返回thumbTempFilePath 移动端 没有此 属性
2020-11-18分页要卡20s左右
为什么开发工具启动小程序,渲染页面很慢?设备 macbookair 13 2017 8G 1600MHZ DDR3 设备差了点 每次打好的生产压缩过的包,在本地开发者工具跑,启动速度/渲染速度,都没有真机快, audits评分还说页面渲染慢,难道不是微信开发者工具的错吗
2020-10-19<!--index.wxml--> <view class="container"> <view class="userinfo"> <button wx:if="{{!hasUserInfo && canIUse}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo"> 获取头像昵称 </button> <block wx:else> <image bindtap="bindViewTap" class="userinfo-avatar" src="{{userInfo.avatarUrl}}" mode="cover"></image> <text class="userinfo-nickname">{{userInfo.nickName}}</text> </block> </view> <view class="usermotto" bindtap="chooseFIle"> <text class="user-motto">跳转</text> </view> </view> <!--logs.wxml--> <view class="container log-list"> <text bindtap="chooseFIle" class="log-item">选择相册</text> </view> <!--logs.js--> chooseFIle(){ wx.chooseImage({ complete: (res) => {}, }) },
为什么wx.chooseImage直接选择图片没问题,拍照后选择就会relunch 回到首页?版本2.13.1 直接选择没有问题 拍照就有问题,吐了
2020-10-092.13.0版本中在wx.showMoal确定不可以打开opensetting,就很无语
opensetting 返回失败咋回事?我是在用户拒绝授权定位以后请求openSetting,返回openSetting:fail can only be invoked by user TAP gesture. 厉害了,真机可以模拟器不行
2020-09-28