- Map组件 markers的问题
markers: [ { iconPath: "../../images/icon/marker.png", id: 0, latitude:23.762291, longitude:114.716706, title: "测试标题", width: 30, height: 30, callout: { bgColor: '#75caf7' } }] 为毛真机调试,安卓6.0,iOS9,title死活不出现。
2017-07-21 - 服务类目选择
家里是5线城市,房产类的信息非常多虚假和广告 想做一个小程序的平台,提供房产信息的,应该选择什么平台,求管理员帮忙解答。
2017-07-14 - wx.request 开发工具、安卓都正常,IOS下挂了
wx.request({ url: rootDocment + opts.url, type: opts.type || 'GET', success: function(res) { opts.success && opts.success(res); wx.hideLoading(); }, error: function (res) { opts.error && opts.error(); } }) } https证书检测过,正常。 在开发工具和安卓下也正常,但一到iOS里面,就一直loading 既不进去success 也 不进error。费解。
2017-06-30