当前位置:网站首页>Uni app common functions /api
Uni app common functions /api
2022-07-05 03:56:00 【Chu Junjun】
(1)@tap="": Event triggered by finger click
(2)setTimeout: Set a timer , Execute the registered callback function after the timer expires
(3)uni.showToast: When we need to pop up the prompt box , You can use this function
methods: {
toshow() {
uni.showToast({
title: ' Jump out prompt ',
icon: "error"
});
}
effect :
(4)uni.showModal: Show modal pop ups , There can be only one OK button , You can also have both OK and Cancel buttons
methods: {
uni.showModal({
title:' Warning ',
content:' I am a bullet box ',
success: function (res) {
if(res.confirm) {
console.log(' I clicked the OK button ');
} else if (res.cancel) {
console.log(' I clicked the Cancel button ')
}
}
})
}
}
effect :
(5)uni.showActionSheet: Pop up the operation menu from the bottom
(6)setTimer: When you need to perform something at regular intervals, you need to use SetTimer function
(7)setInterval:setInterval() It's a function that can be called regularly , According to the specified period ( In milliseconds ) To call a function or evaluate an expression . Methods will call functions all the time , until clearInterval Called or window closed .
setTimer(){
let holdTime = 60; // Define variables and assign values
this.getCodeText = " Recapture (60)"
//setInterval() It's a function that can be called regularly , According to the specified period ( In milliseconds ) To call a function or evaluate an expression .
//setInterval Methods will call functions all the time , until clearInterval Called or window closed .
this.Timer = setInterval(()=>{
if(holdTime<=0){
this.getCodeisWaiting = false;
this.getCodeBtnColor = "#ffffff";
this.getCodeText = " Get verification code "
clearInterval(this.Timer);// Clear this function
return ; // Back to front
}
this.getCodeText = " Recapture ("+holdTime+")"
holdTime--;
},1000)
},
(8)clearInterval: Cancel from setInterval Set the timer .
(9)uni.hideKeyboard:() Hide the soft keyboard
(10)uni.showLoading: Show loading Prompt box , It is necessary to call uni.hideLoading To close the prompt box .
边栏推荐
猜你喜欢
EasyCVR平台出现WebRTC协议视频播放不了是什么原因?
How is the entered query SQL statement executed?
【刷题】BFS题目精选
[web Audit - source code disclosure] obtain source code methods and use tools
面试字节,过关斩将直接干到 3 面,结果找了个架构师来吊打我?
一文带你了解BI的前世今身与企业数字化转型的关系
【web审计-源码泄露】获取源码方法,利用工具
[web source code code code audit method] audit skills and tools
Is there a sudden failure on the line? How to make emergency diagnosis, troubleshooting and recovery
Special Edition: spreadjs v15.1 vs spreadjs v15.0
随机推荐
EasyCVR更改录像存储路径,不生成录像文件如何解决?
我就一写代码的,王总整天和我谈格局...
CTF stegano practice stegano 9
speed or tempo in classical music
KVM virtualization
[positioning in JS]
Rust区块琏开发——签名加密与私钥公钥
输入的查询SQL语句,是如何执行的?
[an Xun cup 2019] not file upload
Official announcement! The third cloud native programming challenge is officially launched!
provide/inject
error Couldn‘t find a package.json file in “你的路径“
[learning notes] month end operation -gr/ir reorganization
About the recent experience of writing questions
天干地支纪年法中为什么是60年一个轮回,而不是120年
花了2晚,拿到了吴恩达@斯坦福大学的机器学习课程证书
DMX parameter exploration of grandma2 onpc 3.1.2.5
Timing manager based on C #
Yuancosmic ecological panorama [2022 latest]
ClickPaaS低代码平台