需求
vue项目开发时,需要使用crypto-js对账号密码进行加密处理。
安装依赖
npm install crypto-js --save-dev
创建方法
const CryptoJS = require('crypto-js');
export function e...
3年前 (2022-07-05)
喜欢
需求
vue实现图片验证码展示,点击图片验证码可切换。
/**
* @Author: 858834013@qq.com
* @Name: vrifyCode
* @Date: 2022-07-05
* @Desc:实现图片验证码展示,点击图片验证码可切换
*/
<temp...
3年前 (2022-07-05)
喜欢
全国地图
自定义地图图标,地图路线图
<template>
<div class="echarts1">
<div class="echarts1" ref="echarts"...
3年前 (2022-07-05)
喜欢
第一版调整
vue 数字滚动实例
第二次调整
由原有手动处理逗号改为方法处理逗号
<template>
<div class="numcard" v-if="show">
<div class=&...
3年前 (2022-07-05)
喜欢
标题代码
title: [{
text: '64',
left: 'center',
y: '42%',
textStyle: {
fontSize: FontChart(26),
fontWeight: '500',
color: '#...
3年前 (2022-07-04)
喜欢
因为需求,需要两个支付图标 找了一下发现这两个还行,就收藏了。
支付宝支付
微信支付
来源
来源
...
3年前 (2022-07-04)
喜欢
需求
echarts legend 图例原本可以变灰点击变灰柱状图也会根据变灰而变化,客户这里要求不允许点击后柱状图有变化。
实现
可以通过legend.selectedMode来设置关闭,默认是开启的
legend: {
icon: "circle",
...
3年前 (2022-07-04)
喜欢
在开发微信小程序时,遇到了一个奇怪的情况,就是uni.showToast在开发工具中可以正常弹出信息,但是在真机上就无法显示了,排查发现是uni.showToast和uni.hideLoading放在一块才会出现。
查看官方文档说明是因为 toast 和 loading 相关接口...
3年前 (2022-07-04)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
3年前 (2022-07-03)
喜欢
运行实例
代码
<template>
<div class="echarts1" ref="echarts">
</div>
</template>
<script>...
3年前 (2022-07-03)
喜欢