uniapp使用for循环时候,添加触摸事件并绑定数据

本文介绍了在uniapp中如何在for循环内添加触摸事件,并实现点击时将当前模块数据传递到新页面。作者分享了在实现过程中遇到的挑战和解决方案。
摘要由CSDN通过智能技术生成

uniapp使用for循环时候,添加触摸事件并绑定数据

记录下自己遇到过的问题:
想要实现的功能是:通过for循环将数据展示到页面中,并且绑定个事件,点击时会打开一个新的页面,并将点击时的模块数据传递到下一个页面,由于第一次用uniapp,废了很大劲,记录下

<view class="poe-main">
			<view class=" poe-main-list" v-for="(item,index) in poe_poetry_body" @tap="openPoe" :data-poe="item">
				<view class="poe-ca flex-al-ju-cen">
					<image src="../../static/tangshi.png" mode=""></image>
				</view>
				<view class="poe-poetry" >
					<view class="poe-title">
						<text>{
  {item.poe_title}}</text>
					</view>
					<view class="poe-autor">
						<text>{
  {item.poe_dynasty}}</text>
						<text>·</text>
						<text>{
  {item.poe_autor}}</text&g
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值