摘要:
<template> <view class="picker-wrapper"> <!-- <view class="uni-padding-wrap"> <view class="uni-title">当前选择:{{provice}} {{city}} {{area}}</view> </view 阅读全文
摘要:
ios版微信 start(flag) { if(flag 'R'){ this.audio.src = require('../../../assets/mp3/red.mp3') }else if(flag 'Y'){ this.audio.src = require('../../../asse 阅读全文
摘要:
小程序页面<web-view src="http://172.20.10.3:8080/#/information" @message="getMessage" ></web-view> methods:{ getMessage(event) { // 跳转别的小程序 my.navigateToMi 阅读全文
摘要:
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
摘要:
<template> <div class="time"> <ul class="numbers hoursFirst"> <li v-for="(item, index) in arr" class="liItem" :key="index">{{item}}</li> </ul> <ul cla 阅读全文
摘要:
<template> <div class="Echarts"> <div id="main" style="width: 600px; height: 400px"></div> </div> </template> <script> import { zhoukouJson } from ".. 阅读全文
摘要:
server { listen 8088; server_name localhost; location / { root dist; index index.html index.htm; try_files $uri $uri/ /index.html; // vue history模式刷新4 阅读全文
摘要:
<template> <div> <div class="table-c"> <table width="400" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="105">站名</td> <td width="181">网址< 阅读全文
摘要:
npm install --save html2canvasimport html2canvas from 'html2canvas' handleDownload (id) { let ele = document.getElementById(id) let ignoreElements = e 阅读全文
摘要:
https://www.cnblogs.com/zxuedong/p/12809234.html http://www.duanlonglong.com/qdjy/546.html 阅读全文