码迷,mamicode.com
首页 > 其他好文 > 详细

拉数据

时间:2017-01-23 20:16:02      阅读:212      评论:0      收藏:0      [点我收藏+]

标签:items   tap   显示   nbsp   hot   set   his   arch   sea   

//index.js

//获取应用实例

var app=getapp()

hotapp=app.globalData.hotapp,
PageIndex=1,
lock=false;

page({

  data:{

    desc:{

      key:" ",

      vaule:()

}

},

onLoad:function(options){

  var desc={

    key:options.key

}

  //console.log(options);

  this.setData({desc:desc});                   //数据从逻辑层发送到视图层

}

//监听显示

onshow:function(){

var that = this;

//console.log(that.data.desc.key)

hotapp.searchkey({

"prefix":that.data.desc.key,     //当前页

"pageIndex":1,

"pagesize":1

}

function(res){

console.log(res.data.items[0];

that.setData({desc:res.data.items[0];         //数据从逻辑层发送到视图层

});

}

})

 

拉数据

标签:items   tap   显示   nbsp   hot   set   his   arch   sea   

原文地址:http://www.cnblogs.com/aivnfjgj/p/6344777.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!