您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

微信小程序 页面跳转传参的介绍

2024/5/3 3:35:33发布21次查看
这篇文章主要介绍了微信小程序 页面跳转传参详解的相关资料,并附简单实例,和实现效果图,需要的朋友可以参考下
微信小程序 页面跳转传参,做微信小程序必定会用的这样的功能,这里就记录下本人学习实现代码资料。
刚接触微信小程序,多里面的语法和属性还不怎么聊解,如有不多的地方希望各位大神多多指教。今天来说下微信小程序怎么跳转和传参,话不多说直接上代码。
实现的功能是给列表增加点击功能传参到下一页;
代码如下:
<import src="../wxtemplate/headertemplate.wxml"/> <view> <!--滚动图--> <view> <swiper indicator-dots="{{indicatordots}}" autoplay="{{autoplay}}" interval="{{intervaltime}}" duration="{{time}}"> <block wx:for="{{imageurl}}"> <swiper-item> <image src="{{item}}" class="imagepx"></image> </swiper-item> </block> </swiper> </view> <!--功能按钮--> <view class="section-bg"> <block wx:for="{{buttonnum}}"> <!--模版--> <template is="buttonlist" data="{{item}}"/> <!--<view class="section-item"> <image class="section-img" src="{{item.image}}"></image> <text class="section-text">{{item.text}}</text> </view>--> </block> </view> <!--资讯列表--> <view> <block wx:for="{{listnum}}"> <template is="newlist" data="{{item,index}}"/> </block> </view> </view>
其中
<template is="buttonlist" data="{{item}}"/>
为模版代码如下
<template name="buttonlist"> <view class="section-item"> <image class="section-img" src="{{item.image}}" bindtap="buttonclick"></image> <text class="section-text">{{item.text}}</text> </view> </template> <!--list--> <template name="newlist"> <view class="section-list" bindtap="listclick" id="{{index}}"> <view> <image class="list-img" src="{{item.image}}"></image> </view> <view class="section-textt"> <view class="title"><text>{{item.title}}</text></view> <view class="subtitle"><text>{{item.subtitle}}</text></view> </view> </view> </template>
这里只为下面的列表增加了点击方法
点击列表js代码
listclick:function(event){ console.log(event); var p = event.currenttarget.id wx.navigateto({url:'/pages/xiangqing/xiangqing?id=上一页的参数'}) }
其中
wx.navigateto({url:'/pages/xiangqing/xiangqing?id=上一页的参数'})
为跳转方法,id为需要传的参数 如果参数为动态参数代码如下:
listclick:function(event){ console.log(event); var p = event.currenttarget.id wx.navigateto({url:'/pages/xiangqing/xiangqing?id='+p}) }
其中p为上面为每一行设置的id值
在下一页取值代码如下:
data:{ // text:"这是一个页面" title:'' }, onload:function(options){ // 页面初始化 options为页面跳转所带来的参数 this.setdata({ title:options.id })
然后在页面上显示代码如下:
89c662c6f8b87e82add978948dc499d2{{title}}de5f4c1163741e920c998275338d29b2
最终实现效果:
以上就是本文的全部内容,希望对大家的学习有所帮助,更多相关内容请关注!
相关推荐:
微信小程序开发之实现选项卡的页面切换
微信小程序 页面跳转和数据传递
以上就是微信小程序 页面跳转传参的介绍的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product