component-shipinlv 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/Buy/qr.js +1 -1
  2. package/package.json +1 -1
package/dist/Buy/qr.js CHANGED
@@ -111,7 +111,7 @@ var VipQr = function VipQr(_ref) {
111
111
  // 五秒后自动弹出;
112
112
  setTimeout(function () {
113
113
  setPayResult(true);
114
- }, 20e3);
114
+ }, 3e3);
115
115
  } else {
116
116
  Tool.toast('支付类型有问题');
117
117
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",