@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.
Files changed (183) hide show
  1. package/README.md +7 -1
  2. package/dist/api/index.ts +1 -1
  3. package/dist/assets/icon_blue_info.svg +1 -0
  4. package/dist/common/const.ts +1 -1
  5. package/dist/common/environmentType.ts +1 -0
  6. package/dist/common/index.h5.ts +1 -1
  7. package/dist/common/index.jd.ts +1 -1
  8. package/dist/common/index.ts +1 -1
  9. package/dist/common/index.weapp.ts +1 -1
  10. package/dist/common/isvStorage/index.h5.ts +1 -0
  11. package/dist/common/isvStorage/index.ts +1 -0
  12. package/dist/common/jdplayerSdk.ts +1 -0
  13. package/dist/common/jssdk.ts +1 -0
  14. package/dist/common/pageType.ts +1 -0
  15. package/dist/common/sgmCustomCode.ts +1 -0
  16. package/dist/common/token/const.ts +1 -0
  17. package/dist/common/token/index.h5.ts +1 -0
  18. package/dist/common/token/index.ts +1 -0
  19. package/dist/common/token/token.jd.ts +1 -0
  20. package/dist/common/token/token.ts +1 -0
  21. package/dist/common/token/token.wxapp.ts +1 -0
  22. package/dist/common/wxappApi.jd.ts +1 -0
  23. package/dist/common/wxappApi.ts +1 -1
  24. package/dist/components/ErrorBoundary.tsx +1 -1
  25. package/dist/components/base/CommonFloorHead/index.module.scss +126 -111
  26. package/dist/components/base/CommonFloorHead/index.tsx +1 -1
  27. package/dist/components/base/CountDown/index.module.scss +49 -44
  28. package/dist/components/base/CountDown/index.tsx +1 -1
  29. package/dist/components/base/CustomScrollView/index.jd.tsx +1 -0
  30. package/dist/components/base/CustomScrollView/index.module.scss +7 -0
  31. package/dist/components/base/CustomScrollView/index.tsx +1 -1
  32. package/dist/components/base/CustomVideo/common.ts +1 -0
  33. package/dist/components/base/CustomVideo/const.ts +1 -0
  34. package/dist/components/base/CustomVideo/index.module.scss +40 -64
  35. package/dist/components/base/CustomVideo/index.tsx +1 -1
  36. package/dist/components/base/Dialog/index.module.scss +22 -2
  37. package/dist/components/base/Dialog/index.tsx +1 -1
  38. package/dist/components/base/Exposure/index.h5.tsx +1 -1
  39. package/dist/components/base/ExposureSmart/const.ts +1 -0
  40. package/dist/components/base/ExposureSmart/index.h5.module.scss +30 -6
  41. package/dist/components/base/ExposureSmart/index.h5.tsx +1 -1
  42. package/dist/components/base/ExposureSmart/index.module.scss +20 -9
  43. package/dist/components/base/ExposureSmart/index.tsx +1 -1
  44. package/dist/components/base/ExposureSmart/reporter.tsx +1 -1
  45. package/dist/components/base/InOrOutViewObserver/index.tsx +1 -1
  46. package/dist/components/base/InViewRender/index.tsx +1 -1
  47. package/dist/components/base/InViewRender/index.weapp.tsx +1 -1
  48. package/dist/components/base/ItemViewExposureSmart/index.module.scss +8 -0
  49. package/dist/components/base/ItemViewExposureSmart/index.tsx +1 -0
  50. package/dist/components/base/LazyLayoutLoad/index.tsx +1 -1
  51. package/dist/components/base/LazyLayoutLoad/index.weapp.tsx +1 -1
  52. package/dist/components/base/LazyLoadImage/const.ts +1 -1
  53. package/dist/components/base/LazyLoadImage/index.h5.module.scss +24 -20
  54. package/dist/components/base/LazyLoadImage/index.h5.tsx +1 -1
  55. package/dist/components/base/MobileCommonHeader/index.module.scss +17 -0
  56. package/dist/components/base/MobileCommonHeader/index.tsx +1 -0
  57. package/dist/components/base/NetworkDataError/const.ts +1 -1
  58. package/dist/components/base/NetworkDataError/index.module.scss +128 -69
  59. package/dist/components/base/NetworkDataError/index.tsx +1 -1
  60. package/dist/components/base/Price/{const.ts → Base/const.ts} +0 -0
  61. package/dist/components/base/Price/Base/index.module.scss +148 -0
  62. package/dist/components/base/Price/Base/index.tsx +1 -0
  63. package/dist/components/base/Price/Double/index.module.scss +190 -0
  64. package/dist/components/base/Price/Double/index.tsx +1 -0
  65. package/dist/components/base/Price/index.tsx +1 -1
  66. package/dist/components/base/ShopLeGaoTag/index.h5.module.scss +35 -0
  67. package/dist/components/base/ShopLeGaoTag/index.h5.tsx +1 -0
  68. package/dist/components/base/ShopLeGaoTag/index.module.scss +33 -0
  69. package/dist/components/base/ShopLeGaoTag/index.tsx +1 -0
  70. package/dist/components/base/Skeleton/index.tsx +1 -1
  71. package/dist/components/debug/DebugLayout/index.module.scss +67 -0
  72. package/dist/components/debug/DebugLayout/index.tsx +1 -0
  73. package/dist/components/debug/DebugLayout/utils.ts +1 -0
  74. package/dist/components/decorate/DecorateFloorModule/index.module.scss +32 -2
  75. package/dist/components/decorate/DecorateFloorModule/index.tsx +1 -1
  76. package/dist/components/decorate/EmptyFloorModule/index.tsx +1 -1
  77. package/dist/components/decorate/PlaceHolder/index.tsx +1 -1
  78. package/dist/components/floorItem.jd.tsx +1 -0
  79. package/dist/components/floorItem.tsx +1 -1
  80. package/dist/components/floorItem.weapp.tsx +1 -1
  81. package/dist/components/isv/Floor/index.tsx +1 -1
  82. package/dist/components/remoteFloorItem.tsx +1 -0
  83. package/dist/interface/common.ts +1 -1
  84. package/dist/interface/component.ts +1 -1
  85. package/dist/interface/jumpEventReport.ts +1 -1
  86. package/dist/interface/service.ts +1 -1
  87. package/dist/interface/utils.ts +1 -1
  88. package/dist/jumpEventReport/base.ts +1 -1
  89. package/dist/jumpEventReport/const.ts +1 -1
  90. package/dist/jumpEventReport/createReportFloorData.ts +1 -1
  91. package/dist/jumpEventReport/index.h5.ts +1 -1
  92. package/dist/jumpEventReport/index.jd.ts +1 -1
  93. package/dist/jumpEventReport/index.ts +1 -1
  94. package/dist/jumpEventReport/index.weapp.ts +1 -1
  95. package/dist/jumpEventReport/jdJumpJdApp.ts +1 -1
  96. package/dist/jumpEventReport/jumpUrlConfig/base.ts +1 -1
  97. package/dist/jumpEventReport/logEventConfig.ts +1 -1
  98. package/dist/jumpEventReport/web/report.ts +1 -1
  99. package/dist/jumpEventReport/web.base.ts +1 -1
  100. package/dist/jumpEventReport/web.jd.ts +1 -1
  101. package/dist/jumpEventReport/web.jdb.ts +1 -0
  102. package/dist/jumpEventReport/web.jdjch.ts +1 -0
  103. package/dist/jumpEventReport/web.jxwxapp.ts +1 -0
  104. package/dist/jumpEventReport/web.pc.ts +1 -0
  105. package/dist/jumpEventReport/web.tjapp.ts +1 -0
  106. package/dist/jumpEventReport/web.tjm.ts +1 -0
  107. package/dist/jumpEventReport/web.wxapp.ts +1 -1
  108. package/dist/language/en_US.json +231 -0
  109. package/dist/language/zh_CN.json +231 -0
  110. package/dist/language/zh_HK.json +231 -0
  111. package/dist/libs/taroAppReport.js +2 -2
  112. package/dist/modules/ContainerFloorList/index.h5.module.scss +66 -27
  113. package/dist/modules/ContainerFloorList/index.h5.tsx +1 -1
  114. package/dist/modules/ContainerFloorList/index.tsx +1 -1
  115. package/dist/open/api/device.ts +1 -1
  116. package/dist/open/api/environment.ts +1 -1
  117. package/dist/open/api/index.ts +1 -1
  118. package/dist/open/api/jump/business.ts +1 -0
  119. package/dist/open/api/jump/index.ts +1 -0
  120. package/dist/open/api/jump/minPath.ts +1 -0
  121. package/dist/open/api/jump/side.ts +1 -0
  122. package/dist/open/api/jump/webUrl.ts +1 -0
  123. package/dist/open/api/jump copy.ts +1 -0
  124. package/dist/open/api/moduleUtil.ts +1 -1
  125. package/dist/open/api/request.ts +1 -0
  126. package/dist/open/api/shopMember.ts +1 -0
  127. package/dist/open/api/track.ts +1 -1
  128. package/dist/open/api/userToken.ts +1 -0
  129. package/dist/open/api/util.ts +1 -1
  130. package/dist/open/components/index.ts +1 -1
  131. package/dist/sass/app.h5.scss +294 -212
  132. package/dist/sass/base.scss +195 -137
  133. package/dist/service/bMallConst.ts +1 -0
  134. package/dist/service/bMallConst.weapp.ts +1 -0
  135. package/dist/service/fetchGateway.ts +1 -0
  136. package/dist/service/fetchGateway.weapp.ts +1 -0
  137. package/dist/service/fetchJsonp.ts +1 -0
  138. package/dist/service/http/colorSign.ts +1 -0
  139. package/dist/service/http/colorSign.weapp.ts +1 -0
  140. package/dist/service/http/const.ts +1 -0
  141. package/dist/service/http/h5Http.ts +1 -0
  142. package/dist/service/http/http.ts +1 -0
  143. package/dist/service/http/httpInterceptors.jd.ts +1 -0
  144. package/dist/service/http/httpInterceptors.ts +1 -0
  145. package/dist/service/http/index.h5.ts +1 -0
  146. package/dist/service/http/index.ts +1 -0
  147. package/dist/service/requestServer.h5.ts +1 -0
  148. package/dist/service/requestServer.ts +1 -0
  149. package/dist/service/requestServer.weapp.ts +1 -0
  150. package/dist/utils/connectNativeJsBridge.ts +1 -1
  151. package/dist/utils/connectNativeJsBridge.weapp.ts +1 -1
  152. package/dist/utils/draExceptionAndProfile.ts +1 -1
  153. package/dist/utils/h5Utils.ts +1 -1
  154. package/dist/utils/index.h5.ts +1 -1
  155. package/dist/utils/index.ts +1 -1
  156. package/dist/utils/index.weapp.ts +1 -1
  157. package/dist/utils/intersectionObserver.ts +1 -1
  158. package/dist/utils/jm-common.js +1 -1
  159. package/dist/utils/jumpExtMapUtil.h5.ts +1 -0
  160. package/dist/utils/jumpExtMapUtil.ts +1 -0
  161. package/dist/utils/priceUtils.js +1 -0
  162. package/dist/utils/ready.ts +1 -0
  163. package/dist/utils/sColor.js +1 -0
  164. package/dist/utils/sgmCodeUtils.ts +1 -0
  165. package/dist/utils/taroRenderUtil.ts +1 -0
  166. package/dist/utils/utils.ts +1 -1
  167. package/dist/wxapp/api/helper.js +1 -0
  168. package/dist/wxapp/common/address_api/address_api_v2.js +1 -0
  169. package/dist/wxapp/common/user_info.js +1 -1
  170. package/dist/wxapp/components/launch-app/index.js +1 -0
  171. package/dist/wxapp/components/launch-app/index.json +5 -0
  172. package/dist/wxapp/components/launch-app/index.wxml +0 -0
  173. package/dist/wxapp/components/launch-app/index.wxss +0 -0
  174. package/dist/wxapp/components/subscribe-guider/helper.js +1 -0
  175. package/dist/wxapp/components/subscribe-guider/index.js +1 -0
  176. package/dist/wxapp/components/subscribe-guider/index.json +5 -0
  177. package/dist/wxapp/components/subscribe-guider/index.wxml +0 -0
  178. package/dist/wxapp/components/subscribe-guider/index.wxss +0 -0
  179. package/package.json +145 -114
  180. package/dist/components/base/Price/index.module.scss +0 -136
  181. package/dist/components/base/Skeleton/old.tsx +0 -1
  182. package/dist/customHooks/useDocumentVisibilitychange.ts +0 -1
  183. package/dist/open/api/jump.ts +0 -1
