当前位置:网站首页>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
边栏推荐
- 搞事摸鱼一天有一天
- Have you ever seen this kind of dynamic programming -- the stock problem of state machine dynamic programming (Part 2)
- 这种动态规划你见过吗——状态机动态规划之股票问题(下)
- HYDAC溢流阀DB08A-01-C-N-500V
- HCIA comprehensive experiment (take Huawei ENSP as an example)
- Cy3/Cy5/Cy5.5/Cy7荧光标记抗体/蛋白试剂盒(10~100mg标记量)
- 怎样巧用断言+异常处理类,使代码更简洁!(荣耀典藏版)
- Apifox:满足你对 Api 的所有幻想
- Object.prototype.toString.call()的原理
- 第三方软件测试机构提供哪些测试服务?软件测试报告收费标准
猜你喜欢

Meeting notice of OA project (Query & whether to attend the meeting & feedback details)

Open earphone which air conduction earphone with good sound quality and recognized sound quality is recommended

基于多模态融合的非遗图片分类研究

90. 子集 II

Knowledge description framework of foreign patent documents based on knowledge elements

Which brand is the best and most cost-effective open headset

Professional Committee of agricultural water and soil engineering of China Association of Agricultural Engineering - 12th session - Notes

HCIA综合实验(以华为eNSP为例)

第 8 篇:创建摄像机类

数据插值——对不同量级的数据进行归一化
随机推荐
基于多模态融合的非遗图片分类研究
Oracle, SQL Foundation
How is nanoid faster and more secure than UUID implemented? (glory Collection Edition)
小程序 监听目标节点出现到屏幕中
如何优雅的设计工作流引擎(荣耀典藏版)
Esp8266 Arduino programming example - SPIFs and data upload (Arduino IDE and platformio IDE)
Byte side: can TCP and UDP use the same port?
第 8 篇:创建摄像机类
标准C语言学习总结10
Construction of Chinese traditional embroidery classification model based on xception TD
Pytoch learning record (III): random gradient descent, neural network and full connection
[brother hero July training] day 28: dynamic planning
OA项目之会议通知(查询&是否参会&反馈详情)
Record some small requirements in the form of cases
罗克韦尔AB PLC RSLogix数字量IO模块基本介绍
How many tips do you know about using mock technology to help improve test efficiency?
Meeting notice of OA project (Query & whether to attend the meeting & feedback details)
Vimtutor编辑
Pytorch learning record (4): over fitting, convolution neural network CNN
Object.prototype.toString.call()的原理