微信小程序点击图片跳转 到另一个页面

时间:2017-01-23 23:47:01   收藏:0   阅读:16628

onLoad:function(options){

console.log(options)

html

<view class="list bindtap=onload New data-key=""{{item key}}"

js

onLoad News:function(e){

console.log(e)

wx.navigateTo({e.currentTarget.dataset.key})

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

success:function(res){

 

原文:http://www.cnblogs.com/aivnfjgj/p/6345127.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!