当前位置:网站首页>The applet listens for the target node to appear on the screen
The applet listens for the target node to appear on the screen
2022-07-28 22:04:00 【Yuzhuyi_ abc】
The applet makes a card in the list and appears on the phone screen , Show read status practice :
onReady() {
this.changeSign()
this.param = JSON.parse(JSON.stringify(this.itemData))
uni.createIntersectionObserver(this).relativeToViewport({ bottom: -160 }).observe('.content', (res) => {
if (this.itemData.readingState === 0) {
this.clearRed()
}
})
},
Applet list each card is encapsulated with components , stay onReady Call in , Judge to call the read interface in the unread state
边栏推荐
猜你喜欢
Chinese patent keyword extraction based on LSTM and logistic regression
Leetcode · 581. shortest unordered continuous subarray · double pointer
基于复杂网络的大群体应急决策专家意见与信任信息融合方法及应用
熊市下 DeFi 的未来趋势
微信小程序开发入门,自己开发小程序
Introduction to C language [detailed]
KubeVela 1.4.x 官方文档
System Analyst
拥抱开源指南
株洲市九方中学开展防溺水、消防安全教育培训活动
随机推荐
腾讯云数据库负责人林晓斌借一亿元炒股?知情人士:金额不实
HCIA comprehensive experiment (take Huawei ENSP as an example)
Byte side: can TCP and UDP use the same port?
RHCSA第一天
Leetcode 142. circular linked list II [knowledge points: speed pointer, hash table]
节省70%的显存,训练速度提高2倍!浙大&阿里提出在线卷积重新参数化OREPA,代码已开源!(CVPR 2022 )
World Hepatitis Day | grassroots can also enjoy the three a resources. How can the smart medical system solve the "difficulty of seeing a doctor"?
这种动态规划你见过吗——状态机动态规划之股票问题(下)
msfvenom制作主控与被控端
使用Mock技术帮助提升测试效率的小tips,你知道几个?
基于复杂网络的大群体应急决策专家意见与信任信息融合方法及应用
Explain the remote debugging program of visual studio 2015 in LAN
Research on weapon equipment attribute extraction based on attribute word completion
小程序 监听目标节点出现到屏幕中
Pytoch learning record (III): random gradient descent, neural network and full connection
[hero planet July training leetcode problem solving daily] dynamic planning on the 28th
Meeting notice of OA project (Query & whether to attend the meeting & feedback details)
AimBetter洞察您的数据库,DPM 和 APM 解决方案
How is nanoid faster and more secure than UUID implemented? (glory Collection Edition)
Practice and exploration of overseas site Seata of ant group