component-shipinlv 0.0.9 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/AuthClient/login-reg.d.ts +1 -1
- package/dist/AuthClient/login-reg.js +1 -1
- package/dist/AuthClient/login.d.ts +1 -1
- package/dist/AuthClient/login.js +1 -1
- package/dist/AuthClient/qr/index.d.ts +1 -1
- package/dist/AuthClient/qr/index.js +1 -1
- package/dist/AuthClient/reg.d.ts +1 -1
- package/dist/AuthClient/reg.js +1 -1
- package/dist/Buy/index.d.ts +1 -1
- package/dist/Buy/index.js +1 -1
- package/dist/Buy/qr.d.ts +1 -1
- package/dist/Buy/qr.js +1 -1
- package/dist/UI/DialogDrawer.d.ts +1 -1
- package/dist/UI/DialogDrawer.js +1 -1
- package/dist/UI/DialogDrawerFooter.d.ts +1 -1
- package/dist/UI/DialogDrawerFooter.js +1 -1
- package/dist/UI/LoadError.d.ts +1 -1
- package/dist/UI/LoadError.js +1 -1
- package/dist/UI/PageContentWarp.d.ts +1 -1
- package/dist/UI/PageContentWarp.js +1 -1
- package/dist/VipCompare/commend.d.ts +1 -1
- package/dist/VipCompare/commend.js +1 -1
- package/dist/VipCompare/index.d.ts +1 -1
- package/dist/VipCompare/index.js +1 -1
- package/package.json +1 -1
- /package/dist/AuthClient/{login-reg.less → login-reg.scss} +0 -0
- /package/dist/AuthClient/{login.less → login.scss} +0 -0
- /package/dist/AuthClient/qr/{index.less → index.scss} +0 -0
- /package/dist/AuthClient/{reg.less → reg.scss} +0 -0
- /package/dist/Buy/{index.less → index.scss} +0 -0
- /package/dist/Buy/{qr.less → qr.scss} +0 -0
- /package/dist/Product/{index.less → index.scss} +0 -0
- /package/dist/UI/{DialogDrawer.less → DialogDrawer.scss} +0 -0
- /package/dist/UI/{DialogDrawerFooter.less → DialogDrawerFooter.scss} +0 -0
- /package/dist/UI/{LoadError.less → LoadError.scss} +0 -0
- /package/dist/UI/{PageContentWarp.less → PageContentWarp.scss} +0 -0
- /package/dist/VipCompare/{commend.less → commend.scss} +0 -0
- /package/dist/VipCompare/{index.less → index.scss} +0 -0
@@ -3,7 +3,7 @@ import React, { useState } from 'react';
|
|
3
3
|
import { Tabs, Radio } from "antd";
|
4
4
|
import { UserAddOutlined, UserOutlined } from "@ant-design/icons";
|
5
5
|
import Reg from "./reg";
|
6
|
-
import "./login-reg.
|
6
|
+
import "./login-reg.scss";
|
7
7
|
import AuthLogin from "./login";
|
8
8
|
import { jsx as _jsx } from "react/jsx-runtime";
|
9
9
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
package/dist/AuthClient/login.js
CHANGED
@@ -7,7 +7,7 @@ import { LockOutlined, UserOutlined, EyeTwoTone, EyeInvisibleOutlined } from '@a
|
|
7
7
|
import { Input, Button, Form } from 'antd';
|
8
8
|
import Tool from "../lib/Tool";
|
9
9
|
import { useRequest } from '@umijs/hooks';
|
10
|
-
import "./reg.
|
10
|
+
import "./reg.scss";
|
11
11
|
import * as AuthController from "../service/api/AuthController";
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
13
13
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
@@ -7,7 +7,7 @@ import { WechatOutlined, RedoOutlined, UserOutlined } from '@ant-design/icons';
|
|
7
7
|
import { Tabs } from 'antd';
|
8
8
|
import Tool from "../../lib/Tool";
|
9
9
|
import { useRequest } from '@umijs/hooks';
|
10
|
-
import "./index.
|
10
|
+
import "./index.scss";
|
11
11
|
import * as AuthController from "../../service/api/AuthController";
|
12
12
|
import PageContentWarp from "../../UI/PageContentWarp";
|
13
13
|
import AuthLoginReg from "../login-reg";
|
package/dist/AuthClient/reg.d.ts
CHANGED
package/dist/AuthClient/reg.js
CHANGED
@@ -6,7 +6,7 @@ import React from 'react';
|
|
6
6
|
import { LockOutlined, UserOutlined, EyeTwoTone, EyeInvisibleOutlined } from '@ant-design/icons';
|
7
7
|
import { Input, Button, Form } from 'antd';
|
8
8
|
import Tool from "../lib/Tool";
|
9
|
-
import "./reg.
|
9
|
+
import "./reg.scss";
|
10
10
|
import { useRequest } from "@umijs/hooks";
|
11
11
|
import * as AuthController from "../service/api/AuthController";
|
12
12
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/dist/Buy/index.d.ts
CHANGED
package/dist/Buy/index.js
CHANGED
@@ -3,7 +3,7 @@ import _asyncToGenerator from "@babel/runtime/helpers/esm/asyncToGenerator";
|
|
3
3
|
import React from 'react';
|
4
4
|
import { Button } from 'antd';
|
5
5
|
import Tool from "../lib/Tool";
|
6
|
-
import "./index.
|
6
|
+
import "./index.scss";
|
7
7
|
import VipQr from "./qr";
|
8
8
|
import Platform from "../lib/platform";
|
9
9
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/dist/Buy/qr.d.ts
CHANGED
package/dist/Buy/qr.js
CHANGED
@@ -7,7 +7,7 @@ import * as TradeController from "../service/api/TradeController";
|
|
7
7
|
import * as VipController from "../service/api/VipController";
|
8
8
|
import Tool from "../lib/Tool";
|
9
9
|
import PageContentWarp from "../UI/PageContentWarp";
|
10
|
-
import "./qr.
|
10
|
+
import "./qr.scss";
|
11
11
|
import Platform from "../lib/platform";
|
12
12
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
13
13
|
import { jsx as _jsx } from "react/jsx-runtime";
|
package/dist/UI/DialogDrawer.js
CHANGED
@@ -2,7 +2,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
2
2
|
import { Drawer, ConfigProvider } from 'antd';
|
3
3
|
import React, { useState, useEffect } from 'react';
|
4
4
|
import Tool from "../lib/Tool";
|
5
|
-
import "./DialogDrawer.
|
5
|
+
import "./DialogDrawer.scss";
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
7
7
|
// 抽屉
|
8
8
|
var DialogDrawer = function DialogDrawer(props) {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { Space } from 'antd';
|
3
|
-
import "./DialogDrawerFooter.
|
3
|
+
import "./DialogDrawerFooter.scss";
|
4
4
|
import { jsx as _jsx } from "react/jsx-runtime";
|
5
5
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
6
6
|
var DialogDrawerFooter = function DialogDrawerFooter(_ref) {
|
package/dist/UI/LoadError.d.ts
CHANGED
package/dist/UI/LoadError.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import React from 'react';
|
2
2
|
import { Button, Result } from 'antd';
|
3
|
-
import "./LoadError.
|
3
|
+
import "./LoadError.scss";
|
4
4
|
import { MehOutlined } from '@ant-design/icons';
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
6
6
|
var LoadError = function LoadError(_ref) {
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
2
2
|
import React, { useEffect, useState } from 'react';
|
3
3
|
import { LikeOutlined } from '@ant-design/icons';
|
4
|
-
import "./commend.
|
4
|
+
import "./commend.scss";
|
5
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
6
6
|
var VipCommend = function VipCommend(_ref) {
|
7
7
|
var _ref$commend = _ref.commend,
|
package/dist/VipCompare/index.js
CHANGED
@@ -8,7 +8,7 @@ import { useRequest } from '@umijs/hooks';
|
|
8
8
|
import * as VipController from "../service/api/VipController";
|
9
9
|
import Tool from "../lib/Tool";
|
10
10
|
import PageContentWarp from "../UI/PageContentWarp";
|
11
|
-
import "./index.
|
11
|
+
import "./index.scss";
|
12
12
|
import { QuestionCircleFilled, LikeOutlined } from '@ant-design/icons';
|
13
13
|
import VipCommend from "./commend";
|
14
14
|
import * as UserController from "../service/api/UserController";
|
package/package.json
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|