cms-chenhj-ui 2.2.19 → 2.3.0

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.
@@ -487,7 +487,7 @@ Function.prototype.toString = makeBuiltIn(function toString() {
487
487
  __webpack_require__.r(__webpack_exports__);
488
488
  /* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
489
489
 
490
- const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 2464));
490
+ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5755));
491
491
  const langData = {
492
492
  input1: "请输入富文本内容"
493
493
  };
@@ -23945,8 +23945,8 @@ var map = {
23945
23945
  "./cms-question/index.js": 9704,
23946
23946
  "./cms-richText": 289,
23947
23947
  "./cms-richText/": 289,
23948
- "./cms-richText/View": 2464,
23949
- "./cms-richText/View.vue": 2464,
23948
+ "./cms-richText/View": 5755,
23949
+ "./cms-richText/View.vue": 5755,
23950
23950
  "./cms-richText/index": 289,
23951
23951
  "./cms-richText/index.js": 289,
23952
23952
  "./cms-servePlan-tab": 5786,
@@ -23974,8 +23974,8 @@ var map = {
23974
23974
  "./cms-tab/index.js": 9007,
23975
23975
  "./cms-termsAndConditions": 8806,
23976
23976
  "./cms-termsAndConditions/": 8806,
23977
- "./cms-termsAndConditions/View": 7211,
23978
- "./cms-termsAndConditions/View.vue": 7211,
23977
+ "./cms-termsAndConditions/View": 8463,
23978
+ "./cms-termsAndConditions/View.vue": 8463,
23979
23979
  "./cms-termsAndConditions/index": 8806,
23980
23980
  "./cms-termsAndConditions/index.js": 8806,
23981
23981
  "./cms-text": 4759,
@@ -26371,162 +26371,6 @@ module.exports = __webpack_require__(9981);
26371
26371
 
26372
26372
  /***/ }),
26373
26373
 
26374
- /***/ 2464:
26375
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
26376
-
26377
- "use strict";
26378
- // ESM COMPAT FLAG
26379
- __webpack_require__.r(__webpack_exports__);
26380
-
26381
- // EXPORTS
26382
- __webpack_require__.d(__webpack_exports__, {
26383
- "default": function() { return /* binding */ View; }
26384
- });
26385
-
26386
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=template&id=0d29ae9c&scoped=true
26387
- var render = function render() {
26388
- var _vm = this,
26389
- _c = _vm._self._c;
26390
- return _c('BaseComp', _vm._b({
26391
- attrs: {
26392
- "data": _vm.data,
26393
- "nowCompId": _vm.nowCompId,
26394
- "isOpcacity": _vm.isOpcacity,
26395
- "lang": _vm.lang
26396
- },
26397
- on: {
26398
- "getConfigData": _vm.getConfigData
26399
- }
26400
- }, 'BaseComp', _vm.$attrs, false), [_c('section', {
26401
- class: {
26402
- 'cmhk-home_main': _vm.showCmhkMain
26403
- }
26404
- }, [_c('div', [_c('div', {
26405
- staticClass: "inner"
26406
- }, [_c('div', {
26407
- staticClass: "cms-ht",
26408
- domProps: {
26409
- "innerHTML": _vm._s(_vm.configData.input1)
26410
- }
26411
- })])])])]);
26412
- };
26413
- var staticRenderFns = [];
26414
-
26415
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
26416
- var es_iterator_constructor = __webpack_require__(8111);
26417
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
26418
- var es_iterator_for_each = __webpack_require__(7588);
26419
- // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
26420
- var baseComp = __webpack_require__(677);
26421
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=script&lang=js
26422
-
26423
-
26424
-
26425
-
26426
-
26427
- /* harmony default export */ var Viewvue_type_script_lang_js = ({
26428
- name: "cms-richText",
26429
- components: {
26430
- BaseComp: baseComp["default"]
26431
- },
26432
- props: {
26433
- data: {
26434
- type: Object,
26435
- default: () => {
26436
- return {};
26437
- }
26438
- },
26439
- nowCompId: {
26440
- type: [String, Number],
26441
- default: ""
26442
- },
26443
- isOpcacity: {
26444
- type: Boolean,
26445
- default: true
26446
- },
26447
- lang: {
26448
- type: String,
26449
- default: "zh-HK"
26450
- },
26451
- showCmhkMain: {
26452
- type: Boolean,
26453
- default: true
26454
- }
26455
- },
26456
- data() {
26457
- return {
26458
- configData: {},
26459
- messFold: false
26460
- };
26461
- },
26462
- mounted() {},
26463
- watch: {},
26464
- methods: {
26465
- getConfigData(configData) {
26466
- this.configData = configData;
26467
- this.$nextTick(this.wrapTables);
26468
- },
26469
- // 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
26470
- wrapTables() {
26471
- const container = this.$el.querySelector('.cms-ht');
26472
- if (!container) return;
26473
- const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
26474
- tables.forEach(table => {
26475
- const wrapper = document.createElement('div');
26476
- wrapper.className = 'cms-table-wrap';
26477
- table.parentNode.insertBefore(wrapper, table);
26478
- wrapper.appendChild(table);
26479
- table.setAttribute('data-scroll-wrapped', '1');
26480
- });
26481
- },
26482
- foldMessText() {
26483
- this.messFold = !this.messFold;
26484
- },
26485
- decodeJumpUrl(url) {
26486
- if (!url) return;
26487
- top.location.href = url;
26488
- }
26489
- }
26490
- });
26491
- ;// ./package/cms-richText/View.vue?vue&type=script&lang=js
26492
- /* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
26493
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
26494
- // extracted by mini-css-extract-plugin
26495
-
26496
- ;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
26497
-
26498
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
26499
- // extracted by mini-css-extract-plugin
26500
-
26501
- ;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
26502
-
26503
- // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
26504
- var componentNormalizer = __webpack_require__(1656);
26505
- ;// ./package/cms-richText/View.vue
26506
-
26507
-
26508
-
26509
- ;
26510
-
26511
-
26512
-
26513
- /* normalize component */
26514
-
26515
- var component = (0,componentNormalizer/* default */.A)(
26516
- cms_richText_Viewvue_type_script_lang_js,
26517
- render,
26518
- staticRenderFns,
26519
- false,
26520
- null,
26521
- "0d29ae9c",
26522
- null
26523
-
26524
- )
26525
-
26526
- /* harmony default export */ var View = (component.exports);
26527
-
26528
- /***/ }),
26529
-
26530
26374
  /***/ 2475:
