摘要:
<template> <div> <a-calendar :fullscreen="false" :header-render="headerRender" @select="onSelect" /> </div> </template> <script> export default { meth 阅读全文
摘要:
/** * 邮箱 * @param {*} s */ export function isEmail (s) { return /^([a-zA-Z0-9_-])+@([a-zA-Z0-9_-])+((.[a-zA-Z0-9_-]{2,3}){1,2})$/.test(s) } /** * 手机号码 * @param {*} s */ export function isMobile (s) { 阅读全文
摘要:
import Vue from 'vue' import axios from 'axios' import router from '@/router' import qs from 'qs' import merge from 'lodash/merge' import { clearLoginInfo } from '@/utils' const http = axios.create(... 阅读全文
只有注册用户登录后才能阅读该文。 阅读全文
摘要:
js部分需要引入两个js文件https://blog-static.cnblogs.com/files/bertha-zm/xlsx.core.min.js 和 https://blog-static.cnblogs.com/files/bertha-zm/alasql.min.js js部分代码: 阅读全文
摘要:
阅读全文
摘要:
<template> <div id="jueseQiehuan"> <b-header title="收货地址"></b-header> <scroll> <div class="title"> <div>收货地址</div> <div class="title-edit" v-if="!isEd 阅读全文
摘要:
hello word! .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 阅读全文
摘要:
这个demo是看了dialog flow 的intent模块下面的Training phrases 得到的心得,实现的一个简单的选中区域实现的效果,不过这里就没写选中之后会弹出数据了。直接上demo: 第一个: 第二个: 阅读全文