@conecli/cone-render 0.8.19 → 0.8.20-beta.2
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.
- package/README.md +7 -1
- package/dist/api/index.ts +1 -1
- package/dist/assets/icon_blue_info.svg +1 -0
- package/dist/common/const.ts +1 -1
- package/dist/common/environmentType.ts +1 -0
- package/dist/common/index.h5.ts +1 -1
- package/dist/common/index.jd.ts +1 -1
- package/dist/common/index.ts +1 -1
- package/dist/common/index.weapp.ts +1 -1
- package/dist/common/isvStorage/index.h5.ts +1 -0
- package/dist/common/isvStorage/index.ts +1 -0
- package/dist/common/jdplayerSdk.ts +1 -0
- package/dist/common/jssdk.ts +1 -0
- package/dist/common/pageType.ts +1 -0
- package/dist/common/sgmCustomCode.ts +1 -0
- package/dist/common/token/const.ts +1 -0
- package/dist/common/token/index.h5.ts +1 -0
- package/dist/common/token/index.ts +1 -0
- package/dist/common/token/token.jd.ts +1 -0
- package/dist/common/token/token.ts +1 -0
- package/dist/common/token/token.wxapp.ts +1 -0
- package/dist/common/wxappApi.jd.ts +1 -0
- package/dist/common/wxappApi.ts +1 -1
- package/dist/components/ErrorBoundary.tsx +1 -1
- package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
- package/dist/components/base/CommonFloorHead/index.tsx +1 -1
- package/dist/components/base/CountDown/index.module.scss +49 -44
- package/dist/components/base/CountDown/index.tsx +1 -1
- package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
- package/dist/components/base/CustomScrollView/index.module.scss +7 -0
- package/dist/components/base/CustomScrollView/index.tsx +1 -1
- package/dist/components/base/CustomVideo/common.ts +1 -0
- package/dist/components/base/CustomVideo/const.ts +1 -0
- package/dist/components/base/CustomVideo/index.module.scss +40 -64
- package/dist/components/base/CustomVideo/index.tsx +1 -1
- package/dist/components/base/Dialog/index.module.scss +22 -2
- package/dist/components/base/Dialog/index.tsx +1 -1
- package/dist/components/base/Exposure/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/const.ts +1 -0
- package/dist/components/base/ExposureSmart/index.h5.module.scss +30 -6
- package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
- package/dist/components/base/ExposureSmart/index.module.scss +20 -9
- package/dist/components/base/ExposureSmart/index.tsx +1 -1
- package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
- package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.tsx +1 -1
- package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
- package/dist/components/base/ItemViewExposureSmart/index.module.scss +8 -0
- package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -0
- package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
- package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
- package/dist/components/base/LazyLoadImage/const.ts +1 -1
- package/dist/components/base/LazyLoadImage/index.h5.module.scss +24 -20
- package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
- package/dist/components/base/MobileCommonHeader/index.module.scss +17 -0
- package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
- package/dist/components/base/NetworkDataError/const.ts +1 -1
- package/dist/components/base/NetworkDataError/index.module.scss +128 -69
- package/dist/components/base/NetworkDataError/index.tsx +1 -1
- package/dist/components/base/Price/{const.ts → Base/const.ts} +0 -0
- package/dist/components/base/Price/Base/index.module.scss +148 -0
- package/dist/components/base/Price/Base/index.tsx +1 -0
- package/dist/components/base/Price/Double/index.module.scss +190 -0
- package/dist/components/base/Price/Double/index.tsx +1 -0
- package/dist/components/base/Price/index.tsx +1 -1
- package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
- package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
- package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
- package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
- package/dist/components/base/Skeleton/index.tsx +1 -1
- package/dist/components/debug/DebugLayout/index.module.scss +67 -0
- package/dist/components/debug/DebugLayout/index.tsx +1 -0
- package/dist/components/debug/DebugLayout/utils.ts +1 -0
- package/dist/components/decorate/DecorateFloorModule/index.module.scss +32 -2
- package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
- package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
- package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
- package/dist/components/floorItem.jd.tsx +1 -0
- package/dist/components/floorItem.tsx +1 -1
- package/dist/components/floorItem.weapp.tsx +1 -1
- package/dist/components/isv/Floor/index.tsx +1 -1
- package/dist/components/remoteFloorItem.tsx +1 -0
- package/dist/interface/common.ts +1 -1
- package/dist/interface/component.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/interface/service.ts +1 -1
- package/dist/interface/utils.ts +1 -1
- package/dist/jumpEventReport/base.ts +1 -1
- package/dist/jumpEventReport/const.ts +1 -1
- package/dist/jumpEventReport/createReportFloorData.ts +1 -1
- package/dist/jumpEventReport/index.h5.ts +1 -1
- package/dist/jumpEventReport/index.jd.ts +1 -1
- package/dist/jumpEventReport/index.ts +1 -1
- package/dist/jumpEventReport/index.weapp.ts +1 -1
- package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
- package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.ts +1 -1
- package/dist/jumpEventReport/web/report.ts +1 -1
- package/dist/jumpEventReport/web.base.ts +1 -1
- package/dist/jumpEventReport/web.jd.ts +1 -1
- package/dist/jumpEventReport/web.jdb.ts +1 -0
- package/dist/jumpEventReport/web.jdjch.ts +1 -0
- package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
- package/dist/jumpEventReport/web.pc.ts +1 -0
- package/dist/jumpEventReport/web.tjapp.ts +1 -0
- package/dist/jumpEventReport/web.tjm.ts +1 -0
- package/dist/jumpEventReport/web.wxapp.ts +1 -1
- package/dist/language/en_US.json +231 -0
- package/dist/language/zh_CN.json +231 -0
- package/dist/language/zh_HK.json +231 -0
- package/dist/libs/taroAppReport.js +2 -2
- package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -27
- package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
- package/dist/modules/ContainerFloorList/index.tsx +1 -1
- package/dist/open/api/device.ts +1 -1
- package/dist/open/api/environment.ts +1 -1
- package/dist/open/api/index.ts +1 -1
- package/dist/open/api/jump/business.ts +1 -0
- package/dist/open/api/jump/index.ts +1 -0
- package/dist/open/api/jump/minPath.ts +1 -0
- package/dist/open/api/jump/side.ts +1 -0
- package/dist/open/api/jump/webUrl.ts +1 -0
- package/dist/open/api/jump copy.ts +1 -0
- package/dist/open/api/moduleUtil.ts +1 -1
- package/dist/open/api/request.ts +1 -0
- package/dist/open/api/shopMember.ts +1 -0
- package/dist/open/api/track.ts +1 -1
- package/dist/open/api/userToken.ts +1 -0
- package/dist/open/api/util.ts +1 -1
- package/dist/open/components/index.ts +1 -1
- package/dist/sass/app.h5.scss +294 -212
- package/dist/sass/base.scss +195 -137
- package/dist/service/bMallConst.ts +1 -0
- package/dist/service/bMallConst.weapp.ts +1 -0
- package/dist/service/fetchGateway.ts +1 -0
- package/dist/service/fetchGateway.weapp.ts +1 -0
- package/dist/service/fetchJsonp.ts +1 -0
- package/dist/service/http/colorSign.ts +1 -0
- package/dist/service/http/colorSign.weapp.ts +1 -0
- package/dist/service/http/const.ts +1 -0
- package/dist/service/http/h5Http.ts +1 -0
- package/dist/service/http/http.ts +1 -0
- package/dist/service/http/httpInterceptors.jd.ts +1 -0
- package/dist/service/http/httpInterceptors.ts +1 -0
- package/dist/service/http/index.h5.ts +1 -0
- package/dist/service/http/index.ts +1 -0
- package/dist/service/requestServer.h5.ts +1 -0
- package/dist/service/requestServer.ts +1 -0
- package/dist/service/requestServer.weapp.ts +1 -0
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
- package/dist/utils/draExceptionAndProfile.ts +1 -1
- package/dist/utils/h5Utils.ts +1 -1
- package/dist/utils/index.h5.ts +1 -1
- package/dist/utils/index.ts +1 -1
- package/dist/utils/index.weapp.ts +1 -1
- package/dist/utils/intersectionObserver.ts +1 -1
- package/dist/utils/jm-common.js +1 -1
- package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
- package/dist/utils/jumpExtMapUtil.ts +1 -0
- package/dist/utils/priceUtils.js +1 -0
- package/dist/utils/ready.ts +1 -0
- package/dist/utils/sColor.js +1 -0
- package/dist/utils/sgmCodeUtils.ts +1 -0
- package/dist/utils/taroRenderUtil.ts +1 -0
- package/dist/utils/utils.ts +1 -1
- package/dist/wxapp/api/helper.js +1 -0
- package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
- package/dist/wxapp/common/user_info.js +1 -1
- package/dist/wxapp/components/launch-app/index.js +1 -0
- package/dist/wxapp/components/launch-app/index.json +5 -0
- package/dist/wxapp/components/launch-app/index.wxml +0 -0
- package/dist/wxapp/components/launch-app/index.wxss +0 -0
- package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
- package/dist/wxapp/components/subscribe-guider/index.js +1 -0
- package/dist/wxapp/components/subscribe-guider/index.json +5 -0
- package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
- package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
- package/package.json +145 -114
- package/dist/components/base/Price/index.module.scss +0 -136
- package/dist/components/base/Skeleton/old.tsx +0 -1
- package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
- package/dist/open/api/jump.ts +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const delayShow = () => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const fetchLbsAddr = () => {};
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const delayShow = () => {
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,116 +1,147 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
2
|
+
"name": "@conecli/cone-render",
|
|
3
|
+
"version": "0.8.20-beta.2",
|
|
4
|
+
"private": false,
|
|
5
|
+
"files": [
|
|
6
|
+
"dist/"
|
|
7
|
+
],
|
|
8
|
+
"exports": {
|
|
9
|
+
"./api": "./dist/open/api/index.ts",
|
|
10
|
+
"./components": "./dist/open/components/index.ts",
|
|
11
|
+
"./modules": "./dist/open/modules/index.ts",
|
|
12
|
+
"./_api": "./dist/api",
|
|
13
|
+
"./_config/": "./dist/config/",
|
|
14
|
+
"./_common/": "./dist/common/",
|
|
15
|
+
"./_components/": "./dist/components/",
|
|
16
|
+
"./_interface": "./dist/interface",
|
|
17
|
+
"./_jumpEventReport": "./dist/jumpEventReport",
|
|
18
|
+
"./_jumpEventReport/": "./dist/jumpEventReport/",
|
|
19
|
+
"./_utils": "./dist/utils",
|
|
20
|
+
"./_utils/": "./dist/utils/",
|
|
21
|
+
"./sass/": "./dist/sass/"
|
|
22
|
+
},
|
|
23
|
+
"description": "cone-render",
|
|
24
|
+
"templateInfo": {
|
|
25
|
+
"name": "default",
|
|
26
|
+
"typescript": true,
|
|
27
|
+
"css": "sass"
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"build:weapp": "taro build --type weapp",
|
|
31
|
+
"build:swan": "taro build --type swan",
|
|
32
|
+
"build:alipay": "taro build --type alipay",
|
|
33
|
+
"build:tt": "taro build --type tt",
|
|
34
|
+
"build:h5": "taro build --type h5",
|
|
35
|
+
"build:rn": "taro build --type rn",
|
|
36
|
+
"build:qq": "taro build --type qq",
|
|
37
|
+
"build:jd": "taro build --type jd",
|
|
38
|
+
"build:quickapp": "taro build --type quickapp",
|
|
39
|
+
"dev:weapp": "npm run build:weapp -- --watch",
|
|
40
|
+
"dev:swan": "npm run build:swan -- --watch",
|
|
41
|
+
"dev:alipay": "npm run build:alipay -- --watch",
|
|
42
|
+
"dev:tt": "npm run build:tt -- --watch",
|
|
43
|
+
"dev:h5": "npm run build:h5 -- --watch",
|
|
44
|
+
"dev:rn": "npm run build:rn -- --watch",
|
|
45
|
+
"dev:qq": "npm run build:qq -- --watch",
|
|
46
|
+
"dev:jd": "npm run build:jd -- --watch",
|
|
47
|
+
"dev:quickapp": "npm run build:quickapp -- --watch",
|
|
48
|
+
"compressWatch": "gulp compressWatch --gulpfile ./publish/gulpfile.js",
|
|
49
|
+
"compress": "gulp compress --gulpfile ./publish/gulpfile.js",
|
|
50
|
+
"build": "npm run compress",
|
|
51
|
+
"check": "gulp check --gulpfile ./publish/gulpfile.js"
|
|
52
|
+
},
|
|
53
|
+
"browserslist": [
|
|
54
|
+
"last 3 versions",
|
|
55
|
+
"Android >= 4.1",
|
|
56
|
+
"ios >= 8"
|
|
57
|
+
],
|
|
58
|
+
"lint-staged": {
|
|
59
|
+
"*.{js,ts}": [
|
|
60
|
+
"eslint",
|
|
61
|
+
"eslint --fix",
|
|
62
|
+
"git add"
|
|
63
|
+
],
|
|
64
|
+
"*.{scss}": [
|
|
65
|
+
"prettier --write",
|
|
66
|
+
"git add"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
"keywords": [
|
|
70
|
+
"conecli",
|
|
71
|
+
"render"
|
|
72
|
+
],
|
|
73
|
+
"author": "conecli",
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@tarojs/cli": "3.5.4",
|
|
76
|
+
"@tarojs/components": "3.5.4",
|
|
77
|
+
"@tarojs/plugin-framework-react": "3.5.4",
|
|
78
|
+
"@tarojs/react": "3.5.4",
|
|
79
|
+
"@tarojs/runtime": "3.5.4",
|
|
80
|
+
"@tarojs/shared": "3.5.4",
|
|
81
|
+
"@tarojs/taro": "3.5.4",
|
|
82
|
+
"@tarojs/taro-h5": "3.5.4",
|
|
83
|
+
"@tarojs/taro-loader": "3.5.4",
|
|
84
|
+
"@tarojs/webpack5-runner": "3.5.4",
|
|
85
|
+
"art-template": "^4.13.2",
|
|
86
|
+
"gulp-filter": "^7.0.0",
|
|
87
|
+
"normalize.css": "^8.0.1",
|
|
88
|
+
"raf": "^3.4.1",
|
|
89
|
+
"react": "^18.2.0",
|
|
90
|
+
"react-content-loader": "^6.2.0",
|
|
91
|
+
"react-dom": "^18.2.0",
|
|
92
|
+
"react-intersection-observer": "8.33.1",
|
|
93
|
+
"react-refresh": "^0.14.0",
|
|
94
|
+
"sha256": "^0.2.0"
|
|
95
|
+
},
|
|
96
|
+
"devDependencies": {
|
|
97
|
+
"@babel/core": "^7.8.0",
|
|
98
|
+
"@babel/runtime": "7.23.7",
|
|
99
|
+
"@commitlint/cli": "^13.1.0",
|
|
100
|
+
"@commitlint/config-conventional": "^13.1.0",
|
|
101
|
+
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
|
|
102
|
+
"@swc/core": "1.2.242",
|
|
103
|
+
"@swc/register": "^0.1.10",
|
|
104
|
+
"@types/react": "^18.0.17",
|
|
105
|
+
"@types/webpack-env": "^1.13.6",
|
|
106
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
107
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
108
|
+
"babel-preset-taro": "3.5.4",
|
|
109
|
+
"del": "^6.1.1",
|
|
110
|
+
"escodegen": "^2.0.0",
|
|
111
|
+
"eslint": "^8.56.0",
|
|
112
|
+
"eslint-config-prettier": "^8.3.0",
|
|
113
|
+
"eslint-config-taro": "3.5.4",
|
|
114
|
+
"eslint-plugin-import": "^2.12.0",
|
|
115
|
+
"eslint-plugin-prettier": "^3.4.0",
|
|
116
|
+
"eslint-plugin-react": "^7.8.2",
|
|
117
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
118
|
+
"espree": "^9.3.2",
|
|
119
|
+
"esprima": "^4.0.1",
|
|
120
|
+
"estraverse": "^5.3.0",
|
|
121
|
+
"gulp": "^4.0.2",
|
|
122
|
+
"gulp-util": "^3.0.8",
|
|
123
|
+
"html-webpack-plugin": "^5.5.0",
|
|
124
|
+
"husky": "^4.3.8",
|
|
125
|
+
"lint-staged": "^11.1.1",
|
|
126
|
+
"mini-css-extract-plugin": "^2.6.1",
|
|
127
|
+
"minimatch": "3.1.2",
|
|
128
|
+
"prettier": "^3.3.3",
|
|
129
|
+
"sass": "1.53.0",
|
|
130
|
+
"shelljs": "^0.8.5",
|
|
131
|
+
"stylelint": "^14.4.0",
|
|
132
|
+
"terser-webpack-plugin": "^5.3.6",
|
|
133
|
+
"typescript": "^4.1.0",
|
|
134
|
+
"webpack": "5.69.0"
|
|
135
|
+
},
|
|
136
|
+
"resolutions": {
|
|
137
|
+
"@babel/runtime": "7.23.7",
|
|
138
|
+
"@tarojs/cli": "3.5.4",
|
|
139
|
+
"@tarojs/helper": "3.5.4",
|
|
140
|
+
"@tarojs/service": "3.5.4",
|
|
141
|
+
"@tarojs/shared": "3.5.4",
|
|
142
|
+
"minimatch": "3.1.2",
|
|
143
|
+
"less": "3.13.1",
|
|
144
|
+
"node-releases": "2.0.19",
|
|
145
|
+
"sass": "1.53.0"
|
|
146
|
+
}
|
|
116
147
|
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
:global {
|
|
3
|
-
.d-mini-price {
|
|
4
|
-
position: relative;
|
|
5
|
-
color: #f23030;
|
|
6
|
-
display: inline-block;
|
|
7
|
-
font-family: 'JDZhengHT-Regular';
|
|
8
|
-
|
|
9
|
-
&-sym {
|
|
10
|
-
font-size: 22px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.int-txt {
|
|
14
|
-
font-size: 36px;
|
|
15
|
-
}
|
|
16
|
-
.off-shelf {
|
|
17
|
-
color: rgb(162, 164, 172);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.dec-txt {
|
|
21
|
-
font-size: 22px;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sym-sup {
|
|
25
|
-
vertical-align: top;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.dec-sup {
|
|
29
|
-
vertical-align: top;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
&.del {
|
|
33
|
-
.sym-sub,
|
|
34
|
-
.int-txt,
|
|
35
|
-
.dec-txt {
|
|
36
|
-
font-size: 22px;
|
|
37
|
-
color: #2e2e2e;
|
|
38
|
-
text-decoration: line-through;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
&.d-plus-price,
|
|
42
|
-
&.d-sams-price,
|
|
43
|
-
&.d-sfp-price,
|
|
44
|
-
&.d-member-price {
|
|
45
|
-
&:after {
|
|
46
|
-
content: '';
|
|
47
|
-
display: inline-block;
|
|
48
|
-
margin-left: 5px;
|
|
49
|
-
width: 58px;
|
|
50
|
-
height: 20px;
|
|
51
|
-
background-repeat: no-repeat;
|
|
52
|
-
background-size: contain;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
&.d-price-label{
|
|
56
|
-
&:after{
|
|
57
|
-
// 价格后面追加显示文案例如“到手价”的默认样式
|
|
58
|
-
content: attr(data-after);
|
|
59
|
-
font-size: 20px;
|
|
60
|
-
color: #FFFFFF;
|
|
61
|
-
margin-left: 8px;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
&.d-plus-price {
|
|
65
|
-
.int-txt,
|
|
66
|
-
.sym-sub,
|
|
67
|
-
.dec-txt {
|
|
68
|
-
font-size: 24px;
|
|
69
|
-
color: #232326;
|
|
70
|
-
}
|
|
71
|
-
&:after {
|
|
72
|
-
background-image: url('../../../assets/plus-icon.png');
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&.d-sams-price {
|
|
76
|
-
.int-txt,
|
|
77
|
-
.sym-sub,
|
|
78
|
-
.dec-txt {
|
|
79
|
-
font-size: 24px;
|
|
80
|
-
color: #1a68bc;
|
|
81
|
-
}
|
|
82
|
-
&:after {
|
|
83
|
-
background-image: url('../../../assets/jsbundles_jdreactshopactivitytab_images_samprice.png');
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
&.d-sfp-price {
|
|
87
|
-
.int-txt,
|
|
88
|
-
.sym-sub,
|
|
89
|
-
.dec-txt {
|
|
90
|
-
font-size: 24px;
|
|
91
|
-
color: #714aff;
|
|
92
|
-
}
|
|
93
|
-
&:after {
|
|
94
|
-
background-image: url('../../../assets/fans_price@2x.png');
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
&.d-member-price {
|
|
98
|
-
.int-txt,
|
|
99
|
-
.sym-sub,
|
|
100
|
-
.dec-txt {
|
|
101
|
-
font-size: 24px;
|
|
102
|
-
color: #f3c416;
|
|
103
|
-
}
|
|
104
|
-
// 默认v1会员
|
|
105
|
-
&:after {
|
|
106
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/132940/18/11320/4920/5f770610E07069747/92f14ae503ca8b7b.png');
|
|
107
|
-
}
|
|
108
|
-
// v1 会员
|
|
109
|
-
&.d-member-price-tab_214 {
|
|
110
|
-
&:after {
|
|
111
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/132940/18/11320/4920/5f770610E07069747/92f14ae503ca8b7b.png');
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
&.d-member-price-tab_215 {
|
|
115
|
-
&:after {
|
|
116
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/135428/5/11263/5100/5f770623E87b73485/a3624a844f220489.png');
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
&.d-member-price-tab_216 {
|
|
120
|
-
&:after {
|
|
121
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/142590/8/9888/5220/5f770639E992a10a9/1decbf1689dd500c.png');
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
&.d-member-price-tab_217 {
|
|
125
|
-
&:after {
|
|
126
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/128048/23/13979/5063/5f77064aE56b826d7/5e07702ee673629d.png');
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
&.d-member-price-tab_218 {
|
|
130
|
-
&:after {
|
|
131
|
-
background-image: url('https://m.360buyimg.com/cc/jfs/t1/117816/19/19334/5167/5f77065eEbd592fb5/75091c85ca7d0895.png');
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import ContentLoader from 'react-content-loader'
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import Taro from '@tarojs/taro'
|
package/dist/open/api/jump.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'
|