如果你用的wifi开发的话,让别人的手机也连你的无线。
小程序请求后台接收不到数据- 当前 Bug 的表现(可附上截图) 点击请求后,后台接收不到请求 [图片] - 预期表现 后台接收请求,并返回成功提示 - 复现路径 - 提供一个最简复现 Demo mclick: function (e) { // wx.showToast({ // title: '点赞成功', // icon: 'success', // duration: 2000 // }); wx.getConnectedWifi({ // fail:function(res){ // console.log(res); // wx.showToast({ // title: res["errMsg"], // icon: 'success', // duration: 2000 // }); // }, success: function (res) { console.log(res.wifi.SSID); wx.request({ url: 'http://127.0.0.01/rest-interface', method: 'POST', data: { "ssid": res.wifi.SSID }, success: function (res) { wx.showToast({ title: res["status"] + "", icon: 'success', duration: 2000 }); } }) } }) },
2018-11-01 别用button只用cover-view和cover-iamge
新人求助,电脑调试button正常显示,到了手机上button被地图覆盖新人求助,扫码button在电脑调试正常,在手机上button被地图覆盖了,求高手指点。 [图片] index.wxml: <view class='container'> <view class='search'> <input placeholder='请输入关键字搜索' confirm-type='search' ></input> </view> <view class='mapcontainer'> <map id='map' longitude='{{longitude}}' latitude='{{latitude}}' scale='14' show-location style='width:100%;height:550px;'></map> </view> <view class='buttonQr'> <button size='mini' plain='true' bindtap='btnQrClick'>扫码</button> </view> </view> index.wxss: /**index.wxss**/ .container{ display: flex; background-color: transparent; } .search{ border: 1px inset #8e2323; width: 60%; height: 20%; left: 20%; background-color: transparent; } .mapcontainer{ width:100%; height:100%; z-index: 4; } .buttonQr{ border: 1px; position: absolute; left: 0px; top:0px; z-index:5; }
2018-11-01支付宝主打场景的去流量化,微信依靠的就是流量。神仙打架,不可曰不可曰
支付宝也上线了小程序,请问你们怎么看?如题
2018-09-15更新工具了么
新建 云开发的项目 没有找到可以勾选“云开发 QuickStart 项目”的地方- 当前 Bug 的表现(可附上截图) [图片] - 预期表现 可以 勾选创建 “云开发 QuickStart 项目” - 复现路径 新建页 - 提供一个最简复现 Demo 如图
2018-09-11test
video中使用cover-view之后安卓无法滑动在video的组件中使用cover-view然后把cover-view大小设置成video宽高相同的,之后安卓机子没有办法上下滑动求解
2018-06-06show answers?
急急急!!!怎么才能不让小程序页面滑动[图片] [图片] [图片] 图1是正常的 图二和图三是上下滑动时出现的Bug
2018-06-06