26531
26375
  /***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
26532
26376
 
@@ -39208,18 +39052,20 @@ __webpack_require__.r(__webpack_exports__);
39208
39052
 
39209
39053
 
39210
39054
  async function transfor(config) {
39211
- var _config$settings, _config$wujieConfig, _config$wujieConfig2, _settings$value, _settings$value2, _settings$value3, _settings$value3$cont, _settings$value$banne, _settings$value$route, _settings$value$busCa, _settings$value$busCa2, _settings$value4, _baseInfo;
39212
- if (!(config !== null && config !== void 0 && (_config$settings = config.settings) !== null && _config$settings !== void 0 && _config$settings.settings) && !(config !== null && config !== void 0 && (_config$wujieConfig = config.wujieConfig) !== null && _config$wujieConfig !== void 0 && _config$wujieConfig.viaCompInstId)) {
39055
+ var _config$settings, _config$wujieConfig, _config$wujieConfig2, _config$wujieConfig3, _settingValue$content, _settingValue$bannerL, _settingValue$routerL, _settingValue$busCard, _settingValue$busCard2, _baseInfo;
39056
+ const settingsList = config === null || config === void 0 ? void 0 : (_config$settings = config.settings) === null || _config$settings === void 0 ? void 0 : _config$settings.settings;
39057
+ const settings = Array.isArray(settingsList) ? settingsList[0] : null;
39058
+ if (!settings && !(config !== null && config !== void 0 && (_config$wujieConfig = config.wujieConfig) !== null && _config$wujieConfig !== void 0 && _config$wujieConfig.viaCompInstId)) {
39213
39059
  return config;
39214
39060
  }
39215
39061
  if (config !== null && config !== void 0 && (_config$wujieConfig2 = config.wujieConfig) !== null && _config$wujieConfig2 !== void 0 && _config$wujieConfig2.viaCompInstId) {
39216
39062
  var _data$;
39217
39063
  const {
39218
- data
39064
+ data = []
39219
39065
  } = await (0,_api_index_js__WEBPACK_IMPORTED_MODULE_4__/* .queryViaComponentByCode */ .OO)({
39220
39066
  componentCode: config.wujieConfig.viaCompInstId
39221
39067
  });
