摘要: 定义一个 timer data() { return { timer: '', } }, 定时器 this.sendMsg_GetAddressList 为要延时调用的方法 1000 为1秒后执行 methods: { startTimer(){ this.timer = setTimeout(th 阅读全文
posted @ 2023-01-13 15:56 海乐学习 阅读(2618) 评论(0) 推荐(0) 编辑
摘要: 模板页 list-tel-card.vue <uni-td align="center"> <view class="uni-group"> <button class="uni-button" size="mini" @click="showMsgList(item.tel)">外呼</butto 阅读全文
posted @ 2023-01-13 15:43 海乐学习 阅读(282) 评论(0) 推荐(0) 编辑
摘要: setStorageSync同步存储 uni.setStorageSync("username","lty") 同步读取 let res=uni.getStorageSync("username") this.username=res setStorage //异步存储 uni.setStorage 阅读全文
posted @ 2023-01-13 15:23 海乐学习 阅读(4824) 评论(0) 推荐(0) 编辑
摘要: 官方参考文档:https://uniapp.dcloud.io/api/ui/prompt?id=showtoast 一、成功提示弹框 在执行增、删、改、查等提交成功后弹出提示。 uni.showToast({ title: '成功提示', //将值设置为 success 或者直接不用写icon这个 阅读全文
posted @ 2023-01-13 12:23 海乐学习 阅读(11441) 评论(0) 推荐(0) 编辑