component-shipinlv 0.0.9 → 0.0.11
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 +0 -1
- package/dist/AuthClient/qr/index.js +0 -2
- 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 +2 -1
- package/dist/Product/index.less +0 -84
- /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/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,14 +7,12 @@ 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.less";
|
11
10
|
import * as AuthController from "../../service/api/AuthController";
|
12
11
|
import PageContentWarp from "../../UI/PageContentWarp";
|
13
12
|
import AuthLoginReg from "../login-reg";
|
14
13
|
import Platform from "../../lib/platform";
|
15
14
|
import QrWs from "./ws";
|
16
15
|
import { getApiEnv } from "../../lib/getApiUrl";
|
17
|
-
// import LoginQrAlipay from "component-shipinlv/AuthClient/alipay";
|
18
16
|
import { jsx as _jsx } from "react/jsx-runtime";
|
19
17
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
20
18
|
var reTryMaxCount = 120;
|
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
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "component-shipinlv",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.11",
|
4
4
|
"description": "",
|
5
5
|
"module": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -56,6 +56,7 @@
|
|
56
56
|
"dumi": "^2.2.16",
|
57
57
|
"eslint": "^8.23.0",
|
58
58
|
"father": "^4.3.8",
|
59
|
+
"less": "^4.2.0",
|
59
60
|
"less-loader": "^11.1.0",
|
60
61
|
"lint-staged": "^13.0.3",
|
61
62
|
"prettier": "^2.7.1",
|
package/dist/Product/index.less
DELETED
@@ -1,84 +0,0 @@
|
|
1
|
-
.authQrLogin{
|
2
|
-
.loginForm{
|
3
|
-
margin: 0 auto;
|
4
|
-
padding: 0 0 5px 0 ;
|
5
|
-
background-color: rgba(255, 255, 255, 0.75 );
|
6
|
-
border-radius: 6px;
|
7
|
-
}
|
8
|
-
.webTitle{
|
9
|
-
font-weight: normal;
|
10
|
-
font-size: 22px;
|
11
|
-
text-align: center;
|
12
|
-
padding: 0;
|
13
|
-
margin: 6px 0 0 0;
|
14
|
-
line-height: 1em;
|
15
|
-
span{
|
16
|
-
display: inline-block;
|
17
|
-
padding-left: 5px;
|
18
|
-
font-weight: lighter;
|
19
|
-
font-size: 16px;
|
20
|
-
};
|
21
|
-
}
|
22
|
-
.weQrUrlBox{
|
23
|
-
min-height: 240px !important;
|
24
|
-
.weQrUrl{
|
25
|
-
width: 240px;
|
26
|
-
display: block;
|
27
|
-
margin: 10px auto 0;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
.qr{
|
32
|
-
display: block;
|
33
|
-
margin: 12px auto 0;
|
34
|
-
width: 230px;
|
35
|
-
height: 230px;
|
36
|
-
background-repeat: no-repeat;
|
37
|
-
background-size: cover;
|
38
|
-
background-position: center;
|
39
|
-
&.qrAlipay{
|
40
|
-
border: 3px solid #1677ff;
|
41
|
-
}
|
42
|
-
.reTry{
|
43
|
-
font-size: 80px;
|
44
|
-
background-color: rgba( 255, 255, 255, 0.95 );
|
45
|
-
text-align: center;
|
46
|
-
line-height: 210px;
|
47
|
-
height: 100%;
|
48
|
-
a{
|
49
|
-
display: block;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
53
|
-
.alt{
|
54
|
-
padding: 10px 0 0;
|
55
|
-
color: #999;
|
56
|
-
text-align: center;
|
57
|
-
}
|
58
|
-
.altWeb{
|
59
|
-
padding: 16px 0 0;
|
60
|
-
max-width: 300px;
|
61
|
-
margin: 0 auto;
|
62
|
-
.titles{
|
63
|
-
text-align: center;
|
64
|
-
font-weight: bold;
|
65
|
-
}
|
66
|
-
ul{
|
67
|
-
margin: 0 10px;
|
68
|
-
}
|
69
|
-
|
70
|
-
}
|
71
|
-
.percent{
|
72
|
-
width: 100%;
|
73
|
-
position: absolute;
|
74
|
-
overflow: hidden;
|
75
|
-
left: 0;
|
76
|
-
bottom: 0;
|
77
|
-
.warp{
|
78
|
-
height: 4px;
|
79
|
-
background-color: #1677ff;
|
80
|
-
transition: all 1.6s ease-in-out;
|
81
|
-
-webkit-transition: all 1.6s ease-in-out;
|
82
|
-
}
|
83
|
-
}
|
84
|
-
}
|
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
|