39222
- const list = data !== null && data !== void 0 && data.length ? ((_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.goodIdList) || [] : [];
39068
+ const list = Array.isArray(data) && data.length ? ((_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.goodIdList) || [] : [];
39223
39069
  return {
39224
39070
  ...config,
39225
39071
  contentConfig: {
@@ -39232,18 +39078,19 @@ async function transfor(config) {
39232
39078
  }
39233
39079
  const cmsCompName = config.compName;
39234
39080
  const childList = config.list || [];
39235
- const settings = config.settings.settings[0];
39236
39081
  const {
39237
39082
  isWujie = false,
39238
39083
  isVia = false,
39239
39084
  componentUrl = "",
39240
39085
  workbenchUrl = ""
39241
39086
  } = settings;
39242
- const wujieComponentId = ((_settings$value = settings.value) === null || _settings$value === void 0 ? void 0 : _settings$value.componentId) || "";
39243
- const viaCompInstId = ((_settings$value2 = settings.value) === null || _settings$value2 === void 0 ? void 0 : _settings$value2.viaCompInstId) || "";
39087
+ const settingValue = settings.value || {};
39088
+ const wujieComponentId = (settingValue === null || settingValue === void 0 ? void 0 : settingValue.componentId) || "";
39089
+ const viaCompInstId = (config === null || config === void 0 ? void 0 : (_config$wujieConfig3 = config.wujieConfig) === null || _config$wujieConfig3 === void 0 ? void 0 : _config$wujieConfig3.viaCompInstId) || (settingValue === null || settingValue === void 0 ? void 0 : settingValue.viaCompInstId) || "";
39090
+ const isViaStoredValueCard = isVia && viaCompInstId && cmsCompName === "cms-via-storedValueCard";
39244
39091
  const compConfig = {
39245
39092
  childList: childList,
39246
- ...(isWujie ? {
39093
+ ...(isWujie && !isViaStoredValueCard ? {
39247
39094
  wujieConfig: {
39248
39095
  //wujie
39249
39096
  componentUrl,
@@ -39254,24 +39101,24 @@ async function transfor(config) {
39254
39101
  } : {})
39255
39102
  };
39256
39103
  let baseInfo = {};
39257
- if ((_settings$value3 = settings.value) !== null && _settings$value3 !== void 0 && (_settings$value3$cont = _settings$value3.content) !== null && _settings$value3$cont !== void 0 && _settings$value3$cont.CN) {
39258
- baseInfo = settings.value.content;
39259
- } else if ((_settings$value$banne = settings.value.bannerList) !== null && _settings$value$banne !== void 0 && _settings$value$banne.CN) {
39260
- baseInfo = settings.value.bannerList;
39261
- } else if ((_settings$value$route = settings.value.routerList) !== null && _settings$value$route !== void 0 && _settings$value$route.CN) {
39262
- baseInfo = settings.value.routerList;
39263
- } else if ((_settings$value$busCa = settings.value.busCardList) !== null && _settings$value$busCa !== void 0 && _settings$value$busCa.CN) {
39264
- baseInfo = settings.value.busCardList;
39265
- } else if ((_settings$value$busCa2 = settings.value.busCardList) !== null && _settings$value$busCa2 !== void 0 && _settings$value$busCa2.CN) {
39266
- baseInfo = settings.value.busCardList;
39267
- } else if ((_settings$value4 = settings.value) !== null && _settings$value4 !== void 0 && _settings$value4.CN) {
39268
- baseInfo = settings.value;
39269
- } else if (settings.value) {
39270
- baseInfo = Object.prototype.toString.call(settings.value) === "[object Object]" ? settings.value : {
39271
- value: settings.value
39104
+ if (settingValue !== null && settingValue !== void 0 && (_settingValue$content = settingValue.content) !== null && _settingValue$content !== void 0 && _settingValue$content.CN) {
39105
+ baseInfo = settingValue.content;
39106
+ } else if ((_settingValue$bannerL = settingValue.bannerList) !== null && _settingValue$bannerL !== void 0 && _settingValue$bannerL.CN) {
39107
+ baseInfo = settingValue.bannerList;
39108
+ } else if ((_settingValue$routerL = settingValue.routerList) !== null && _settingValue$routerL !== void 0 && _settingValue$routerL.CN) {
39109
+ baseInfo = settingValue.routerList;
39110
+ } else if ((_settingValue$busCard = settingValue.busCardList) !== null && _settingValue$busCard !== void 0 && _settingValue$busCard.CN) {
39111
+ baseInfo = settingValue.busCardList;
39112
+ } else if ((_settingValue$busCard2 = settingValue.busCardList) !== null && _settingValue$busCard2 !== void 0 && _settingValue$busCard2.CN) {
39113
+ baseInfo = settingValue.busCardList;
39114
+ } else if (settingValue !== null && settingValue !== void 0 && settingValue.CN) {
39115
+ baseInfo = settingValue;
39116
+ } else if (settingValue) {
39117
+ baseInfo = Object.prototype.toString.call(settingValue) === "[object Object]" ? settingValue : {
39118
+ value: settingValue
39272
39119
  };
39273
39120
  }
39274
- const isLangAll = !((_baseInfo = baseInfo) !== null && _baseInfo !== void 0 && _baseInfo.CN);
39121
+ let isLangAll = !((_baseInfo = baseInfo) !== null && _baseInfo !== void 0 && _baseInfo.CN);
39275
39122
  let lang_tc = {};
39276
39123
  let lang_sc = {};
39277
39124
  let lang_en = {};
@@ -39279,14 +39126,15 @@ async function transfor(config) {
39279
39126
  if (viaCompInstId) {
39280
39127
  var _data$2;
39281
39128
  const {
39282
- data: []
39129
+ data = []
39283
39130
  } = await (0,_api_index_js__WEBPACK_IMPORTED_MODULE_4__/* .queryViaComponentByCode */ .OO)({
39284
- componentCode: config.wujieConfig.viaCompInstId
39131
+ componentCode: viaCompInstId
39285
39132
  });
39286
- const list = data.length ? ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.goodIdList) || [] : [];
39133
+ const list = Array.isArray(data) && data.length ? ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.goodIdList) || [] : [];
39287
39134
  baseInfo = {
39288
39135
  configList: [...list]
39289
39136
  };
39137
+ isLangAll = true;
39290
39138
  }
39291
39139
  if (isLangAll) {
39292
39140
  lang_all = baseInfo;
@@ -42933,11 +42781,11 @@ var map = {
42933
42781
  "./cms-prodCustomization/View.vue": 9465,
42934
42782
  "./cms-productDetails/View.vue": 7979,
42935
42783
  "./cms-question/View.vue": 5394,
42936
- "./cms-richText/View.vue": 2464,
42784
+ "./cms-richText/View.vue": 5755,
42937
42785
  "./cms-servePlan-tab/View.vue": 1041,
42938
42786
  "./cms-servePlan-text/View.vue": 8642,
42939
42787
  "./cms-tab/View.vue": 3591,
42940
- "./cms-termsAndConditions/View.vue": 7211,
42788
+ "./cms-termsAndConditions/View.vue": 8463,
42941
42789
  "./cms-text/View.vue": 2618,
42942
42790
  "./cms-threeScroll/View.vue": 3956,
42943
42791
  "./cms-titleCenter/View.vue": 624,
@@ -44463,6 +44311,165 @@ module.exports = function (key, value) {
44463
44311
  };
44464
44312
 
44465
44313
 
44314
+ /***/ }),
44315
+
44316
+ /***/ 5755:
44317
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
44318
+
44319
+ "use strict";
44320
+ // ESM COMPAT FLAG
44321
+ __webpack_require__.r(__webpack_exports__);
44322
+
44323
+ // EXPORTS
44324
+ __webpack_require__.d(__webpack_exports__, {
44325
+ "default": function() { return /* binding */ View; }
44326
+ });
44327
+
44328
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=template&id=603efbc6&scoped=true
44329
+ var render = function render() {
44330
+ var _vm = this,
44331
+ _c = _vm._self._c;
44332
+ return _c('BaseComp', _vm._b({
44333
+ attrs: {
44334
+ "data": _vm.data,
44335
+ "nowCompId": _vm.nowCompId,
44336
+ "isOpcacity": _vm.isOpcacity,
44337
+ "lang": _vm.lang
44338
+ },
44339
+ on: {
44340
+ "getConfigData": _vm.getConfigData
44341
+ }
44342
+ }, 'BaseComp', _vm.$attrs, false), [_c('section', {
44343
+ class: {
44344
+ 'cmhk-home_main': _vm.showCmhkMain
44345
+ }
44346
+ }, [_c('div', [_c('div', {
44347
+ staticClass: "inner"
44348
+ }, [_c('div', {
44349
+ staticClass: "cms-ht",
44350
+ domProps: {
44351
+ "innerHTML": _vm._s(_vm.configData.input1)
44352
+ }
44353
+ })])])])]);
44354
+ };
44355
+ var staticRenderFns = [];
44356
+
44357
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
44358
+ var es_iterator_constructor = __webpack_require__(8111);
44359
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
44360
+ var es_iterator_for_each = __webpack_require__(7588);
44361
+ // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
44362
+ var baseComp = __webpack_require__(677);
44363
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=script&lang=js
44364
+
44365
+
44366
+
44367
+
44368
+
44369
+ /* harmony default export */ var Viewvue_type_script_lang_js = ({
44370
+ name: "cms-richText",
44371
+ components: {
44372
+ BaseComp: baseComp["default"]
44373
+ },
44374
+ props: {
44375
+ data: {
44376
+ type: Object,
44377
+ default: () => {
44378
+ return {};
44379
+ }
44380
+ },
44381
+ nowCompId: {
44382
+ type: [String, Number],
44383
+ default: ""
44384
+ },
44385
+ isOpcacity: {
44386
+ type: Boolean,
44387
+ default: true
44388
+ },
44389
+ lang: {
44390
+ type: String,
44391
+ default: "zh-HK"
44392
+ },
44393
+ showCmhkMain: {
44394
+ type: Boolean,
44395
+ default: true
44396
+ }
44397
+ },
44398
+ data() {
44399
+ return {
44400
+ configData: {},
44401
+ messFold: false
44402
+ };
44403
+ },
44404
+ mounted() {},
44405
+ watch: {},
44406
+ methods: {
44407
+ getConfigData(configData) {
44408
+ this.configData = configData;
44409
+ this.$nextTick(this.wrapTables);
44410
+ },
44411
+ // 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
44412
+ wrapTables() {
44413
+ const container = this.$el.querySelector('.cms-ht');
44414
+ if (!container) return;
44415
+ const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
44416
+ tables.forEach(table => {
44417
+ if (table.closest('.pc-show, .mobile-show')) {
44418
+ table.setAttribute('data-cms-legacy-table', '1');
44419
+ }
44420
+ const wrapper = document.createElement('div');
44421
+ wrapper.className = 'cms-table-wrap';
44422
+ table.parentNode.insertBefore(wrapper, table);
44423
+ wrapper.appendChild(table);
44424
+ table.setAttribute('data-scroll-wrapped', '1');
44425
+ });
44426
+ },
44427
+ foldMessText() {
44428
+ this.messFold = !this.messFold;
44429
+ },
44430
+ decodeJumpUrl(url) {
44431
+ if (!url) return;
44432
+ top.location.href = url;
44433
+ }
44434
+ }
44435
+ });
44436
+ ;// ./package/cms-richText/View.vue?vue&type=script&lang=js
44437
+ /* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
44438
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=0&id=603efbc6&prod&lang=scss&scoped=true
44439
+ // extracted by mini-css-extract-plugin
44440
+
44441
+ ;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=603efbc6&prod&lang=scss&scoped=true
44442
+
44443
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-57.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-57.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-57.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=603efbc6&prod&lang=css
44444
+ // extracted by mini-css-extract-plugin
44445
+
44446
+ ;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=603efbc6&prod&lang=css
44447
+
44448
+ // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
44449
+ var componentNormalizer = __webpack_require__(1656);
44450
+ ;// ./package/cms-richText/View.vue
44451
+
44452
+
44453
+
44454
+ ;
44455
+
44456
+
44457
+
44458
+ /* normalize component */
44459
+
44460
+ var component = (0,componentNormalizer/* default */.A)(
44461
+ cms_richText_Viewvue_type_script_lang_js,
44462
+ render,
44463
+ staticRenderFns,
44464
+ false,
44465
+ null,
44466
+ "603efbc6",
44467
+ null
44468
+
44469
+ )
44470
+
44471
+ /* harmony default export */ var View = (component.exports);
44472
+
44466
44473
  /***/ }),
44467
44474
 
44468
44475
  /***/ 5786:
@@ -50549,232 +50556,6 @@ module.exports = Object;
50549
50556
 
50550
50557
  /***/ }),
50551
50558
 
50552
- /***/ 7211:
50553
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
50554
-
50555
- "use strict";
50556
- // ESM COMPAT FLAG
50557
- __webpack_require__.r(__webpack_exports__);
50558
-
50559
- // EXPORTS
50560
- __webpack_require__.d(__webpack_exports__, {
50561
- "default": function() { return /* binding */ View; }
50562
- });
50563
-
50564
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=template&id=ce077d8a&scoped=true
50565
- var render = function render() {
50566
- var _vm = this,
50567
- _c = _vm._self._c;
50568
- return _c('BaseComp', _vm._b({
50569
- attrs: {
50570
- "data": _vm.data,
50571
- "nowCompId": _vm.nowCompId,
50572
- "isOpcacity": _vm.isOpcacity,
50573
- "lang": _vm.lang
50574
- },
50575
- on: {
50576
- "getConfigData": _vm.getConfigData
50577
- }
50578
- }, 'BaseComp', _vm.$attrs, false), [_c('section', {
50579
- staticClass: "cmhk-home_main"
50580
- }, [_c('div', {
50581
- staticClass: "page-tab-swiper_wrapper",
50582
- class: _vm.swiperArrow == true ? '' : 'active'
50583
- }, [_c('div', {
50584
- ref: "barparent",
50585
- staticClass: "page-tab-swiper common-swiper_tab",
50586
- attrs: {
50587
- "id": `terms${_vm.data.componentId}`
50588
- }
50589
- }, [_c('div', {
50590
- staticClass: "swiper-wrapper"
50591
- }, _vm._l(_vm.configList, function (item, index) {
50592
- return _c('div', {
50593
- key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
50594
- staticClass: "swiper-slide",
50595
- class: item.id == _vm.currentTab ? 'active' : '',
50596
- on: {
50597
- "click": function ($event) {
50598
- return _vm.changeTab(item);
50599
- }
50600
- }
50601
- }, [_vm._v(" " + _vm._s(item.input1) + " ")]);
50602
- }), 0)])]), _c('div', {
50603
- staticClass: "page-tab-swiper-body"
50604
- }, [_c('div', {
50605
- staticClass: "desContent cms-ht",
50606
- domProps: {
50607
- "innerHTML": _vm._s(_vm._showTipsInfo)
50608
- }
50609
- })])])]);
50610
- };
50611
- var staticRenderFns = [];
50612
-
50613
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
50614
- var es_iterator_constructor = __webpack_require__(8111);
50615
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
50616
- var es_iterator_filter = __webpack_require__(2489);
50617
- // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
50618
- var swiper = __webpack_require__(828);
50619
- // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
50620
- var swiper_esm_bundle = __webpack_require__(1532);
50621
- // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
50622
- var baseComp = __webpack_require__(677);
50623
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
50624
-
50625
-
50626
-
50627
-
50628
-
50629
-
50630
-
50631
-
50632
- /* harmony default export */ var Viewvue_type_script_lang_js = ({
50633
- name: "cms-termsAndConditions",
50634
- components: {
50635
- BaseComp: baseComp["default"]
50636
- },
50637
- props: {
50638
- data: {
50639
- type: Object,
50640
- default: () => {
50641
- return {};
50642
- }
50643
- },
50644
- nowCompId: {
50645
- type: [String, Number],
50646
- default: ""
50647
- },
50648
- isOpcacity: {
50649
- type: Boolean,
50650
- default: true
50651
- },
50652
- lang: {
50653
- type: String,
50654
- default: "zh-HK"
50655
- }
50656
- },
50657
- data() {
50658
- return {
50659
- configList: [],
50660
- currentTab: "",
50661
- swiperArrow: false,
50662
- broadbandSwiperC: null,
50663
- swiperBeginning: false,
50664
- swiperEnd: false
50665
- };
50666
- },
50667
- mounted() {
50668
- this.$nextTick(() => {
50669
- this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
50670
- autoplay: false,
50671
- loop: false,
50672
- // 循环模式选项
50673
- spaceBetween: 0,
50674
- slidesPerView: "auto",
50675
- // slidesPerGroup:1,
50676
- observer: true,
50677
- observeParents: true
50678
- });
50679
- // 0820 -end
50680
- });
50681
- this.currentTab = this.configList[0].id;
50682
- },
50683
- methods: {
50684
- getConfigData(configData) {
50685
- this.configList = configData.configList;
50686
- this.$nextTick(() => {
50687
- var _this$broadbandSwiper, _this$broadbandSwiper2;
50688
- if (!this.$refs.barparent || !this.broadbandSwiperC) return;
50689
- const parentClientWidth = this.$refs.barparent.clientWidth;
50690
- console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
50691
- if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
50692
- this.swiperArrow = false;
50693
- } else {
50694
- this.swiperArrow = true;
50695
- }
50696
- if (this.broadbandSwiperC.isBeginning) {
50697
- this.swiperBeginning = true;
50698
- }
50699
- if (this.broadbandSwiperC.isEnd) {
50700
- this.swiperEnd = true;
50701
- }
50702
- });
50703
- },
50704
- clickSwiperPrev() {
50705
- this.broadbandSwiperC.slidePrev();
50706
- if (this.broadbandSwiperC.isBeginning) {
50707
- this.swiperBeginning = true;
50708
- } else {
50709
- this.swiperBeginning = false;
50710
- }
50711
- if (this.broadbandSwiperC.isEnd) {
50712
- this.swiperEnd = true;
50713
- } else {
50714
- this.swiperEnd = false;
50715
- }
50716
- },
50717
- clickSwiperNext() {
50718
- this.broadbandSwiperC.slideNext();
50719
- if (this.broadbandSwiperC.isBeginning) {
50720
- this.swiperBeginning = true;
50721
- } else {
50722
- this.swiperBeginning = false;
50723
- }
50724
- if (this.broadbandSwiperC.isEnd) {
50725
- this.swiperEnd = true;
50726
- } else {
50727
- this.swiperEnd = false;
50728
- }
50729
- },
50730
- changeTab(item) {
50731
- this.currentTab = item.id;
50732
- },
50733
- decodeJumpUrl(url) {
50734
- if (!url) return;
50735
- top.location.href = url;
50736
- }
50737
- },
50738
- computed: {
50739
- _showTipsInfo() {
50740
- const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
50741
- return result.input2;
50742
- }
50743
- }
50744
- });
50745
- ;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
50746
- /* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
50747
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=ce077d8a&prod&lang=scss&scoped=true
50748
- // extracted by mini-css-extract-plugin
50749
-
50750
- ;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=ce077d8a&prod&lang=scss&scoped=true
50751
-
50752
- // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
50753
- var componentNormalizer = __webpack_require__(1656);
50754
- ;// ./package/cms-termsAndConditions/View.vue
50755
-
50756
-
50757
-
50758
- ;
50759
-
50760
-
50761
- /* normalize component */
50762
-
50763
- var component = (0,componentNormalizer/* default */.A)(
50764
- cms_termsAndConditions_Viewvue_type_script_lang_js,
50765
- render,
50766
- staticRenderFns,
50767
- false,
50768
- null,
50769
- "ce077d8a",
50770
- null
50771
-
50772
- )
50773
-
50774
- /* harmony default export */ var View = (component.exports);
50775
-
50776
- /***/ }),
50777
-
50778
50559
  /***/ 7277:
