- <switch>标签不能加载属性为什么?
标签不能加载属性为什么? <switch checked="{{item.ip_power}}" bindchange="ip_power">switch> 其中{{item.ip_power}} 和 ip_power 在编译后无法显示其中的参数,编译后效果“<switchchecked="">switch>”
2017-10-24 - this.setData 出错不知道为什么!
WAService.js:3 thirdScriptError this.setData is not a function;at pages/cml/cml onReady function;at api request success callback function TypeError: this.setData is not a function at success (http://228513772.appservice.open.weixin.qq.com/pages/cml/cml.js:218:20) at Object.success (http://228513772.appservice.open.weixin.qq.com/WAService.js:3:7592) at s.<anonymous> (http://228513772.appservice.open.weixin.qq.com/WAService.js:7:18056) at s.emit (http://228513772.appservice.open.weixin.qq.com/WAService.js:5:9280) at .<anonymous> (http://228513772.appservice.open.weixin.qq.com/WAService.js:7:19381) at http://228513772.appservice.open.weixin.qq.com/WAService.js:4:21365 at n.<anonymous> (http://228513772.appservice.open.weixin.qq.com/asdebug.js:1:12560) at n.emit (http://228513772.appservice.open.weixin.qq.com/asdebug.js:1:8652) at callback (http://228513772.appservice.open.weixin.qq.com/asdebug.js:1:19911) at o (http://228513772.appservice.open.weixin.qq.com/asdebug.js:1:17098)
2017-07-28 - app.getUserInfo 怎么获取允许和拒绝?
app.getUserInfo 怎么获取用户是点击的允许还是拒绝?
2017-07-27 - 用官方的案例轮播图代码 为什么报错?
<swiper indicator-dots="{{indicatorDots}}" indicator-color="{{indicatorColor}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" circular="{{circular}}"> <block wx:for="{{imgUrls}}"> <swiper-item> <image src="{{item}}" class="toutu"/> </swiper-item> </block> </swiper> Now you can provide attr "wx:key" for a "wx:for" to improve performance.
2017-07-24 - 微信小程序怎么调用客户id
微信小程序怎么调用客户id
2017-07-24 - index.wxml中调入caidan.wxml、wxss 、 js 怎么实现?
在index.wxml中调入caidan.wxml以及wxss 和 js 怎么才能实现? 下面这个方法无法载入 wxss 和 js 在线等答案 急等 <include src="../caidan/caidan" />
2017-07-24 - 我想载入其它wxml文件
我想在当前wxml页面 载入其它wxml文件
2017-07-23 - 通过点击跳转传值给下一个页面总是无法实现
[图片] 试过直接写入缓存key中 在下一页面调出数据key 在开发界面可以实现 但是到了 项目下的预览 在手机预览发现点击后没有反应! 后来改成连接传参数的方式 也是在开发模式下可以点击和正常传参数 但是在手机预览又开始点击后没反应 不知道什么问题 请大神指点 手机出现以下错误 不知道什么问题 手机显示以下错误 [图片]
2017-07-20 - 为什么wx.request指定的url 每次都报错 说不合法什么原因?
不在以下合法域名列表中,请参考文档:https://mp.weixin.qq.com/debug/wxadoc/dev/api/network-request.htmlr @ asdebug.js:1_ @ asdebug.js:1S @ asdebug.js:1s @ asdebug.js:1o @ WAService.js:4c @ WAService.js:4r @ WAService.js:7e @ WAService.js:7u @ WAService.js:7(anonymous function) @ WAService.js:4loadMovie @ index.js [sm]:71(anonymous function) @ WAService.js:8onLoad @ index.js [sm]:60(anonymous function) @ WAService.js:8C @ WAService.js:8E @ WAService.js:8j @ WAService.js:8(anonymous function) @ WAService.js:8(anonymous function) @ WAService.js:8(anonymous function) @ WAService.js:4(anonymous function) @ WAService.js:4(anonymous function) @ WAService.js:4(anonymous function) @ asdebug.js:1n.emit @ asdebug.js:1r @ asdebug.js:1(anonymous function) @ asdebug.js:1g @ asdebug.js:1(anonymous function) @ asdebug.js:1 asdebug.js:1 Array[0]
2017-07-18