项目依赖升级
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-02 11:37:52 +08:00
parent 096c65edf9
commit 5626c70da6
3 changed files with 2222 additions and 2959 deletions

View File

@@ -45,21 +45,21 @@
"@babel/runtime": "^7.21.5", "@babel/runtime": "^7.21.5",
"@icon-park/vue-next": "^1.4.2", "@icon-park/vue-next": "^1.4.2",
"@nutui/nutui-taro": "^4.3.11", "@nutui/nutui-taro": "^4.3.11",
"@tarojs/components": "3.6.34", "@tarojs/components": "4.0.4",
"@tarojs/helper": "3.6.34", "@tarojs/helper": "4.0.4",
"@tarojs/plugin-framework-vue3": "3.6.34", "@tarojs/plugin-framework-vue3": "4.0.4",
"@tarojs/plugin-html": "3.6.34", "@tarojs/plugin-html": "4.0.4",
"@tarojs/plugin-platform-alipay": "3.6.34", "@tarojs/plugin-platform-alipay": "4.0.4",
"@tarojs/plugin-platform-h5": "3.6.34", "@tarojs/plugin-platform-h5": "4.0.4",
"@tarojs/plugin-platform-harmony-hybrid": "3.6.32", "@tarojs/plugin-platform-harmony-hybrid": "4.0.4",
"@tarojs/plugin-platform-jd": "3.6.34", "@tarojs/plugin-platform-jd": "4.0.4",
"@tarojs/plugin-platform-qq": "3.6.34", "@tarojs/plugin-platform-qq": "4.0.4",
"@tarojs/plugin-platform-swan": "3.6.34", "@tarojs/plugin-platform-swan": "4.0.4",
"@tarojs/plugin-platform-tt": "3.6.34", "@tarojs/plugin-platform-tt": "4.0.4",
"@tarojs/plugin-platform-weapp": "3.6.34", "@tarojs/plugin-platform-weapp": "4.0.4",
"@tarojs/runtime": "3.6.34", "@tarojs/runtime": "4.0.4",
"@tarojs/shared": "3.6.34", "@tarojs/shared": "4.0.4",
"@tarojs/taro": "3.6.34", "@tarojs/taro": "4.0.4",
"alova": "^2.21.3", "alova": "^2.21.3",
"lottie-web": "^5.12.2", "lottie-web": "^5.12.2",
"tcplayer.js": "^5.1.0", "tcplayer.js": "^5.1.0",
@@ -70,20 +70,20 @@
"devDependencies": { "devDependencies": {
"@babel/core": "^7.8.0", "@babel/core": "^7.8.0",
"@nutui/auto-import-resolver": "^1.0.0", "@nutui/auto-import-resolver": "^1.0.0",
"@tarojs/cli": "3.6.34", "@tarojs/cli": "4.0.4",
"@tarojs/taro-loader": "3.6.34", "@tarojs/taro-loader": "4.0.4",
"@tarojs/test-utils-vue3": "^0.1.1", "@tarojs/test-utils-vue3": "^0.1.1",
"@tarojs/webpack5-runner": "3.6.34", "@tarojs/webpack5-runner": "4.0.4",
"@types/jest": "^29.3.1", "@types/jest": "^29.3.1",
"@types/node": "^18.15.11", "@types/node": "^18.15.11",
"@types/webpack-env": "^1.13.6", "@types/webpack-env": "^1.13.6",
"@vue/babel-plugin-jsx": "^1.0.6", "@vue/babel-plugin-jsx": "^1.0.6",
"@vue/compiler-sfc": "^3.0.0", "@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"babel-preset-taro": "3.6.34", "babel-preset-taro": "4.0.4",
"css-loader": "3.4.2", "css-loader": "3.4.2",
"eslint": "^8.12.0", "eslint": "^8.12.0",
"eslint-config-taro": "3.6.34", "eslint-config-taro": "4.0.4",
"eslint-plugin-vue": "^8.0.0", "eslint-plugin-vue": "^8.0.0",
"jest": "^29.3.1", "jest": "^29.3.1",
"jest-environment-jsdom": "^29.5.0", "jest-environment-jsdom": "^29.5.0",

5137
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -354,7 +354,7 @@ const getRecord = async () => {
tt: item.Name, tt: item.Name,
t: item.DrawTime, t: item.DrawTime,
})); }));
numList.value = data.value[0].hm; numList.value = data.value[0]?.hm;
}; };
const getWin = async () => { const getWin = async () => {
@@ -625,7 +625,7 @@ const columns = ref([
stylecolumn: "width: 300px; padding: 0px", stylecolumn: "width: 300px; padding: 0px",
render: ({ hm }) => { render: ({ hm }) => {
let el = []; let el = [];
el = hm.map((item) => { el = hm?.map((item) => {
return h( return h(
"view", "view",
{ {