@@ -0,0 +1 @@
1
+ export const delayShow = () => {
@@ -0,0 +1 @@
1
+ const fetchLbsAddr = () => {};
@@ -1 +1 @@
1
- const getAddress = () => false
1
+ const getAddress = () => false;
2
2
  return {
3
3
  areaId: '',
4
4
  longitude: '',
5
5
  latitude: '',
6
6
  };
@@ -0,0 +1 @@
1
+ Component({
2
  properties: {},
1
3
  data: {},
2
4
  methods: {}
@@ -0,0 +1,5 @@
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ }
5
+ }
File without changes
File without changes
@@ -0,0 +1 @@
1
+ export const delayShow = () => {
@@ -0,0 +1 @@
1
+ Component({
2
  properties: {},
1
3
  data: {},
2
4
  methods: {}
@@ -0,0 +1,5 @@
1
+ {
2
+ "component": true,
3
+ "usingComponents": {
4
+ }
5
+ }
package/package.json CHANGED
@@ -1,116 +1,147 @@
1
1
  {
2
- "name": "@conecli/cone-render",
3
- "version": "0.8.19",
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
- "keywords": [
59
- "conecli",
60
- "render"
61
- ],
62
- "author": "conecli",
63
- "dependencies": {
64
- "@tarojs/cli": "^3.5.4",
65
- "@tarojs/components": "3.5.4",
66
- "@tarojs/plugin-framework-react": "3.5.4",
67
- "@tarojs/react": "3.5.4",
68
- "@tarojs/runtime": "3.5.4",
69
- "@tarojs/shared": "3.5.4",
70
- "@tarojs/taro": "3.5.4",
71
- "@tarojs/taro-h5": "3.5.4",
72
- "@tarojs/taro-loader": "3.5.4",
73
- "@tarojs/webpack5-runner": "3.5.4",
74
- "art-template": "^4.13.2",
75
- "gulp-filter": "^7.0.0",
76
- "normalize.css": "^8.0.1",
77
- "raf": "^3.4.1",
78
- "react": "^18.2.0",
79
- "react-content-loader": "^6.2.0",
80
- "react-dom": "^18.2.0",
81
- "react-intersection-observer": "^9.1.0",
82
- "react-refresh": "^0.14.0"
83
- },
84
- "devDependencies": {
85
- "@babel/core": "^7.8.0",
86
- "@babel/runtime": "^7.17.9",
87
- "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
88
- "@swc/core": "^1.2.242",
89
- "@swc/register": "^0.1.10",
90
- "@types/react": "^18.0.17",
91
- "@types/webpack-env": "^1.13.6",
92
- "@typescript-eslint/eslint-plugin": "^5.20.0",
93
- "@typescript-eslint/parser": "^5.20.0",
94
- "babel-preset-taro": "3.5.4",
95
- "del": "^6.1.1",
96
- "escodegen": "^2.0.0",
97
- "eslint": "^6.8.0",
98
- "eslint-config-taro": "3.5.4",
99
- "eslint-plugin-import": "^2.12.0",
100
- "eslint-plugin-react": "^7.8.2",
101
- "eslint-plugin-react-hooks": "^4.2.0",
102
- "espree": "^9.3.2",
103
- "esprima": "^4.0.1",
104
- "estraverse": "^5.3.0",
105
- "gulp": "^4.0.2",
106
- "gulp-util": "^3.0.8",
107
- "html-webpack-plugin": "^5.5.0",
108
- "mini-css-extract-plugin": "^2.6.1",
109
- "sass": "^1.53.0",
110
- "shelljs": "^0.8.5",
111
- "stylelint": "^14.4.0",
112
- "terser-webpack-plugin": "^5.3.6",
113
- "typescript": "^4.1.0",
114
- "webpack": "5.69.0"
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'
@@ -1 +0,0 @@
1
- import { JumpEventReport, JumpEventReportPromise } from '../../jumpEventReport'