一口气记录半个小时的performance数据可能要用很长的时间来加载……记录较短时间的运行可以正常展示吗?
使用微信开发者工具的performance记录半小时,一直处理profile状态系统:mac os 10.13.6 开发者工具:1.02.1806120 微信小游戏项目,想看一下长时间玩的话,性能怎么样,用微信开发者工具的performance记录半小时memory情况,点击stop后,一直处于“processing profile”状态,无法正常展示记录的数据
2018-07-26你好,能否参考 https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html 提供可以复现的或者更具体的代码片段?
request:fail length8192; index=8192是什么错误有一个接口偶尔会报这个,什么意思?是什么原因造成的?
2018-07-26按照问题描述图片里的代码的话,我们这边在 Windows 上的开发者工具和 iOS 真机上都会有空格,是预期现象。能否麻烦你进一步提供 iOS 真机上不会出现空格的代码片段?
windows工具编译问题[图片] 这样写的代码,Windows 版本的工具编译出来带有空格,导致样式变乱,IOS版本的工具编辑出来的就正常。 有人知道如何解决么?
2018-07-25是可以使用的,参考这个代码片段:wechatide://minicode/cQFsdamW7Kdb
小程序中js不能使用replace() trim()等js常用函数小程序中js不能使用replace() trim()等js常用函数 请问该如何使用?
2018-07-25对比你发出来的这两张截图的话,手机号是已经成功获取了的?获取结果在 settled.js?[sm]:389 的log那里
做了个小程序 开发者工具正常 真机不正常求解做了个小程序 在开发者工具调试可以正常获取用户手机号码 但是真机测试 获取不到 求解 appid:wx0cfede3c8e467732 代码: </view> </view> <view class="verification border1" wx:if="{{sms==true}}">验证真实性</view> <view class="hotel_name" style="margin-top:-2rpx;" wx:if="{{sms==true}}"> <view class="total fl">手机号</view> <view class="input fl"> <input bindblur="user_name" name="yz_tel" placeholder="请输入你现在的手机号" type="digit"></input> </view> </view> <view class="hotel_name rel border2" wx:if="{{sms==true}}"> <view class="total fl">验证码</view> <view class="input fl"> <input bindblur="user_code" name="yz_code" placeholder="请输入验证码" style="width:60%" type="number"></input> </view> <view bindtap="sendmessg" class="ab code" wx:if="{{getmsg=='获取验证码'}}"> {{getmsg}} </view> <view bindtap="sendmessg" class="ab code" wx:if="{{getmsg!='获取验证码'}}"> {{getmsg}} </view> </view> <view class="getPhoneNumber" wx:if="{{sms==false}}"> 手机号验证: <text wx:if="{{num!=null}}">{{num}}</text> <button bindgetphonenumber="getPhoneNumber" openType="getPhoneNumber" wx:if="{{num==null}}">获取手机号</button> <button style="background:#ccc;" wx:if="{{num!=null}}">验证成功</button> </view> <view class="weui-cells weui-cells_after-title" wx:if="{{xtxx.is_qgb2=='1'}}"> <view class="weui-cell"> <view class="weui-cell__hd weui-cell__hd_in-select-after" style="padding:0rpx;"> <view class="weui-label">入驻地区</view>
2018-07-25是的,可以参考https://developers.weixin.qq.com/miniprogram/dev/api/getPhoneNumber.html
获取用户手机号弹框问题获取用户手机号的API每次都要弹框让用户认证吗?
2018-07-25