小程式 點選事件
阿新 • • 發佈:2021-01-31
技術標籤:筆記
<view style="height:300rpx;width:300rpx;background-color:pink;" bindtap="newtap" data-name="花憐" data-title="花謝">
{{name}}-----{{iphone}}
</view>
data: { name:"小乖乖" }, newtap:function(res){ var message=res.currentTarget.dataset.name //改變資料 this.setData({ name:message, iphone:'' }) },
res