- showToast image路劲给服务器路径显示无效 格式jpg
wx.showToast({ title: item.pic_title + '\n电话:' + item.jan + '\n地址:' + item.comment + '\n时间:' + item.art_name_en, mask: true, image: 'http://epos.youjiajapan.cn//webctrl/' + item.pic_url, duration: 3000 }) 路径没有问题 但就是图片无法显示出来[图片]
2017-08-07 - scroll-view 横向滑动 里面的输入的文字不管怎么设置都不会换行,求帮助
我用官方给的demo测试过 也不能换行 view设置过宽高可还是不行 [图片]
2017-07-28 - Map组件提供的属性能在image图片上使用吗?
不适用腾讯地图渲染,能在一张地图图片上面 使用定位 polyline markers 图标吗?可以的话怎么实现??
2017-07-27 - 关于微信小程序自定义弹出层被Map遮挡
真机测试时总是弹出层弹出被Map遮挡 开发工具正常
2017-07-20 - textarea与定位按钮的问题,定位按钮无法获取焦点
[图片] 两个相对定位的按钮,当按钮移动到textarea上面时,点击按钮是无效的,弹出的是输入textarea文本框。请问这个问题怎么解决?开发工具上没有问题,安卓和苹果手机上就不行了 <view class="butarea"> <button class="primary" type="primary" bindtap="tapgoback">返回</button> <button class="warn" type="warn" bindtap="tijao" disabled="{{sum_price == ''?'disabled':''}}">落单</button> </view> //css 代码 .butarea{ position:fixed; bottom:0rpx; margin-top:40rpx; box-sizing:border-box; width:100%; z-index:999; }
2017-06-22