首页 > 代码库 > 后台拿数据
后台拿数据
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(){
}
})
},
后台拿数据
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。