摘要: https://blog.csdn.net/Genius_cxx/article/details/102902134 系统的http://www.manongjc.com/detail/6-oeyqdqzynbqvyuf.html npm i vue-clipboard2 -s 2.main.js中 阅读全文
posted @ 2021-05-20 08:43 zjxgdq 阅读(76) 评论(0) 推荐(0)
摘要: <template> <a-spin :spinning="spinning"> <div class="logo-top"> <!-- 签到 --> <img class="img" src="../assets/images/cj2.png" alt="" /> <div class="nav- 阅读全文
posted @ 2021-05-20 08:34 zjxgdq 阅读(75) 评论(0) 推荐(0)
摘要: <template> <!-- <a-spin :spinning="spinning"> --> <div class="logo-top" :style="{width:width + 'px',height:height + 'px'}" > <!-- 签到 --> <img :style=" 阅读全文
posted @ 2021-05-20 08:31 zjxgdq 阅读(136) 评论(0) 推荐(0)
摘要: <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)