//获取应用实例
var app = getApp()
Page({
data: {
suggests: []
},
//事件处理函数
getSug: function(e) {
wx.request({
url: 'https://gongjiao.xiaojukeji.com/api/transit/search/suggest',
method: 'POST',
header: {
'Content-Type': 'application/json'
},
data: {
imei:'general_app',
token:'t49GcWlrGxJ0d2tGQtC9zA_MYpKZXtCpEcwSEJk1jSpUjTsOAyEMRO8ytQucZY3t25B_KiJQlAJx91hKte28p3kTFQ4QzvCTci7ZipjJxplwhSvhBp941zG-rccSjnCYwoTRPv0SfF-E-xE94pZ342SJddMoPP-hFzytXwAAAP__',
lng:'116.29319741622',
lat:'40.041375934019',
city:1,
filter:'poi,line,banner',
pattern: e.detail.value
},
success: function(res){
if(res.data.matches && res.data.matches.length) {
console.log(res.data.matches);
this.setData({suggests: res.data.matches});
}
}.bind(this)
});
},
onLoad: function () {
console.log('onLoad')
var that = this
},
getRecommend: function() {
wx.request({
url: 'http://gongjiao.xiaojukeji.com/api/transit/line/recommendation',
method: 'POST',
header: {
'Content-Type': 'application/json'
},
data: {
imei:'general_app',
token:'t49GcWlrGxJ0d2tGQtC9zA_MYpKZXtCpEcwSEJk1jSpUjTsOAyEMRO8ytQucZY3t25B_KiJQlAJx91hKte28p3kTFQ4QzvCTci7ZipjJxplwhSvhBp941zG-rccSjnCYwoTRPv0SfF-E-xE94pZ342SJddMoPP-hFzytXwAAAP__',
lng:'116.29319741622',
lat:'40.041375934019',
city:1,
filter:'0,1'
},
success: function(res){
console.log(res.data);
}
});
}
})
大富大贵7
- 粉丝: 393
- 资源: 8870
最新资源
- 毕设和企业适用springboot智能制造类及信息安全管理系统源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及无人驾驶系统源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及行业资讯平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及智能图书馆管理系统源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及智能物流调度平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及智能云平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造类及资产管理平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及产品溯源系统源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及教育资讯平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及情感分析平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及企业IT解决方案平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及全渠道电商平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及视觉识别平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及人工智能客服平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及数据存储平台源码+论文+视频.zip
- 毕设和企业适用springboot智能制造平台类及图书管理系统源码+论文+视频.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