添加验证码组件
Showing
| ... | @@ -4,12 +4,12 @@ | ... | @@ -4,12 +4,12 @@ |
| "private": true, | "private": true, | ||
| "description": "", | "description": "", | ||
| "scripts": { | "scripts": { | ||
| "build:weapp": "npx taro build --type weapp", | "build:weapp": "npx @tarojs/cli build --type weapp", | ||
| "build:swan": "npx taro build --type swan", | "build:swan": "npx @tarojs/cli build --type swan", | ||
| "build:alipay": "npx taro build --type alipay", | "build:alipay": "npx @tarojs/cli build --type alipay", | ||
| "build:tt": "npx taro build --type tt", | "build:tt": "npx @tarojs/cli build --type tt", | ||
| "build:h5": "npx taro build --type h5", | "build:h5": "npx @tarojs/cli build --type h5", | ||
| "build:rn": "npx taro build --type rn", | "build:rn": "npx @tarojs/cli build --type rn", | ||
| "dev:weapp": "npm run build:weapp -- --watch", | "dev:weapp": "npm run build:weapp -- --watch", | ||
| "dev:swan": "npm run build:swan -- --watch", | "dev:swan": "npm run build:swan -- --watch", | ||
| "dev:alipay": "npm run build:alipay -- --watch", | "dev:alipay": "npm run build:alipay -- --watch", | ||
| ... | @@ -31,8 +31,9 @@ | ... | @@ -31,8 +31,9 @@ |
| "@tarojs/taro-swan": "1.2.13", | "@tarojs/taro-swan": "1.2.13", | ||
| "@tarojs/taro-tt": "1.2.13", | "@tarojs/taro-tt": "1.2.13", | ||
| "@tarojs/taro-weapp": "1.2.13", | "@tarojs/taro-weapp": "1.2.13", | ||
| "nervjs": "^1.3.9", | |||
| "nerv-devtools": "^1.3.9", | "nerv-devtools": "^1.3.9", | ||
| "nervjs": "^1.3.9", | |||
| "npm": "^6.8.0", | |||
| "redux": "^4.0.0", | "redux": "^4.0.0", | ||
| "redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
| "redux-thunk": "^2.3.0" | "redux-thunk": "^2.3.0" | ||
| ... | ... |
src/components/Vcode/Vcode.scss
0 → 100644
src/components/Vcode/Vcode.tsx
0 → 100644
Please
register
or
sign in
to comment