当前位置:网站首页>Hongmeng fourth training
Hongmeng fourth training
2022-07-05 13:57:00 【Makr Xiaoqing】
1: Shuffling figure :
<div class="cb-swiper-container">
<swiper>
<image for="{ {list.slice(0.5)}}" src="{ {item.image}}">
</image>
</swiper>
</div>
2: Data in ( If the dish name is passed into list)
import list from "../ ../ ../common/datas/cookbook-hotcat.json"
export default {
data: {
list: []
},
onReady( {
this.list = list
}
}
3:list Components : Refer to Huawei official documents
list- Container components - Components -JS application development - Intelligent visual equipment -HarmonyOS Equipment development
4: Jump to the page ( Life cycle involved ):
page A The calling sequence of the lifecycle interface : Open the page A:onInit() -> onReady() -> onShow()
On the page A Open the page B:onHide() -> onDestroy()
From page B Return page A:onInit() -> onReady() -> onShow()
end page A:onHide() -> onDestroy()
Page hidden to background operation :onHide()
The page is restored from the background operation to the foreground :onShow()
边栏推荐
- 广发期货排名多少?网上办理广发期货开户安全可靠吗?
- 2022 machine fitter (Advanced) test question simulation test question bank simulation test platform operation
- Zhubo Huangyu: it's really bad not to understand these gold frying skills
- 登录界面代码
- 瑞能实业IPO被终止:年营收4.47亿 曾拟募资3.76亿
- MySQL if else use case use
- Blue Bridge Cup study 2022.7.5 (morning)
- 物联网应用技术专业是属于什么类
- 2022司钻(钻井)考试题库及模拟考试
- Selenium crawls Baidu pictures
猜你喜欢
Laravel dompdf exports PDF, and the problem of Chinese garbled code is solved
常见问题之PHP——Fatal error: Allowed memory size of 314572800 bytes exhausted...
Sqllab 1-6 exercise
Laravel framework operation error: no application encryption key has been specified
Summit review | baowanda - an integrated data security protection system driven by compliance and security
Introduction to Chapter 8 proof problem of njupt "Xin'an numeral base"
In addition to the root directory, other routes of laravel + xampp are 404 solutions
Simple process of penetration test
[public class preview]: basis and practice of video quality evaluation
Data Lake (VII): Iceberg concept and review what is a data Lake
随机推荐
Why do I support bat to dismantle "AI research institute"
How to deal with the Yellow Icon during the installation of wampserver
搭建一个仪式感点满的网站,并内网穿透发布到公网 2/2
Matlab learning 2022.7.4
[cloud resources] what software is good for cloud resource security management? Why?
Controller in laravel framework
治臻新能源冲刺科创板:年营收2.2亿 上汽创投是股东
根据CronSequenceGenerator计算cron表达式的时间
故障分析 | MySQL 耗尽主机内存一例分析
Log4j utilization correlation
Attack and defense world crypto WP
Simple PHP paging implementation
LeetCode_67(二进制求和)
[buuctf.reverse] 152-154
Redis6 transaction and locking mechanism
Solve the problem of invalid uni app configuration page and tabbar
Aikesheng sqle audit tool successfully completed the evaluation of "SQL quality management platform grading ability" of the Academy of communications and communications
UE source code reading [1]--- starting with problems delayed rendering in UE
Zhubo Huangyu: it's really bad not to understand these gold frying skills
PHP5下WSDL,SOAP调用实现过程