赞
踩
- uni.showToast({
- title: '提交成功',
- duration: 2000
- });
- uni.showLoading({
- title: '加载中'
- });
-
- setTimeout(function () {
- uni.hideLoading();
- }, 2000);
- uni.showToast({
- title: '请填写员工工号',
- icon:'none',
- duration: 2000
- });
- uni.showModal({
- title: '提示',
- content: '这是一个模态弹窗',
- success: function (res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。