上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: <template> <view class="picker-wrapper"> <!-- <view class="uni-padding-wrap"> <view class="uni-title">当前选择:{{provice}} {{city}} {{area}}</view> </view 阅读全文
posted @ 2022-06-16 17:41 不服憋着 阅读(273) 评论(0) 推荐(0) 编辑
摘要: ios版微信 start(flag) { if(flag 'R'){ this.audio.src = require('../../../assets/mp3/red.mp3') }else if(flag 'Y'){ this.audio.src = require('../../../asse 阅读全文
posted @ 2022-05-19 16:14 不服憋着 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 小程序页面<web-view src="http://172.20.10.3:8080/#/information" @message="getMessage" ></web-view> methods:{ getMessage(event) { // 跳转别的小程序 my.navigateToMi 阅读全文
posted @ 2022-05-19 10:10 不服憋着 阅读(265) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2022-04-14 14:37 不服憋着 阅读(816) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="time"> <ul class="numbers hoursFirst"> <li v-for="(item, index) in arr" class="liItem" :key="index">{{item}}</li> </ul> <ul cla 阅读全文
posted @ 2022-04-02 17:16 不服憋着 阅读(91) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="Echarts"> <div id="main" style="width: 600px; height: 400px"></div> </div> </template> <script> import { zhoukouJson } from ".. 阅读全文
posted @ 2022-03-03 18:02 不服憋着 阅读(1675) 评论(0) 推荐(0) 编辑
摘要: server { listen 8088; server_name localhost; location / { root dist; index index.html index.htm; try_files $uri $uri/ /index.html; // vue history模式刷新4 阅读全文
posted @ 2021-12-16 09:30 不服憋着 阅读(22) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class="table-c"> <table width="400" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="105">站名</td> <td width="181">网址< 阅读全文
posted @ 2021-11-30 16:19 不服憋着 阅读(135) 评论(0) 推荐(0) 编辑
摘要: npm install --save html2canvasimport html2canvas from 'html2canvas' handleDownload (id) { let ele = document.getElementById(id) let ignoreElements = e 阅读全文
posted @ 2021-11-25 17:51 不服憋着 阅读(162) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zxuedong/p/12809234.html http://www.duanlonglong.com/qdjy/546.html 阅读全文
posted @ 2021-11-17 14:36 不服憋着 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页