摘要: npm install vue-json-excel import JsonExcel from 'vue-json-excel' Vue.component('downloadExcel', JsonExcel) <template> <div class="home"> <download-ex 阅读全文
posted @ 2021-03-07 09:22 zjxgdq 阅读(55) 评论(0) 推荐(0)
摘要: :class="show?'many-txt':'all-txt'" v-show="'many-txt'?'show':'!show'" https://elm-api.caibowen.net/ http://192.168.1.5:8080 https://elm.cangdu.org/bos 阅读全文
posted @ 2021-03-07 09:18 zjxgdq 阅读(247) 评论(0) 推荐(0)
摘要: wx804d7666e72050aa 一跳转到导航页 <navigator url="/pages/game/game" open-type="switchTab"> 二跳转到带箭头 <navigator url="../storiesdetai/storiesdetail"> 矢量图标库 http 阅读全文
posted @ 2021-03-07 09:16 zjxgdq 阅读(118) 评论(0) 推荐(0)
摘要: https://www.w3cschool.cn/uni_app/ https://uniapp.dcloud.io/component/ view-uni-app https://uniapp.dcloud.io/component/view AppID https://account.dclou 阅读全文
posted @ 2021-03-07 09:14 zjxgdq 阅读(401) 评论(0) 推荐(0)
摘要: 数组连接为字符串,数组所有值之和积 var a=[1,2,8] var b=a.reduce(function (a,b) { return //a*b所有值乘积 // a+'' +b连接数组//a+b所有值之和 }) console.log(b) 多元运算 function test(p){ va 阅读全文
posted @ 2021-03-07 09:13 zjxgdq 阅读(139) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_42205731/article/details/106698888 阅读全文
posted @ 2021-03-07 09:12 zjxgdq 阅读(28) 评论(0) 推荐(0)
摘要: var index=1; left.onclick=function () { index++ if (index>3) { index=0 } one.style.left=-index*800+"px" } right.onclick=function () { index-- if (inde 阅读全文
posted @ 2021-03-07 09:10 zjxgdq 阅读(39) 评论(1) 推荐(0)
摘要: async getHomes(item) { let temp = await http.getHome(); let type = []; this.content.push(type); this.show = type; for (var i = 0; i < temp.length; i++ 阅读全文
posted @ 2021-03-07 09:09 zjxgdq 阅读(63) 评论(0) 推荐(0)
摘要: changeOrigin: true,//是否允许跨越 // 获取某个时间格式的时间戳 var stringTime = "2014-07-10 10:21:12"; var timestamp2 = Date.parse(new Date(stringTime)); timestamp2 = ti 阅读全文
posted @ 2021-03-07 09:07 zjxgdq 阅读(103) 评论(0) 推荐(0)
摘要: export function getreportlook (parameter) { return request({ url: api.reportlook, method: 'get', params: parameter }) } // 朋友圈详情 export function getse 阅读全文
posted @ 2021-03-07 09:05 zjxgdq 阅读(44) 评论(0) 推荐(0)