component-shipinlv 1.0.26 → 1.0.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Buy/qr.js +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:
|
135
|
+
manual: false,
|
136
|
+
// ! isInClient(),
|
137
137
|
onSuccess: function onSuccess(result) {
|
138
138
|
console.log('re 1', result);
|
139
139
|
setDetailData(result);
|