1.添加h5 微信支付插件

master
杨杰 2 years ago
parent a7838a7169
commit fb0dc4fc97
  1. 2
      manifest.json
  2. 11
      package-lock.json
  3. 1
      package.json

@ -70,7 +70,7 @@
"desc" : "你的位置信息将用于小程序定位"
}
},
"requiredPrivateInfos" : [ "getLocation","chooseAddress" ]
"requiredPrivateInfos" : [ "getLocation", "chooseAddress" ]
},
"h5" : {
"sdkConfigs" : {

11
package-lock.json generated

@ -8,6 +8,7 @@
"name": "视频播放器组件",
"version": "1.0.0",
"dependencies": {
"jweixin-module": "^1.6.0",
"vue-clipboard2": "^0.3.3",
"vue-jsonp": "^2.0.0",
"vue-lottie": "^0.2.1",
@ -66,6 +67,11 @@
"delegate": "^3.1.2"
}
},
"node_modules/jweixin-module": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz",
"integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w=="
},
"node_modules/lottie-web": {
"version": "5.9.6",
"resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.9.6.tgz",
@ -228,6 +234,11 @@
"delegate": "^3.1.2"
}
},
"jweixin-module": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/jweixin-module/-/jweixin-module-1.6.0.tgz",
"integrity": "sha512-dGk9cf+ipipHmtzYmKZs5B2toX+p4hLyllGLF6xuC8t+B05oYxd8fYoaRz0T30U2n3RUv8a4iwvjhA+OcYz52w=="
},
"lottie-web": {
"version": "5.9.6",
"resolved": "https://registry.npmjs.org/lottie-web/-/lottie-web-5.9.6.tgz",

@ -11,6 +11,7 @@
"uniapp"
],
"dependencies": {
"jweixin-module": "^1.6.0",
"vue-clipboard2": "^0.3.3",
"vue-jsonp": "^2.0.0",
"vue-lottie": "^0.2.1",

Loading…
Cancel
Save