修改意见反馈功能
Showing
... | ... | @@ -20,21 +20,21 @@ |
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tarojs/async-await": "1.3.4", | ||
"@tarojs/components": "1.3.4", | ||
"@tarojs/redux": "1.3.4", | ||
"@tarojs/redux-h5": "1.3.4", | ||
"@tarojs/router": "1.3.4", | ||
"@tarojs/taro": "1.3.4", | ||
"@tarojs/taro-alipay": "1.3.4", | ||
"@tarojs/taro-h5": "1.3.4", | ||
"@tarojs/taro-swan": "1.3.4", | ||
"@tarojs/taro-tt": "1.3.4", | ||
"@tarojs/taro-weapp": "1.3.4", | ||
"@tarojs/async-await": "1.3.14", | ||
"@tarojs/components": "1.3.14", | ||
"@tarojs/redux": "1.3.14", | ||
"@tarojs/redux-h5": "1.3.14", | ||
"@tarojs/router": "1.3.14", | ||
"@tarojs/taro": "1.3.14", | ||
"@tarojs/taro-alipay": "1.3.14", | ||
"@tarojs/taro-h5": "1.3.14", | ||
"@tarojs/taro-swan": "1.3.14", | ||
"@tarojs/taro-tt": "1.3.14", | ||
"@tarojs/taro-weapp": "1.3.14", | ||
"crypto-js": "^3.1.9-1", | ||
"jsbarcode": "^3.11.0", | ||
"nerv-devtools": "^1.4.3", | ||
"nervjs": "^1.4.3", | ||
"nerv-devtools": "^1.4.4", | ||
"nervjs": "^1.4.4", | ||
"npm": "^6.8.0", | ||
"redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | ||
... | ... | @@ -42,11 +42,11 @@ |
"wxbarcode": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@tarojs/plugin-babel": "1.3.4", | ||
"@tarojs/plugin-csso": "1.3.4", | ||
"@tarojs/plugin-sass": "1.3.4", | ||
"@tarojs/plugin-uglifyjs": "1.3.4", | ||
"@tarojs/webpack-runner": "1.3.4", | ||
"@tarojs/plugin-babel": "1.3.14", | ||
"@tarojs/plugin-csso": "1.3.14", | ||
"@tarojs/plugin-sass": "1.3.14", | ||
"@tarojs/plugin-uglifyjs": "1.3.14", | ||
"@tarojs/webpack-runner": "1.3.14", | ||
"@types/react": "^16.4.8", | ||
"@types/webpack-env": "^1.13.6", | ||
"babel-eslint": "^8.2.3", | ||
... | ... | @@ -57,10 +57,10 @@ |
"babel-preset-env": "^1.6.1", | ||
"cross-env": "^5.2.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-taro": "1.3.4", | ||
"eslint-config-taro": "1.3.14", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-taro": "1.3.4", | ||
"eslint-plugin-taro": "1.3.14", | ||
"eslint-plugin-typescript": "^0.12.0", | ||
"typescript": "^3.0.1" | ||
} | ||
... | ... |
src/api/feedback.ts
0 → 100644
src/hooks/useButtonPadding.ts
0 → 100644
src/hooks/usePagination.ts
0 → 100644
src/images/home/bg_touxiang_boy@2x.png
0 → 100644
3.8 KB
src/images/home/bg_touxiang_girl@2x.png
0 → 100644
3.64 KB
src/images/home/ic_fankui_kefu@2x.png
0 → 100644
4.09 KB
src/pages/Feedback/useFeedbackList.ts
0 → 100644
src/utils/time.ts
0 → 100644
This diff is collapsed.
Click to expand it.