我也是
wx.previewImage 真机图片预览使用 wx.previewImage api 真机预览图片一直处于加载中 data: { // 图片展示集合 imgList: [ 'https://www.gonghuikeji.com/images/index/index-case-01.jpg', 'https://www.gonghuikeji.com/images/index/index-case-02.jpg', 'https://www.gonghuikeji.com/images/index/index-case-03.jpg' ], }, <image wx:key="{{item}}" wx:for="{{imgList}}" bindtap="imgYu" data-src="{{item}}" mode="center" src="{{item}}"></image> imgYu: function (e) { var src = e.currentTarget.dataset.src;//获取data-src //图片预览 wx.previewImage({ current: src, // 当前显示图片的http链接 urls: this.data.imgList // 需要预览的图片http链接列表 }) },
2018-08-01有人回复下吗
txv-video 视频插件无法暂停播放<txv-video vid="h0728mmjjcj" playerid="txv1"></txv-video> <txv-video vid="h0728mmjjcj" playerid="txv1" autoplay='false'></txv-video> <txv-video vid="h0728mmjjcj" playerid="txv1" autoplay='{{false}}'></txv-video> 真机和开发工具都不行暂停播放,一来就自动播放,js控制也不行,请问是bug吗?
2018-07-25请问这个问题解决了吗?
textarea的adjust-position属性在安卓机上无效大佬们,这个问题啥时候解决呀
2018-07-12换成逗号怎么连接呢
两个字符串完全一样,判断却不相等两个字符串完全一样,判断却不相等 console.log("==========================onShow()"); var sectionText = that.data.sectionText; var sectionText2 = that.data.sectionText2; console.log(sectionText.constructor); console.log(sectionText2.constructor); console.log("that.data.sectionText=" + that.data.sectionText); console.log("that.data.sectionText2=" + that.data.sectionText2); console.log("that.data.sectionText.length=" + that.data.sectionText.length); console.log("that.data.sectionText2.length=" + that.data.sectionText2.length); console.log("that.data.sectionText != that.data.sectionText2=" + that.data.sectionText.trim() != that.data.sectionText2.trim()); console.log("that.data.sectionText == that.data.sectionText2=" + that.data.sectionText == that.data.sectionText2); console.log("sectionText != sectionText2=" + sectionText != sectionText2); console.log("encodeURIComponent(sectionText)=" + encodeURIComponent(sectionText)); console.log("encodeURIComponent(sectionText2)=" + encodeURIComponent(sectionText2)); console.log("encodeURIComponent(sectionText) == encodeURIComponent(sectionText2)=" + encodeURIComponent(sectionText) == encodeURIComponent(sectionText2)); house.js? [sm]:113 ==========================onShow() house.js? [sm]:116 ƒ String() { [native code] } house.js? [sm]:116 ƒ String() { [native code] } house.js? [sm]:117 that.data.sectionText=碧桂园 house.js? [sm]:118 that.data.sectionText2=碧桂园 house.js? [sm]:119 that.data.sectionText.length=3 house.js? [sm]:120 that.data.sectionText2.length=3 house.js? [sm]:121 true house.js? [sm]:122 false house.js? [sm]:123 true house.js? [sm]:124 encodeURIComponent(sectionText)=%E7%A2%A7%E6%A1%82%E5%9B%AD house.js? [sm]:125 encodeURIComponent(sectionText2)=%E7%A2%A7%E6%A1%82%E5%9B%AD house.js? [sm]:126 false house.js? [sm]:130 true
2018-07-10我也遇到这样的问题,执行顺序不一样 安卓随机出现问题,ios好的,官网到现在没有回答这个bug
Canvas连续fillText样式不一致[图片] 我连续的两行文本填充,显示正确,导出图片时偶尔出现样式不一致的问题(如下图所示)?fillText每次调用都要重新写样式么? [图片] 更严重的是有个手机导出图片时两行颜色都不见了(和上图图片背景不一致是由于我们背景随机) [图片] 但是官方例子就是默认上次的呀 [图片]
2018-07-07我的也是,在苹果6手机 系统8.3 页面会错位
使用苹果手机进入小程序,样式乱掉了正常情况下 [图片] 错误场景下: [图片]
2018-06-02