[图片] 这里是 dev 环境,于是,很自然的就写了如下一直报错的代码 [图片] 后来修改以后的代码 [图片] 于是,有个问题,,这里的env到底是干嘛的。。 后来总算是明白了: [图片] [图片]
云开发调用云函数出错已安装node.js 8.9.0 并安装wx-server-sdk,已创建云函数并上传云平台,访问云函数时报错 WACloud.js:1 Uncaught (in promise) Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail cloud function service error code -501005, error message Environment not found; at cloud.callFunction api; 调用代码: onLoad(){ wx.cloud.init({ env: 'text' }) wx.cloud.callFunction({ name:'add', data:{ a:12, b:19 } }).then(console.log) }
2019-06-25开发工具都有这个问题
【求助官方】login:fail Error: system error调用任何 wx. API 均报 xxx:fail system error 删掉小程序再进又恢复正常了 目前只有一台手机这样,请问一下 system error 是什么情况下报的?
2018-10-29我的华为机器也不支持
微信canvas为啥滑动事件部分安卓手机不触发<canvas class="mask_style" bindtouchstart="startHandler" bindtouchmove="moveHandler" bindtouchend="endHandler" canvas-id="mask" />在部分安卓手机中不会触发这三个事件为什么
2018-10-19楼主实现了吗,我们也有这个需求,,
服务商模式下小程序支付问题微信小程序支付,服务商下面的子商户号能作为收款账号吗,急急急
2018-08-23wx:for="{{5}}" 这样好像可以
wx:for循环类似for(int i=0;i<5;i++){}解决了吗?<imag id="{{i}}" class="starImg" wx:for="i++" wx:key="id" wx:for-index="i" wx:if="{{i < count}}" src="../../image/star.png"></imag> 这样写为什么只 能循环三次一下的[图片]?
2018-08-21楼主解决了吗,我们现在也有这个问题,ios上图片正常显示,安卓部分手机不能显示image标签,位置占了
微信小程序 在安卓手机里 不显示图片[图片] 微信小程序 在安卓手机里 不显示图片 ,图片image里也有服务器路径
2018-07-11[代码] var query = wx.createSelectorQuery().in(this) query.select('#the-id').boundingClientRect(function(res){ res.top // 这个组件内 #the-id 节点的上边界坐标 }).exec()[代码]
为什么在组件中用createSelectorQuery 获取不到元素信息在引用得组件中 wx.createSelectorQuery().select(#id).boundingClientRect(function (rect) { console.log(rect) }).exec() // 打印值为null
2018-05-30