摘要: <template> <a-spin :spinning="spinning"> <div class="logo-top"> <img class="img" src="http://h5.u2sy.cn/img/cj2.png" alt="" /> <!-- 抽奖页面 --> <div :sty 阅读全文
posted @ 2021-05-20 08:29 zjxgdq 阅读(207) 评论(0) 推荐(0)
摘要: <template> <div> <button class="button" @click="countDown"> {{content}} </button> </div> </template> <script> export default { data() { return { conte 阅读全文
posted @ 2021-05-20 08:27 zjxgdq 阅读(80) 评论(0) 推荐(0)
摘要: window.location.reload() 阅读全文
posted @ 2021-05-19 13:51 zjxgdq 阅读(43) 评论(0) 推荐(0)
摘要: async getHome() { let temp = await http.getHome(); //随机方法 function getRandomElements(arr, count) { var shuffled = arr.slice(0), i = arr.length, min =  阅读全文
posted @ 2021-05-13 17:29 zjxgdq 阅读(64) 评论(0) 推荐(0)
摘要: urlencode 阅读全文
posted @ 2021-05-13 16:21 zjxgdq 阅读(71) 评论(0) 推荐(0)
摘要: async postphoneBinding(User, phone) { let temp = await http.phoneBinding(User, phone); let tel = /^(13[0-9]|14[01456879]|15[0-35-9]|16[2567]|17[0-8]|1 阅读全文
posted @ 2021-05-12 10:02 zjxgdq 阅读(87) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_43824675/article/details/103729268 阅读全文
posted @ 2021-05-10 09:47 zjxgdq 阅读(135) 评论(0) 推荐(0)
摘要: a.router-link-exact-active { color: white; div { color: white; }} 阅读全文
posted @ 2021-05-07 16:45 zjxgdq 阅读(38) 评论(0) 推荐(0)
摘要: <template> <div @click="cur=0" :class="[cur==0? 'nav-userh':'nav-user']">数据统计</div> <div @click="cur=1" :class="[cur==1? 'nav-userh':'nav-user']">用户总人 阅读全文
posted @ 2021-05-06 17:18 zjxgdq 阅读(142) 评论(0) 推荐(0)
摘要: main.js const originalPush = Router.prototype.push Router.prototype.push = function push(location) { return originalPush.call(this, location).catch(er 阅读全文
posted @ 2021-05-06 16:31 zjxgdq 阅读(92) 评论(0) 推荐(0)