- 博客(5)
- 收藏
- 关注
原创 parcel + react + antd + typescript 搭建的一个简单脚手架
github地址:https://github.com/smallchicken/parcel-ts-react
2019-10-22 15:46:08 444
原创 H5实现的集能量&挖矿demo
H5实现的集能量demo最近区块链很火,公司开发的app需要一个挖矿的活动,网上找不到类似的,所以做了一个。效果:源码点击查看;
2018-10-08 16:51:45 1396
原创 Vue使用luosimao人机验证组件实现
Vue使用luosimao人机验证组件实现暂时的实现方法是把luosimao的回调写在了一个全局变量里。如有好的方法欢迎留言。<template> <div class="login"> <div class="logo"> <div class="logo-box"> <img
2018-09-29 11:04:36 2147 1
原创 React使用luosimao人机验证组件
React使用luosimao人机验证组件实现效果import React from 'react';class DragCaptcha extends React.Component { constructor(props){ super(props); this.state = { } } componentDidMount(){ //每次组件...
2018-09-29 10:43:37 1526
原创 React倒计时组件
React倒计时组件倒计时组件只精确到秒。效果:import React, {Component} from 'react'export default class countDown extends Component { constructor(props) { super(props); this.state = { day: 0, h...
2018-09-29 10:22:49 8555 12
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人