50779
50560
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
50780
50561
 
@@ -54394,6 +54175,249 @@ __webpack_require__.r(__webpack_exports__);
54394
54175
 
54395
54176
  /***/ }),
54396
54177
 
54178
+ /***/ 8463:
54179
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
54180
+
54181
+ "use strict";
54182
+ // ESM COMPAT FLAG
54183
+ __webpack_require__.r(__webpack_exports__);
54184
+
54185
+ // EXPORTS
54186
+ __webpack_require__.d(__webpack_exports__, {
54187
+ "default": function() { return /* binding */ View; }
54188
+ });
54189
+
54190
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=template&id=4334816c&scoped=true
54191
+ var render = function render() {
54192
+ var _vm = this,
54193
+ _c = _vm._self._c;
54194
+ return _c('BaseComp', _vm._b({
54195
+ attrs: {
54196
+ "data": _vm.data,
54197
+ "nowCompId": _vm.nowCompId,
54198
+ "isOpcacity": _vm.isOpcacity,
54199
+ "lang": _vm.lang
54200
+ },
54201
+ on: {
54202
+ "getConfigData": _vm.getConfigData
54203
+ }
54204
+ }, 'BaseComp', _vm.$attrs, false), [_c('section', {
54205
+ staticClass: "cmhk-home_main"
54206
+ }, [_c('div', {
54207
+ staticClass: "page-tab-swiper_wrapper",
54208
+ class: _vm.swiperArrow == true ? '' : 'active'
54209
+ }, [_c('div', {
54210
+ ref: "barparent",
54211
+ staticClass: "page-tab-swiper common-swiper_tab",
54212
+ attrs: {
54213
+ "id": `terms${_vm.data.componentId}`
54214
+ }
54215
+ }, [_c('div', {
54216
+ staticClass: "swiper-wrapper"
54217
+ }, _vm._l(_vm.configList, function (item, index) {
54218
+ return _c('div', {
54219
+ key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
54220
+ staticClass: "swiper-slide",
54221
+ class: item.id == _vm.currentTab ? 'active' : '',
54222
+ on: {
54223
+ "click": function ($event) {
54224
+ return _vm.changeTab(item);
54225
+ }
54226
+ }
54227
+ }, [_vm._v(" " + _vm._s(item.input1) + " ")]);
54228
+ }), 0)])]), _c('div', {
54229
+ staticClass: "page-tab-swiper-body"
54230
+ }, [_c('div', {
54231
+ staticClass: "desContent cms-ht",
54232
+ domProps: {
54233
+ "innerHTML": _vm._s(_vm._showTipsInfo)
54234
+ }
54235
+ })])])]);
54236
+ };
54237
+ var staticRenderFns = [];
54238
+
54239
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
54240
+ var es_iterator_constructor = __webpack_require__(8111);
54241
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
54242
+ var es_iterator_filter = __webpack_require__(2489);
54243
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
54244
+ var es_iterator_for_each = __webpack_require__(7588);
54245
+ // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
54246
+ var swiper = __webpack_require__(828);
54247
+ // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
54248
+ var swiper_esm_bundle = __webpack_require__(1532);
54249
+ // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
54250
+ var baseComp = __webpack_require__(677);
54251
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
54252
+
54253
+
54254
+
54255
+
54256
+
54257
+
54258
+
54259
+
54260
+
54261
+
54262
+ /* harmony default export */ var Viewvue_type_script_lang_js = ({
54263
+ name: "cms-termsAndConditions",
54264
+ components: {
54265
+ BaseComp: baseComp["default"]
54266
+ },
54267
+ props: {
54268
+ data: {
54269
+ type: Object,
54270
+ default: () => {
54271
+ return {};
54272
+ }
54273
+ },
54274
+ nowCompId: {
54275
+ type: [String, Number],
54276
+ default: ""
54277
+ },
54278
+ isOpcacity: {
54279
+ type: Boolean,
54280
+ default: true
54281
+ },
54282
+ lang: {
54283
+ type: String,
54284
+ default: "zh-HK"
54285
+ }
54286
+ },
54287
+ data() {
54288
+ return {
54289
+ configList: [],
54290
+ currentTab: "",
54291
+ swiperArrow: false,
54292
+ broadbandSwiperC: null,
54293
+ swiperBeginning: false,
54294
+ swiperEnd: false
54295
+ };
54296
+ },
54297
+ mounted() {
54298
+ this.$nextTick(() => {
54299
+ this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
54300
+ autoplay: false,
54301
+ loop: false,
54302
+ // 循环模式选项
54303
+ spaceBetween: 0,
54304
+ slidesPerView: "auto",
54305
+ // slidesPerGroup:1,
54306
+ observer: true,
54307
+ observeParents: true
54308
+ });
54309
+ // 0820 -end
54310
+ });
54311
+ this.currentTab = this.configList[0].id;
54312
+ this.$nextTick(this.markLegacyTables);
54313
+ },
54314
+ methods: {
54315
+ getConfigData(configData) {
54316
+ this.configList = configData.configList;
54317
+ this.$nextTick(() => {
54318
+ var _this$broadbandSwiper, _this$broadbandSwiper2;
54319
+ if (!this.$refs.barparent || !this.broadbandSwiperC) return;
54320
+ const parentClientWidth = this.$refs.barparent.clientWidth;
54321
+ console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
54322
+ if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
54323
+ this.swiperArrow = false;
54324
+ } else {
54325
+ this.swiperArrow = true;
54326
+ }
54327
+ if (this.broadbandSwiperC.isBeginning) {
54328
+ this.swiperBeginning = true;
54329
+ }
54330
+ if (this.broadbandSwiperC.isEnd) {
54331
+ this.swiperEnd = true;
54332
+ }
54333
+ this.markLegacyTables();
54334
+ });
54335
+ },
54336
+ clickSwiperPrev() {
54337
+ this.broadbandSwiperC.slidePrev();
54338
+ if (this.broadbandSwiperC.isBeginning) {
54339
+ this.swiperBeginning = true;
54340
+ } else {
54341
+ this.swiperBeginning = false;
54342
+ }
54343
+ if (this.broadbandSwiperC.isEnd) {
54344
+ this.swiperEnd = true;
54345
+ } else {
54346
+ this.swiperEnd = false;
54347
+ }
54348
+ },
54349
+ clickSwiperNext() {
54350
+ this.broadbandSwiperC.slideNext();
54351
+ if (this.broadbandSwiperC.isBeginning) {
54352
+ this.swiperBeginning = true;
54353
+ } else {
54354
+ this.swiperBeginning = false;
54355
+ }
54356
+ if (this.broadbandSwiperC.isEnd) {
54357
+ this.swiperEnd = true;
54358
+ } else {
54359
+ this.swiperEnd = false;
54360
+ }
54361
+ },
54362
+ changeTab(item) {
54363
+ this.currentTab = item.id;
54364
+ this.$nextTick(this.markLegacyTables);
54365
+ },
54366
+ markLegacyTables() {
54367
+ const container = this.$el.querySelector(".desContent");
54368
+ if (!container) return;
54369
+ const tables = container.querySelectorAll("table");
54370
+ tables.forEach(table => {
54371
+ if (table.closest(".pc-show, .mobile-show")) {
54372
+ table.setAttribute("data-cms-legacy-table", "1");
54373
+ }
54374
+ });
54375
+ },
54376
+ decodeJumpUrl(url) {
54377
+ if (!url) return;
54378
+ top.location.href = url;
54379
+ }
54380
+ },
54381
+ computed: {
54382
+ _showTipsInfo() {
54383
+ const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
54384
+ return result.input2;
54385
+ }
54386
+ }
54387
+ });
54388
+ ;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
54389
+ /* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
54390
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=4334816c&prod&lang=scss&scoped=true
54391
+ // extracted by mini-css-extract-plugin
54392
+
54393
+ ;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=4334816c&prod&lang=scss&scoped=true
54394
+
54395
+ // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
54396
+ var componentNormalizer = __webpack_require__(1656);
54397
+ ;// ./package/cms-termsAndConditions/View.vue
54398
+
54399
+
54400
+
54401
+ ;
54402
+
54403
+
54404
+ /* normalize component */
54405
+
54406
+ var component = (0,componentNormalizer/* default */.A)(
54407
+ cms_termsAndConditions_Viewvue_type_script_lang_js,
54408
+ render,
54409
+ staticRenderFns,
54410
+ false,
54411
+ null,
54412
+ "4334816c",
54413
+ null
54414
+
54415
+ )
54416
+
54417
+ /* harmony default export */ var View = (component.exports);
54418
+
54419
+ /***/ }),
54420
+
54397
54421
  /***/ 8469:
54398
54422
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
54399
54423
 
@@ -55356,7 +55380,7 @@ module.exports = Math.abs;
55356
55380
  __webpack_require__.r(__webpack_exports__);
55357
55381
  /* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
55358
55382
 
55359
- const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7211));
55383
+ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8463));
55360
55384
  const langData = {
55361
55385
  configList: [{
55362
55386
  id: Math.random().toString(),