解决点击事件传参,打印时却为undefined的问题

6 篇文章 0 订阅

话不多说上代码

<scroll-view scroll-y="true" scroll-top="0" :style="{height:indexHeight}"  @scrolltolower="ReachBottom" scroll-with-animation="true">
	<view class="product" v-for="(item,index) in products" :key="item.id" >
		<view class="items">
			<image :src="item.HeadImageURL" mode="aspectFit"></image>
			<view class="namePrice">
				<view class="productName">
					{{item.DisplayName}}
				</view>
				<!-- <view class="deliveryTime">
					{{item.notice}} 
				</view> -->
				<view class="price">
					<view class="sum">								
						<text>¥{{item.MemberPrice}}</text>
						<text>佣金金额:{{item.CommissionPrice}}</text>
					</view>
					<view class="share" @click="openItem(item.HeadImageURL)">
						<image src="../../static/image/share/share.png" mode="aspectFit"></image>
						<text >分享</text>
					</view>
				</view>
			</view>
		</view>
	</view>
	<uni-load-more :status="haveMore" ></uni-load-more>
</scroll-view>
openItem(HeadImageURL){
	console.log(HeadImageURL)
}

这是uniapp项目,在H5上打印正常,但是在微信小程序上打印就显示undefined 这是什么原因呢,item打印不出来,但是index可以正常输出,经过仔细排查,发现   :key="item.id"  中的id与接口返回的ID不匹配,这就相当于是执行了   :key="undefined"  所以输出也就是undefined,以后写代码还是要更加用心才是

欢迎大家关注我的公众号「踏浪而行生活圈」,这里不仅有更多好玩的内容,还会同步更新 踏浪而行 最新资讯,让你时刻掌握科技前沿,快来加入我们吧!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值