package.json 如下 { "name": "car-dealer-auction-mp", "version": "1.0.0", "private": true, "description": "二手车竞拍小程序", "templateInfo": { "name": "default", "typescript": true, "css": "Sass", "framework": "Vue3" }, "scripts": { "build:weapp": "taro build --type weapp", "build:swan": "taro build --type swan", "build:alipay": "taro build --type alipay", "build:tt": "taro build --type tt", "build:h5": "taro build --type h5", "build:rn": "taro build --type rn", "build:qq": "taro build --type qq", "build:jd": "taro build --type jd", "build:quickapp": "taro build --type quickapp", "build:harmony-hybrid": "taro build --type harmony-hybrid", "dev:weapp": "npm run build:weapp -- --watch", "dev:weapp-preview": "NODE_ENV=production taro build --type weapp --watch", "dev:swan": "npm run build:swan -- --watch", "dev:alipay": "npm run build:alipay -- --watch", "dev:tt": "npm run build:tt -- --watch", "dev:h5": "npm run build:h5 -- --watch", "dev:rn": "npm run build:rn -- --watch", "dev:qq": "npm run build:qq -- --watch", "dev:jd": "npm run build:jd -- --watch", "dev:quickapp": "npm run build:quickapp -- --watch", "dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch", "test": "jest", "deploy": "bash build/deploy.sh", "prepare": "husky" }, "lint-staged": { "**/*.{vue,ts,tsx,js,jsx,css,scss,md}": [ "prettier --write --config .prettierrc.js" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "author": "", "dependencies": { "@babel/runtime": "^7.21.5", "@nio-fe/common-taro-request": "^0.0.11", "@nio-fe/horo-icons": "^1.29.6", "@nio-fe/horo-taro": "^1.29.6", "@nio-fe/horo-taro-replace": "^1.29.6", "@nio-fe/horo-theme-skyline": "^1.29.6", "@nio-fe/taro-component-vue": "^1.29.6", "@nio-wad/universal-bridge-h5": "^1.0.16", "@tarojs/components": "3.6.38", "@tarojs/helper": "3.6.38", "@tarojs/plugin-framework-vue3": "3.6.38", "@tarojs/plugin-html": "3.6.38", "@tarojs/plugin-platform-alipay": "3.6.38", "@tarojs/plugin-platform-h5": "3.6.38", "@tarojs/plugin-platform-harmony-hybrid": "3.6.38", "@tarojs/plugin-platform-jd": "3.6.38", "@tarojs/plugin-platform-qq": "3.6.38", "@tarojs/plugin-platform-swan": "3.6.38", "@tarojs/plugin-platform-tt": "3.6.38", "@tarojs/plugin-platform-weapp": "3.6.38", "@tarojs/runtime": "3.6.38", "@tarojs/shared": "3.6.38", "@tarojs/taro": "3.6.38", "@types/lodash": "^4.17.21", "dayjs": "^1.11.19", "lodash-es": "^4.17.21", "vue": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.8.0", "@lvgithub/ctrip-apollo-client": "^1.0.38", "@nio-fe/car-dealer-mp-cli": "1.0.1", "@tarojs/cli": "3.6.38", "@tarojs/taro-loader": "3.6.38", "@tarojs/test-utils-vue3": "^0.1.1", "@tarojs/webpack5-runner": "3.6.38", "@types/jest": "^29.3.1", "@types/node": "^18.15.11", "@types/webpack-env": "^1.13.6", "@typescript-eslint/eslint-plugin": "^6.2.0", "@typescript-eslint/parser": "^6.2.0", "@vue/babel-plugin-jsx": "^1.0.6", "@vue/compiler-sfc": "^3.0.0", "babel-preset-taro": "3.6.38", "css-loader": "3.4.2", "eslint": "^8.12.0", "eslint-config-taro": "3.6.38", "eslint-plugin-vue": "^8.0.0", "humps": "^2.0.1", "husky": "^9.1.7", "jest": "^29.3.1", "jest-environment-jsdom": "^29.5.0", "postcss": "^8.4.18", "prettier": "^3.3.2", "style-loader": "1.3.0", "stylelint": "^14.4.0", "ts-node": "^10.9.1", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "^5.1.0", "vue-loader": "^17.1.0", "webpack": "5.78.0", "wxmp-rsa": "^2.1.0" } }
4.1.6.10的微信无法打开我的小程序我在mac电脑4.1.6.10无法打开我的小程序体验版本(正式的不知道 还没发)。其他同事在低一些(4.1.5)的版本可以打开这个小程序。 [图片] [图片] 这个是威胁你版本太新了吗
2天前我也想问 小程序的webview 我想放个按钮 这个按钮叫打开app 这个怎么实现
小程序webview中的H5页面可以直接唤醒app吗业务场景:APP分享活动通过小程序中webview加载H5页面,被加载出的H5页面能唤醒app吗
2019-11-28