component-shipinlv 1.0.26 → 1.0.27

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 +2 -2
  2. package/package.json +1 -1
package/dist/Buy/qr.js CHANGED
@@ -11,7 +11,6 @@ import Tool from "../lib/Tool";
11
11
  import PageContentWarp from "../UI/PageContentWarp";
12
12
  import styles from "./qr.css";
13
13
  import Platform from "../lib/platform";
14
- import isInClient from "../lib/isInClient";
15
14
  import { jsx as _jsx } from "react/jsx-runtime";
16
15
  import { jsxs as _jsxs } from "react/jsx-runtime";
17
16
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -133,7 +132,8 @@ var VipQr = function VipQr(_ref) {
133
132
  env: env
134
133
  });
135
134
  }, {
136
- manual: !isInClient(),
135
+ manual: false,
136
+ // ! isInClient(),
137
137
  onSuccess: function onSuccess(result) {
138
138
  console.log('re 1', result);
139
139
  setDetailData(result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "component-shipinlv",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",