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

后台拿数据

时间:2017-01-23 18:32:34      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:option   log   src   console   dex   index   view   script   ges   

onLoad:function(options){

console.log(options);

that.setData{{list:res.data.items}};               //从列表页传来一个key

技术分享

<view class="list" bindtap=onload News data-key="{{item.key}}">                 //拿index模板列表页中的hotapp对应的后台数据

<view class="info">

  <view class="title">

    {{item.value.title}}

</view>

onLoadNews:function(e){

//  console.log (e.currentTarget.dataset.key)                    //点击取dataset.key

wx.navigateTo({console.log(e.currentTarget.dataset.key)

url:"../description/index?key=+e.currentTarget.dataset.key,

success:function(res){

          },

          fail:function(){

          },

          complete:function(){

          }

         })

        },

 

后台拿数据

标签:option   log   src   console   dex   index   view   script   ges   

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

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