cms-chenhj-ui 2.2.13 → 2.2.14
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/cms-chenhj-ui.common.js +759 -745
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +604 -590
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/package.json +1 -1
package/cms-chenhj-ui.umd.js
CHANGED
|
@@ -3466,7 +3466,24 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
3466
3466
|
|
|
3467
3467
|
/***/ }),
|
|
3468
3468
|
|
|
3469
|
-
/***/
|
|
3469
|
+
/***/ 616:
|
|
3470
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3471
|
+
|
|
3472
|
+
"use strict";
|
|
3473
|
+
|
|
3474
|
+
var fails = __webpack_require__(9039);
|
|
3475
|
+
|
|
3476
|
+
module.exports = !fails(function () {
|
|
3477
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
3478
|
+
var test = (function () { /* empty */ }).bind();
|
|
3479
|
+
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
3480
|
+
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
3481
|
+
});
|
|
3482
|
+
|
|
3483
|
+
|
|
3484
|
+
/***/ }),
|
|
3485
|
+
|
|
3486
|
+
/***/ 624:
|
|
3470
3487
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3471
3488
|
|
|
3472
3489
|
"use strict";
|
|
@@ -3478,7 +3495,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
3478
3495
|
"default": function() { return /* binding */ View; }
|
|
3479
3496
|
});
|
|
3480
3497
|
|
|
3481
|
-
;// ./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-
|
|
3498
|
+
;// ./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-titleCenter/View.vue?vue&type=template&id=0be10524&scoped=true
|
|
3482
3499
|
var render = function render() {
|
|
3483
3500
|
var _vm = this,
|
|
3484
3501
|
_c = _vm._self._c;
|
|
@@ -3492,58 +3509,26 @@ var render = function render() {
|
|
|
3492
3509
|
on: {
|
|
3493
3510
|
"getConfigData": _vm.getConfigData
|
|
3494
3511
|
}
|
|
3495
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
3496
|
-
staticClass: "
|
|
3497
|
-
}, [_c('div', {
|
|
3498
|
-
staticClass: "dataTransferTips"
|
|
3499
|
-
}, [_c('div', {
|
|
3500
|
-
staticClass: "pageCenter"
|
|
3501
|
-
}, [_c('div', {
|
|
3502
|
-
staticClass: "tab"
|
|
3512
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
3513
|
+
staticClass: "section-head"
|
|
3503
3514
|
}, [_c('div', {
|
|
3515
|
+
staticClass: "cmhk-home_main"
|
|
3516
|
+
}, [_c('p', {
|
|
3517
|
+
staticClass: "title"
|
|
3518
|
+
}, [_c('span', {
|
|
3504
3519
|
staticClass: "main"
|
|
3505
|
-
}, [_c('
|
|
3506
|
-
staticClass: "
|
|
3507
|
-
}, [
|
|
3508
|
-
staticClass: "marketingnew_activity"
|
|
3509
|
-
}, [_c('div', {
|
|
3510
|
-
staticClass: "marketingnew_activity_list common_width_container"
|
|
3511
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
3512
|
-
return _c('div', {
|
|
3513
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
3514
|
-
staticClass: "activity_item activity_link_item"
|
|
3515
|
-
}, [_c('div', {
|
|
3516
|
-
staticClass: "activity_item_img"
|
|
3517
|
-
}, [_c('a', {
|
|
3518
|
-
attrs: {
|
|
3519
|
-
"href": item.jumpUrl,
|
|
3520
|
-
"target": "_blank"
|
|
3521
|
-
}
|
|
3522
|
-
}, [_c('img', {
|
|
3523
|
-
staticClass: "pc-show",
|
|
3524
|
-
attrs: {
|
|
3525
|
-
"src": item.uploadImagePC,
|
|
3526
|
-
"alt": item.imagePcATL
|
|
3527
|
-
}
|
|
3528
|
-
}), _c('img', {
|
|
3529
|
-
staticClass: "mobile-show",
|
|
3530
|
-
attrs: {
|
|
3531
|
-
"src": item.uploadImageH5,
|
|
3532
|
-
"alt": item.imageH5ATL
|
|
3533
|
-
}
|
|
3534
|
-
})])]), _c('p', {
|
|
3535
|
-
staticClass: "activity_item_text"
|
|
3536
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")])]);
|
|
3537
|
-
}), 0)])])])])])])])]);
|
|
3520
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
3521
|
+
staticClass: "subtitle"
|
|
3522
|
+
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
3538
3523
|
};
|
|
3539
3524
|
var staticRenderFns = [];
|
|
3540
3525
|
|
|
3541
3526
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
3542
3527
|
var baseComp = __webpack_require__(677);
|
|
3543
|
-
;// ./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-
|
|
3528
|
+
;// ./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-titleCenter/View.vue?vue&type=script&lang=js
|
|
3544
3529
|
|
|
3545
3530
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
3546
|
-
name: "cms-
|
|
3531
|
+
name: "cms-titleCenter",
|
|
3547
3532
|
components: {
|
|
3548
3533
|
BaseComp: baseComp["default"]
|
|
3549
3534
|
},
|
|
@@ -3569,26 +3554,26 @@ var baseComp = __webpack_require__(677);
|
|
|
3569
3554
|
},
|
|
3570
3555
|
data() {
|
|
3571
3556
|
return {
|
|
3572
|
-
|
|
3557
|
+
configData: {}
|
|
3573
3558
|
};
|
|
3574
3559
|
},
|
|
3575
3560
|
mounted() {},
|
|
3576
3561
|
methods: {
|
|
3577
3562
|
getConfigData(configData) {
|
|
3578
|
-
this.
|
|
3563
|
+
this.configData = configData;
|
|
3579
3564
|
}
|
|
3580
3565
|
}
|
|
3581
3566
|
});
|
|
3582
|
-
;// ./package/cms-
|
|
3583
|
-
/* harmony default export */ var
|
|
3584
|
-
;// ./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-
|
|
3567
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
3568
|
+
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
3569
|
+
;// ./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-titleCenter/View.vue?vue&type=style&index=0&id=0be10524&prod&scoped=true&lang=scss
|
|
3585
3570
|
// extracted by mini-css-extract-plugin
|
|
3586
3571
|
|
|
3587
|
-
;// ./package/cms-
|
|
3572
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=0be10524&prod&scoped=true&lang=scss
|
|
3588
3573
|
|
|
3589
3574
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
3590
3575
|
var componentNormalizer = __webpack_require__(1656);
|
|
3591
|
-
;// ./package/cms-
|
|
3576
|
+
;// ./package/cms-titleCenter/View.vue
|
|
3592
3577
|
|
|
3593
3578
|
|
|
3594
3579
|
|
|
@@ -3598,35 +3583,18 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
3598
3583
|
/* normalize component */
|
|
3599
3584
|
|
|
3600
3585
|
var component = (0,componentNormalizer/* default */.A)(
|
|
3601
|
-
|
|
3586
|
+
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
3602
3587
|
render,
|
|
3603
3588
|
staticRenderFns,
|
|
3604
3589
|
false,
|
|
3605
3590
|
null,
|
|
3606
|
-
"
|
|
3591
|
+
"0be10524",
|
|
3607
3592
|
null
|
|
3608
3593
|
|
|
3609
3594
|
)
|
|
3610
3595
|
|
|
3611
3596
|
/* harmony default export */ var View = (component.exports);
|
|
3612
3597
|
|
|
3613
|
-
/***/ }),
|
|
3614
|
-
|
|
3615
|
-
/***/ 616:
|
|
3616
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3617
|
-
|
|
3618
|
-
"use strict";
|
|
3619
|
-
|
|
3620
|
-
var fails = __webpack_require__(9039);
|
|
3621
|
-
|
|
3622
|
-
module.exports = !fails(function () {
|
|
3623
|
-
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
3624
|
-
var test = (function () { /* empty */ }).bind();
|
|
3625
|
-
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
3626
|
-
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
3627
|
-
});
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
3598
|
/***/ }),
|
|
3631
3599
|
|
|
3632
3600
|
/***/ 649:
|
|
@@ -4046,120 +4014,6 @@ module.exports = function (it, Prototype) {
|
|
|
4046
4014
|
};
|
|
4047
4015
|
|
|
4048
4016
|
|
|
4049
|
-
/***/ }),
|
|
4050
|
-
|
|
4051
|
-
/***/ 697:
|
|
4052
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4053
|
-
|
|
4054
|
-
"use strict";
|
|
4055
|
-
// ESM COMPAT FLAG
|
|
4056
|
-
__webpack_require__.r(__webpack_exports__);
|
|
4057
|
-
|
|
4058
|
-
// EXPORTS
|
|
4059
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
4060
|
-
"default": function() { return /* binding */ View; }
|
|
4061
|
-
});
|
|
4062
|
-
|
|
4063
|
-
;// ./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-titleCenter/View.vue?vue&type=template&id=a36f7d16&scoped=true
|
|
4064
|
-
var render = function render() {
|
|
4065
|
-
var _vm = this,
|
|
4066
|
-
_c = _vm._self._c;
|
|
4067
|
-
return _c('BaseComp', _vm._b({
|
|
4068
|
-
attrs: {
|
|
4069
|
-
"data": _vm.data,
|
|
4070
|
-
"nowCompId": _vm.nowCompId,
|
|
4071
|
-
"isOpcacity": _vm.isOpcacity,
|
|
4072
|
-
"lang": _vm.lang
|
|
4073
|
-
},
|
|
4074
|
-
on: {
|
|
4075
|
-
"getConfigData": _vm.getConfigData
|
|
4076
|
-
}
|
|
4077
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
4078
|
-
staticClass: "section-head"
|
|
4079
|
-
}, [_c('div', {
|
|
4080
|
-
staticClass: "cmhk-home_main"
|
|
4081
|
-
}, [_c('p', {
|
|
4082
|
-
staticClass: "title"
|
|
4083
|
-
}, [_c('span', {
|
|
4084
|
-
staticClass: "main"
|
|
4085
|
-
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
4086
|
-
staticClass: "subtitle"
|
|
4087
|
-
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
4088
|
-
};
|
|
4089
|
-
var staticRenderFns = [];
|
|
4090
|
-
|
|
4091
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
4092
|
-
var baseComp = __webpack_require__(677);
|
|
4093
|
-
;// ./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-titleCenter/View.vue?vue&type=script&lang=js
|
|
4094
|
-
|
|
4095
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
4096
|
-
name: "cms-titleCenter",
|
|
4097
|
-
components: {
|
|
4098
|
-
BaseComp: baseComp["default"]
|
|
4099
|
-
},
|
|
4100
|
-
props: {
|
|
4101
|
-
data: {
|
|
4102
|
-
type: Object,
|
|
4103
|
-
default: () => {
|
|
4104
|
-
return {};
|
|
4105
|
-
}
|
|
4106
|
-
},
|
|
4107
|
-
nowCompId: {
|
|
4108
|
-
type: [String, Number],
|
|
4109
|
-
default: ""
|
|
4110
|
-
},
|
|
4111
|
-
isOpcacity: {
|
|
4112
|
-
type: Boolean,
|
|
4113
|
-
default: true
|
|
4114
|
-
},
|
|
4115
|
-
lang: {
|
|
4116
|
-
type: String,
|
|
4117
|
-
default: "zh-HK"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
data() {
|
|
4121
|
-
return {
|
|
4122
|
-
configData: {}
|
|
4123
|
-
};
|
|
4124
|
-
},
|
|
4125
|
-
mounted() {},
|
|
4126
|
-
methods: {
|
|
4127
|
-
getConfigData(configData) {
|
|
4128
|
-
this.configData = configData;
|
|
4129
|
-
}
|
|
4130
|
-
}
|
|
4131
|
-
});
|
|
4132
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
4133
|
-
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
4134
|
-
;// ./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-titleCenter/View.vue?vue&type=style&index=0&id=a36f7d16&prod&scoped=true&lang=scss
|
|
4135
|
-
// extracted by mini-css-extract-plugin
|
|
4136
|
-
|
|
4137
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=a36f7d16&prod&scoped=true&lang=scss
|
|
4138
|
-
|
|
4139
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
4140
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
4141
|
-
;// ./package/cms-titleCenter/View.vue
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
;
|
|
4146
|
-
|
|
4147
|
-
|
|
4148
|
-
/* normalize component */
|
|
4149
|
-
|
|
4150
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
4151
|
-
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
4152
|
-
render,
|
|
4153
|
-
staticRenderFns,
|
|
4154
|
-
false,
|
|
4155
|
-
null,
|
|
4156
|
-
"a36f7d16",
|
|
4157
|
-
null
|
|
4158
|
-
|
|
4159
|
-
)
|
|
4160
|
-
|
|
4161
|
-
/* harmony default export */ var View = (component.exports);
|
|
4162
|
-
|
|
4163
4017
|
/***/ }),
|
|
4164
4018
|
|
|
4165
4019
|
/***/ 713:
|
|
@@ -13803,189 +13657,6 @@ module.exports = function (str, opts) {
|
|
|
13803
13657
|
|
|
13804
13658
|
/***/ }),
|
|
13805
13659
|
|
|
13806
|
-
/***/ 1054:
|
|
13807
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13808
|
-
|
|
13809
|
-
"use strict";
|
|
13810
|
-
// ESM COMPAT FLAG
|
|
13811
|
-
__webpack_require__.r(__webpack_exports__);
|
|
13812
|
-
|
|
13813
|
-
// EXPORTS
|
|
13814
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
13815
|
-
"default": function() { return /* binding */ View; }
|
|
13816
|
-
});
|
|
13817
|
-
|
|
13818
|
-
;// ./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-prodCustomization/View.vue?vue&type=template&id=792be7e2&scoped=true
|
|
13819
|
-
var render = function render() {
|
|
13820
|
-
var _vm = this,
|
|
13821
|
-
_c = _vm._self._c;
|
|
13822
|
-
return _c('BaseComp', _vm._b({
|
|
13823
|
-
attrs: {
|
|
13824
|
-
"data": _vm.data,
|
|
13825
|
-
"nowCompId": _vm.nowCompId,
|
|
13826
|
-
"isOpcacity": _vm.isOpcacity,
|
|
13827
|
-
"lang": _vm.lang
|
|
13828
|
-
},
|
|
13829
|
-
on: {
|
|
13830
|
-
"getConfigData": _vm.getConfigData
|
|
13831
|
-
}
|
|
13832
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
13833
|
-
staticClass: "cmhk-home_main"
|
|
13834
|
-
}, [_c('section', {
|
|
13835
|
-
ref: "servicePlan"
|
|
13836
|
-
}, [_c('div', {
|
|
13837
|
-
ref: "box_swiper",
|
|
13838
|
-
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
13839
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
13840
|
-
return _c('div', {
|
|
13841
|
-
key: inx,
|
|
13842
|
-
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
13843
|
-
attrs: {
|
|
13844
|
-
"data-wow-delay": "200",
|
|
13845
|
-
"data-wow-iteration": "1"
|
|
13846
|
-
}
|
|
13847
|
-
}, [_c('div', {
|
|
13848
|
-
staticClass: "kf-sprbox kf-blur",
|
|
13849
|
-
on: {
|
|
13850
|
-
"click": function ($event) {
|
|
13851
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
13852
|
-
}
|
|
13853
|
-
}
|
|
13854
|
-
}, [_c('img', {
|
|
13855
|
-
staticClass: "col331-image",
|
|
13856
|
-
attrs: {
|
|
13857
|
-
"src": item.uploadImagePC,
|
|
13858
|
-
"alt": item.imagePcATL
|
|
13859
|
-
}
|
|
13860
|
-
}), item.input1 ? _c('div', {
|
|
13861
|
-
staticClass: "swiper-btn"
|
|
13862
|
-
}, [_c('span', {
|
|
13863
|
-
staticClass: "vm"
|
|
13864
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
13865
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
13866
|
-
attrs: {
|
|
13867
|
-
"src": __webpack_require__(1061)
|
|
13868
|
-
}
|
|
13869
|
-
})]) : _vm._e()])]);
|
|
13870
|
-
}), 0), _c('div', {
|
|
13871
|
-
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
13872
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
13873
|
-
return _c('div', {
|
|
13874
|
-
key: inx,
|
|
13875
|
-
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
13876
|
-
attrs: {
|
|
13877
|
-
"data-wow-delay": "200",
|
|
13878
|
-
"data-wow-iteration": "1"
|
|
13879
|
-
}
|
|
13880
|
-
}, [_c('div', {
|
|
13881
|
-
staticClass: "kf-box",
|
|
13882
|
-
on: {
|
|
13883
|
-
"click": function ($event) {
|
|
13884
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
13885
|
-
}
|
|
13886
|
-
}
|
|
13887
|
-
}, [_c('img', {
|
|
13888
|
-
staticClass: "col331-image",
|
|
13889
|
-
attrs: {
|
|
13890
|
-
"src": item.uploadImageH5,
|
|
13891
|
-
"alt": item.imageH5ATL
|
|
13892
|
-
}
|
|
13893
|
-
}), item.input1 ? _c('div', {
|
|
13894
|
-
staticClass: "swiper-btn"
|
|
13895
|
-
}, [_c('span', {
|
|
13896
|
-
staticClass: "vm"
|
|
13897
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
13898
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
13899
|
-
attrs: {
|
|
13900
|
-
"src": __webpack_require__(1061)
|
|
13901
|
-
}
|
|
13902
|
-
})]) : _vm._e()])]);
|
|
13903
|
-
}), 0)])])]);
|
|
13904
|
-
};
|
|
13905
|
-
var staticRenderFns = [];
|
|
13906
|
-
|
|
13907
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=792be7e2&scoped=true
|
|
13908
|
-
|
|
13909
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
13910
|
-
var baseComp = __webpack_require__(677);
|
|
13911
|
-
;// ./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-prodCustomization/View.vue?vue&type=script&lang=js
|
|
13912
|
-
|
|
13913
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
13914
|
-
name: "cms-prodCustomization",
|
|
13915
|
-
components: {
|
|
13916
|
-
BaseComp: baseComp["default"]
|
|
13917
|
-
},
|
|
13918
|
-
props: {
|
|
13919
|
-
data: {
|
|
13920
|
-
type: Object,
|
|
13921
|
-
default: () => {
|
|
13922
|
-
return {};
|
|
13923
|
-
}
|
|
13924
|
-
},
|
|
13925
|
-
nowCompId: {
|
|
13926
|
-
type: [String, Number],
|
|
13927
|
-
default: ""
|
|
13928
|
-
},
|
|
13929
|
-
isOpcacity: {
|
|
13930
|
-
type: Boolean,
|
|
13931
|
-
default: true
|
|
13932
|
-
},
|
|
13933
|
-
lang: {
|
|
13934
|
-
type: String,
|
|
13935
|
-
default: "zh-HK"
|
|
13936
|
-
}
|
|
13937
|
-
},
|
|
13938
|
-
data() {
|
|
13939
|
-
return {
|
|
13940
|
-
configList: [],
|
|
13941
|
-
plan1Inx: 0
|
|
13942
|
-
};
|
|
13943
|
-
},
|
|
13944
|
-
mounted() {},
|
|
13945
|
-
watch: {},
|
|
13946
|
-
methods: {
|
|
13947
|
-
getConfigData(configData) {
|
|
13948
|
-
this.configList = configData.configList;
|
|
13949
|
-
},
|
|
13950
|
-
decodeJumpUrl(url) {
|
|
13951
|
-
if (!url) return;
|
|
13952
|
-
top.location.href = url;
|
|
13953
|
-
}
|
|
13954
|
-
}
|
|
13955
|
-
});
|
|
13956
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
13957
|
-
/* harmony default export */ var cms_prodCustomization_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
13958
|
-
;// ./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-prodCustomization/View.vue?vue&type=style&index=0&id=792be7e2&prod&lang=scss&scoped=true
|
|
13959
|
-
// extracted by mini-css-extract-plugin
|
|
13960
|
-
|
|
13961
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=792be7e2&prod&lang=scss&scoped=true
|
|
13962
|
-
|
|
13963
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
13964
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
13965
|
-
;// ./package/cms-prodCustomization/View.vue
|
|
13966
|
-
|
|
13967
|
-
|
|
13968
|
-
|
|
13969
|
-
;
|
|
13970
|
-
|
|
13971
|
-
|
|
13972
|
-
/* normalize component */
|
|
13973
|
-
|
|
13974
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
13975
|
-
cms_prodCustomization_Viewvue_type_script_lang_js,
|
|
13976
|
-
render,
|
|
13977
|
-
staticRenderFns,
|
|
13978
|
-
false,
|
|
13979
|
-
null,
|
|
13980
|
-
"792be7e2",
|
|
13981
|
-
null
|
|
13982
|
-
|
|
13983
|
-
)
|
|
13984
|
-
|
|
13985
|
-
/* harmony default export */ var View = (component.exports);
|
|
13986
|
-
|
|
13987
|
-
/***/ }),
|
|
13988
|
-
|
|
13989
13660
|
/***/ 1061:
|
|
13990
13661
|
/***/ (function(module) {
|
|
13991
13662
|
|
|
@@ -14134,25 +13805,7 @@ module.exports = {
|
|
|
14134
13805
|
|
|
14135
13806
|
/***/ }),
|
|
14136
13807
|
|
|
14137
|
-
/***/
|
|
14138
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
14139
|
-
|
|
14140
|
-
"use strict";
|
|
14141
|
-
|
|
14142
|
-
var trunc = __webpack_require__(741);
|
|
14143
|
-
|
|
14144
|
-
// `ToIntegerOrInfinity` abstract operation
|
|
14145
|
-
// https://tc39.es/ecma262/#sec-tointegerorinfinity
|
|
14146
|
-
module.exports = function (argument) {
|
|
14147
|
-
var number = +argument;
|
|
14148
|
-
// eslint-disable-next-line no-self-compare -- NaN check
|
|
14149
|
-
return number !== number || number === 0 ? 0 : trunc(number);
|
|
14150
|
-
};
|
|
14151
|
-
|
|
14152
|
-
|
|
14153
|
-
/***/ }),
|
|
14154
|
-
|
|
14155
|
-
/***/ 1333:
|
|
13808
|
+
/***/ 1240:
|
|
14156
13809
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14157
13810
|
|
|
14158
13811
|
"use strict";
|
|
@@ -14164,12 +13817,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14164
13817
|
"default": function() { return /* binding */ View; }
|
|
14165
13818
|
});
|
|
14166
13819
|
|
|
14167
|
-
;// ./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-
|
|
13820
|
+
;// ./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-servePlan-text/View.vue?vue&type=template&id=636c4374&scoped=true
|
|
14168
13821
|
var render = function render() {
|
|
14169
13822
|
var _vm = this,
|
|
14170
|
-
_c = _vm._self._c
|
|
14171
|
-
|
|
14172
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
13823
|
+
_c = _vm._self._c;
|
|
13824
|
+
return _c('BaseComp', _vm._b({
|
|
14173
13825
|
attrs: {
|
|
14174
13826
|
"data": _vm.data,
|
|
14175
13827
|
"nowCompId": _vm.nowCompId,
|
|
@@ -14179,39 +13831,42 @@ var render = function render() {
|
|
|
14179
13831
|
on: {
|
|
14180
13832
|
"getConfigData": _vm.getConfigData
|
|
14181
13833
|
}
|
|
14182
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
14183
|
-
staticClass: "cmhk-
|
|
13834
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
13835
|
+
staticClass: "cmhk-home cms-servePlan-text"
|
|
13836
|
+
}, [_c('div', {
|
|
13837
|
+
staticClass: "sp-custombg"
|
|
13838
|
+
}, [_c('div', {
|
|
13839
|
+
staticClass: "adjust-partheader"
|
|
13840
|
+
}, [_c('section', {
|
|
13841
|
+
staticClass: "cmhk-home_main"
|
|
13842
|
+
}, [_c('div', {
|
|
13843
|
+
class: ['cmhk-partheader']
|
|
14184
13844
|
}, [_c('div', {
|
|
14185
13845
|
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
14186
13846
|
}, [_c('p', {
|
|
14187
13847
|
staticClass: "part-header_title"
|
|
14188
13848
|
}, [_c('span', {
|
|
14189
|
-
class: ['
|
|
14190
|
-
}, [_vm._v(_vm._s(_vm.configData.
|
|
13849
|
+
class: ['highlight']
|
|
13850
|
+
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
14191
13851
|
staticClass: "part-header_lf layout-pc"
|
|
14192
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.
|
|
14193
|
-
staticClass: "part-header_subtitle"
|
|
14194
|
-
on: {
|
|
14195
|
-
"click": function ($event) {
|
|
14196
|
-
return _setup.decodeJumpUrl(_vm.configData.link, _vm.$router);
|
|
14197
|
-
}
|
|
14198
|
-
}
|
|
13852
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
13853
|
+
staticClass: "part-header_subtitle"
|
|
14199
13854
|
}, [_c('span', {
|
|
14200
13855
|
staticClass: "vm"
|
|
14201
|
-
}, [_vm._v(_vm._s(_vm.configData.
|
|
13856
|
+
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
13857
|
+
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
13858
|
+
})])]), _vm.configData.input1 ? _c('p', {
|
|
14202
13859
|
staticClass: "part-header_lf layout-mobile"
|
|
14203
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.
|
|
13860
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
14204
13861
|
};
|
|
14205
13862
|
var staticRenderFns = [];
|
|
14206
13863
|
|
|
14207
13864
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
14208
13865
|
var baseComp = __webpack_require__(677);
|
|
14209
|
-
|
|
14210
|
-
var jumpUrl = __webpack_require__(4102);
|
|
14211
|
-
;// ./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-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
13866
|
+
;// ./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-servePlan-text/View.vue?vue&type=script&lang=js
|
|
14212
13867
|
|
|
14213
|
-
|
|
14214
|
-
name: "cms-
|
|
13868
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
13869
|
+
name: "cms-servePlan-text",
|
|
14215
13870
|
components: {
|
|
14216
13871
|
BaseComp: baseComp["default"]
|
|
14217
13872
|
},
|
|
@@ -14245,29 +13900,23 @@ const __default__ = {
|
|
|
14245
13900
|
methods: {
|
|
14246
13901
|
getConfigData(configData) {
|
|
14247
13902
|
this.configData = configData;
|
|
13903
|
+
},
|
|
13904
|
+
decodeJumpUrl(url) {
|
|
13905
|
+
if (!url) return;
|
|
13906
|
+
top.location.href = url;
|
|
14248
13907
|
}
|
|
14249
13908
|
}
|
|
14250
|
-
};
|
|
14251
|
-
|
|
14252
|
-
/* harmony default export */ var
|
|
14253
|
-
|
|
14254
|
-
return {
|
|
14255
|
-
__sfc: true,
|
|
14256
|
-
BaseComp: baseComp["default"],
|
|
14257
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
14258
|
-
};
|
|
14259
|
-
}
|
|
14260
|
-
}));
|
|
14261
|
-
;// ./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
14262
|
-
/* harmony default export */ var cms_titleLeft_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
14263
|
-
;// ./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-titleLeft/View.vue?vue&type=style&index=0&id=ba5b54ce&prod&scoped=true&lang=scss
|
|
13909
|
+
});
|
|
13910
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
13911
|
+
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
13912
|
+
;// ./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-servePlan-text/View.vue?vue&type=style&index=0&id=636c4374&prod&scoped=true&lang=scss
|
|
14264
13913
|
// extracted by mini-css-extract-plugin
|
|
14265
13914
|
|
|
14266
|
-
;// ./package/cms-
|
|
13915
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=636c4374&prod&scoped=true&lang=scss
|
|
14267
13916
|
|
|
14268
13917
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
14269
13918
|
var componentNormalizer = __webpack_require__(1656);
|
|
14270
|
-
;// ./package/cms-
|
|
13919
|
+
;// ./package/cms-servePlan-text/View.vue
|
|
14271
13920
|
|
|
14272
13921
|
|
|
14273
13922
|
|
|
@@ -14277,18 +13926,36 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
14277
13926
|
/* normalize component */
|
|
14278
13927
|
|
|
14279
13928
|
var component = (0,componentNormalizer/* default */.A)(
|
|
14280
|
-
|
|
13929
|
+
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
14281
13930
|
render,
|
|
14282
13931
|
staticRenderFns,
|
|
14283
13932
|
false,
|
|
14284
13933
|
null,
|
|
14285
|
-
"
|
|
13934
|
+
"636c4374",
|
|
14286
13935
|
null
|
|
14287
13936
|
|
|
14288
13937
|
)
|
|
14289
13938
|
|
|
14290
13939
|
/* harmony default export */ var View = (component.exports);
|
|
14291
13940
|
|
|
13941
|
+
/***/ }),
|
|
13942
|
+
|
|
13943
|
+
/***/ 1291:
|
|
13944
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13945
|
+
|
|
13946
|
+
"use strict";
|
|
13947
|
+
|
|
13948
|
+
var trunc = __webpack_require__(741);
|
|
13949
|
+
|
|
13950
|
+
// `ToIntegerOrInfinity` abstract operation
|
|
13951
|
+
// https://tc39.es/ecma262/#sec-tointegerorinfinity
|
|
13952
|
+
module.exports = function (argument) {
|
|
13953
|
+
var number = +argument;
|
|
13954
|
+
// eslint-disable-next-line no-self-compare -- NaN check
|
|
13955
|
+
return number !== number || number === 0 ? 0 : trunc(number);
|
|
13956
|
+
};
|
|
13957
|
+
|
|
13958
|
+
|
|
14292
13959
|
/***/ }),
|
|
14293
13960
|
|
|
14294
13961
|
/***/ 1344:
|
|
@@ -14336,6 +14003,152 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADg
|
|
|
14336
14003
|
|
|
14337
14004
|
/***/ }),
|
|
14338
14005
|
|
|
14006
|
+
/***/ 1460:
|
|
14007
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14008
|
+
|
|
14009
|
+
"use strict";
|
|
14010
|
+
// ESM COMPAT FLAG
|
|
14011
|
+
__webpack_require__.r(__webpack_exports__);
|
|
14012
|
+
|
|
14013
|
+
// EXPORTS
|
|
14014
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
14015
|
+
"default": function() { return /* binding */ View; }
|
|
14016
|
+
});
|
|
14017
|
+
|
|
14018
|
+
;// ./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-lineTwo/View.vue?vue&type=template&id=3ecc63be&scoped=true
|
|
14019
|
+
var render = function render() {
|
|
14020
|
+
var _vm = this,
|
|
14021
|
+
_c = _vm._self._c;
|
|
14022
|
+
return _c('BaseComp', _vm._b({
|
|
14023
|
+
attrs: {
|
|
14024
|
+
"data": _vm.data,
|
|
14025
|
+
"nowCompId": _vm.nowCompId,
|
|
14026
|
+
"isOpcacity": _vm.isOpcacity,
|
|
14027
|
+
"lang": _vm.lang
|
|
14028
|
+
},
|
|
14029
|
+
on: {
|
|
14030
|
+
"getConfigData": _vm.getConfigData
|
|
14031
|
+
}
|
|
14032
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
14033
|
+
staticClass: "cmhk-home_main"
|
|
14034
|
+
}, [_c('div', {
|
|
14035
|
+
staticClass: "dataTransferTips"
|
|
14036
|
+
}, [_c('div', {
|
|
14037
|
+
staticClass: "pageCenter"
|
|
14038
|
+
}, [_c('div', {
|
|
14039
|
+
staticClass: "tab"
|
|
14040
|
+
}, [_c('div', {
|
|
14041
|
+
staticClass: "main"
|
|
14042
|
+
}, [_c('div', {
|
|
14043
|
+
staticClass: "tpl-marketingnew-activity"
|
|
14044
|
+
}, [_c('div', {
|
|
14045
|
+
staticClass: "marketingnew_activity"
|
|
14046
|
+
}, [_c('div', {
|
|
14047
|
+
staticClass: "marketingnew_activity_list common_width_container"
|
|
14048
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
14049
|
+
return _c('div', {
|
|
14050
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
14051
|
+
staticClass: "activity_item activity_link_item"
|
|
14052
|
+
}, [_c('div', {
|
|
14053
|
+
staticClass: "activity_item_img"
|
|
14054
|
+
}, [_c('a', {
|
|
14055
|
+
attrs: {
|
|
14056
|
+
"href": item.jumpUrl,
|
|
14057
|
+
"target": "_blank"
|
|
14058
|
+
}
|
|
14059
|
+
}, [_c('img', {
|
|
14060
|
+
staticClass: "pc-show",
|
|
14061
|
+
attrs: {
|
|
14062
|
+
"src": item.uploadImagePC,
|
|
14063
|
+
"alt": item.imagePcATL
|
|
14064
|
+
}
|
|
14065
|
+
}), _c('img', {
|
|
14066
|
+
staticClass: "mobile-show",
|
|
14067
|
+
attrs: {
|
|
14068
|
+
"src": item.uploadImageH5,
|
|
14069
|
+
"alt": item.imageH5ATL
|
|
14070
|
+
}
|
|
14071
|
+
})])]), _c('p', {
|
|
14072
|
+
staticClass: "activity_item_text"
|
|
14073
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")])]);
|
|
14074
|
+
}), 0)])])])])])])])]);
|
|
14075
|
+
};
|
|
14076
|
+
var staticRenderFns = [];
|
|
14077
|
+
|
|
14078
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
14079
|
+
var baseComp = __webpack_require__(677);
|
|
14080
|
+
;// ./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-lineTwo/View.vue?vue&type=script&lang=js
|
|
14081
|
+
|
|
14082
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
14083
|
+
name: "cms-lineTwo",
|
|
14084
|
+
components: {
|
|
14085
|
+
BaseComp: baseComp["default"]
|
|
14086
|
+
},
|
|
14087
|
+
props: {
|
|
14088
|
+
data: {
|
|
14089
|
+
type: Object,
|
|
14090
|
+
default: () => {
|
|
14091
|
+
return {};
|
|
14092
|
+
}
|
|
14093
|
+
},
|
|
14094
|
+
nowCompId: {
|
|
14095
|
+
type: [String, Number],
|
|
14096
|
+
default: ""
|
|
14097
|
+
},
|
|
14098
|
+
isOpcacity: {
|
|
14099
|
+
type: Boolean,
|
|
14100
|
+
default: true
|
|
14101
|
+
},
|
|
14102
|
+
lang: {
|
|
14103
|
+
type: String,
|
|
14104
|
+
default: "zh-HK"
|
|
14105
|
+
}
|
|
14106
|
+
},
|
|
14107
|
+
data() {
|
|
14108
|
+
return {
|
|
14109
|
+
configList: []
|
|
14110
|
+
};
|
|
14111
|
+
},
|
|
14112
|
+
mounted() {},
|
|
14113
|
+
methods: {
|
|
14114
|
+
getConfigData(configData) {
|
|
14115
|
+
this.configList = configData.configList;
|
|
14116
|
+
}
|
|
14117
|
+
}
|
|
14118
|
+
});
|
|
14119
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
14120
|
+
/* harmony default export */ var cms_lineTwo_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
14121
|
+
;// ./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-lineTwo/View.vue?vue&type=style&index=0&id=3ecc63be&prod&lang=scss&scoped=true
|
|
14122
|
+
// extracted by mini-css-extract-plugin
|
|
14123
|
+
|
|
14124
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=3ecc63be&prod&lang=scss&scoped=true
|
|
14125
|
+
|
|
14126
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
14127
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
14128
|
+
;// ./package/cms-lineTwo/View.vue
|
|
14129
|
+
|
|
14130
|
+
|
|
14131
|
+
|
|
14132
|
+
;
|
|
14133
|
+
|
|
14134
|
+
|
|
14135
|
+
/* normalize component */
|
|
14136
|
+
|
|
14137
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
14138
|
+
cms_lineTwo_Viewvue_type_script_lang_js,
|
|
14139
|
+
render,
|
|
14140
|
+
staticRenderFns,
|
|
14141
|
+
false,
|
|
14142
|
+
null,
|
|
14143
|
+
"3ecc63be",
|
|
14144
|
+
null
|
|
14145
|
+
|
|
14146
|
+
)
|
|
14147
|
+
|
|
14148
|
+
/* harmony default export */ var View = (component.exports);
|
|
14149
|
+
|
|
14150
|
+
/***/ }),
|
|
14151
|
+
|
|
14339
14152
|
/***/ 1532:
|
|
14340
14153
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14341
14154
|
|
|
@@ -22822,8 +22635,8 @@ var map = {
|
|
|
22822
22635
|
"./cms-lineThree/index.js": 3522,
|
|
22823
22636
|
"./cms-lineTwo": 7756,
|
|
22824
22637
|
"./cms-lineTwo/": 7756,
|
|
22825
|
-
"./cms-lineTwo/View":
|
|
22826
|
-
"./cms-lineTwo/View.vue":
|
|
22638
|
+
"./cms-lineTwo/View": 1460,
|
|
22639
|
+
"./cms-lineTwo/View.vue": 1460,
|
|
22827
22640
|
"./cms-lineTwo/index": 7756,
|
|
22828
22641
|
"./cms-lineTwo/index.js": 7756,
|
|
22829
22642
|
"./cms-proCard": 7001,
|
|
@@ -22834,8 +22647,8 @@ var map = {
|
|
|
22834
22647
|
"./cms-proCard/index.js": 7001,
|
|
22835
22648
|
"./cms-prodCustomization": 1854,
|
|
22836
22649
|
"./cms-prodCustomization/": 1854,
|
|
22837
|
-
"./cms-prodCustomization/View":
|
|
22838
|
-
"./cms-prodCustomization/View.vue":
|
|
22650
|
+
"./cms-prodCustomization/View": 9465,
|
|
22651
|
+
"./cms-prodCustomization/View.vue": 9465,
|
|
22839
22652
|
"./cms-prodCustomization/index": 1854,
|
|
22840
22653
|
"./cms-prodCustomization/index.js": 1854,
|
|
22841
22654
|
"./cms-productDetails": 4295,
|
|
@@ -22869,8 +22682,8 @@ var map = {
|
|
|
22869
22682
|
"./cms-servePlan-tab/service-plan.scss": 431,
|
|
22870
22683
|
"./cms-servePlan-text": 2520,
|
|
22871
22684
|
"./cms-servePlan-text/": 2520,
|
|
22872
|
-
"./cms-servePlan-text/View":
|
|
22873
|
-
"./cms-servePlan-text/View.vue":
|
|
22685
|
+
"./cms-servePlan-text/View": 1240,
|
|
22686
|
+
"./cms-servePlan-text/View.vue": 1240,
|
|
22874
22687
|
"./cms-servePlan-text/index": 2520,
|
|
22875
22688
|
"./cms-servePlan-text/index.js": 2520,
|
|
22876
22689
|
"./cms-tab": 9007,
|
|
@@ -22899,14 +22712,14 @@ var map = {
|
|
|
22899
22712
|
"./cms-threeScroll/index.js": 1661,
|
|
22900
22713
|
"./cms-titleCenter": 7891,
|
|
22901
22714
|
"./cms-titleCenter/": 7891,
|
|
22902
|
-
"./cms-titleCenter/View":
|
|
22903
|
-
"./cms-titleCenter/View.vue":
|
|
22715
|
+
"./cms-titleCenter/View": 624,
|
|
22716
|
+
"./cms-titleCenter/View.vue": 624,
|
|
22904
22717
|
"./cms-titleCenter/index": 7891,
|
|
22905
22718
|
"./cms-titleCenter/index.js": 7891,
|
|
22906
22719
|
"./cms-titleLeft": 3003,
|
|
22907
22720
|
"./cms-titleLeft/": 3003,
|
|
22908
|
-
"./cms-titleLeft/View":
|
|
22909
|
-
"./cms-titleLeft/View.vue":
|
|
22721
|
+
"./cms-titleLeft/View": 3755,
|
|
22722
|
+
"./cms-titleLeft/View.vue": 3755,
|
|
22910
22723
|
"./cms-titleLeft/index": 3003,
|
|
22911
22724
|
"./cms-titleLeft/index.js": 3003,
|
|
22912
22725
|
"./cms-via-storedValueCard": 9711,
|
|
@@ -23568,7 +23381,7 @@ module.exports = function (object, names) {
|
|
|
23568
23381
|
__webpack_require__.r(__webpack_exports__);
|
|
23569
23382
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
23570
23383
|
|
|
23571
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
23384
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9465));
|
|
23572
23385
|
const langData = {
|
|
23573
23386
|
configList: [{
|
|
23574
23387
|
id: Math.random().toString(),
|
|
@@ -23777,10 +23590,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23777
23590
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
23778
23591
|
|
|
23779
23592
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 6835));
|
|
23780
|
-
const
|
|
23781
|
-
|
|
23593
|
+
const getTodayDate = () => {
|
|
23594
|
+
const today = new Date();
|
|
23595
|
+
const year = today.getFullYear();
|
|
23596
|
+
const month = `${today.getMonth() + 1}`.padStart(2, "0");
|
|
23597
|
+
const date = `${today.getDate()}`.padStart(2, "0");
|
|
23598
|
+
return `${year}-${month}-${date}`;
|
|
23599
|
+
};
|
|
23600
|
+
const getDefaultLangData = () => ({
|
|
23601
|
+
startTime: getTodayDate(),
|
|
23782
23602
|
endTime: "2098-01-01"
|
|
23783
|
-
};
|
|
23603
|
+
});
|
|
23604
|
+
const langData = getDefaultLangData();
|
|
23784
23605
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
23785
23606
|
startTime: {
|
|
23786
23607
|
label: "开始时间",
|
|
@@ -23804,7 +23625,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
23804
23625
|
settings: cmsCompName => {
|
|
23805
23626
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
23806
23627
|
cmsCompName,
|
|
23807
|
-
langData,
|
|
23628
|
+
langData: getDefaultLangData(),
|
|
23808
23629
|
isLangAll: true
|
|
23809
23630
|
});
|
|
23810
23631
|
}
|
|
@@ -25509,7 +25330,7 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
|
25509
25330
|
__webpack_require__.r(__webpack_exports__);
|
|
25510
25331
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
25511
25332
|
|
|
25512
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
25333
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1240));
|
|
25513
25334
|
const langData = {
|
|
25514
25335
|
input1: "描述",
|
|
25515
25336
|
input2: "标题",
|
|
@@ -27632,7 +27453,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
27632
27453
|
__webpack_require__.r(__webpack_exports__);
|
|
27633
27454
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
27634
27455
|
|
|
27635
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
27456
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 3755));
|
|
27636
27457
|
const langData = {
|
|
27637
27458
|
title1: "标题",
|
|
27638
27459
|
title2: "副标题",
|
|
@@ -37375,6 +37196,145 @@ module.exports = !fails(function () {
|
|
|
37375
37196
|
});
|
|
37376
37197
|
|
|
37377
37198
|
|
|
37199
|
+
/***/ }),
|
|
37200
|
+
|
|
37201
|
+
/***/ 3755:
|
|
37202
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37203
|
+
|
|
37204
|
+
"use strict";
|
|
37205
|
+
// ESM COMPAT FLAG
|
|
37206
|
+
__webpack_require__.r(__webpack_exports__);
|
|
37207
|
+
|
|
37208
|
+
// EXPORTS
|
|
37209
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
37210
|
+
"default": function() { return /* binding */ View; }
|
|
37211
|
+
});
|
|
37212
|
+
|
|
37213
|
+
;// ./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-titleLeft/View.vue?vue&type=template&id=460790fc&scoped=true
|
|
37214
|
+
var render = function render() {
|
|
37215
|
+
var _vm = this,
|
|
37216
|
+
_c = _vm._self._c,
|
|
37217
|
+
_setup = _vm._self._setupProxy;
|
|
37218
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
37219
|
+
attrs: {
|
|
37220
|
+
"data": _vm.data,
|
|
37221
|
+
"nowCompId": _vm.nowCompId,
|
|
37222
|
+
"isOpcacity": _vm.isOpcacity,
|
|
37223
|
+
"lang": _vm.lang
|
|
37224
|
+
},
|
|
37225
|
+
on: {
|
|
37226
|
+
"getConfigData": _vm.getConfigData
|
|
37227
|
+
}
|
|
37228
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
37229
|
+
staticClass: "cmhk-home_main cms-titleLeft"
|
|
37230
|
+
}, [_c('div', {
|
|
37231
|
+
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
37232
|
+
}, [_c('p', {
|
|
37233
|
+
staticClass: "part-header_title"
|
|
37234
|
+
}, [_c('span', {
|
|
37235
|
+
class: ['normal']
|
|
37236
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _vm.configData.title2 !== '' ? _c('p', {
|
|
37237
|
+
staticClass: "part-header_lf layout-pc"
|
|
37238
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e(), _vm.configData && _vm.configData.link ? _c('span', {
|
|
37239
|
+
staticClass: "part-header_subtitle",
|
|
37240
|
+
on: {
|
|
37241
|
+
"click": function ($event) {
|
|
37242
|
+
return _setup.decodeJumpUrl(_vm.configData.link, _vm.$router);
|
|
37243
|
+
}
|
|
37244
|
+
}
|
|
37245
|
+
}, [_c('span', {
|
|
37246
|
+
staticClass: "vm"
|
|
37247
|
+
}, [_vm._v(_vm._s(_vm.configData.linkText))])]) : _vm._e()]), _vm.configData.title2 !== '' ? _c('p', {
|
|
37248
|
+
staticClass: "part-header_lf layout-mobile"
|
|
37249
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e()])]);
|
|
37250
|
+
};
|
|
37251
|
+
var staticRenderFns = [];
|
|
37252
|
+
|
|
37253
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37254
|
+
var baseComp = __webpack_require__(677);
|
|
37255
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
37256
|
+
var jumpUrl = __webpack_require__(4102);
|
|
37257
|
+
;// ./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-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
37258
|
+
|
|
37259
|
+
const __default__ = {
|
|
37260
|
+
name: "cms-titleLeft",
|
|
37261
|
+
components: {
|
|
37262
|
+
BaseComp: baseComp["default"]
|
|
37263
|
+
},
|
|
37264
|
+
props: {
|
|
37265
|
+
data: {
|
|
37266
|
+
type: Object,
|
|
37267
|
+
default: () => {
|
|
37268
|
+
return {};
|
|
37269
|
+
}
|
|
37270
|
+
},
|
|
37271
|
+
nowCompId: {
|
|
37272
|
+
type: [String, Number],
|
|
37273
|
+
default: ""
|
|
37274
|
+
},
|
|
37275
|
+
isOpcacity: {
|
|
37276
|
+
type: Boolean,
|
|
37277
|
+
default: true
|
|
37278
|
+
},
|
|
37279
|
+
lang: {
|
|
37280
|
+
type: String,
|
|
37281
|
+
default: "zh-HK"
|
|
37282
|
+
}
|
|
37283
|
+
},
|
|
37284
|
+
data() {
|
|
37285
|
+
return {
|
|
37286
|
+
configData: {}
|
|
37287
|
+
};
|
|
37288
|
+
},
|
|
37289
|
+
mounted() {},
|
|
37290
|
+
watch: {},
|
|
37291
|
+
methods: {
|
|
37292
|
+
getConfigData(configData) {
|
|
37293
|
+
this.configData = configData;
|
|
37294
|
+
}
|
|
37295
|
+
}
|
|
37296
|
+
};
|
|
37297
|
+
|
|
37298
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
37299
|
+
setup(__props) {
|
|
37300
|
+
return {
|
|
37301
|
+
__sfc: true,
|
|
37302
|
+
BaseComp: baseComp["default"],
|
|
37303
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
37304
|
+
};
|
|
37305
|
+
}
|
|
37306
|
+
}));
|
|
37307
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
37308
|
+
/* harmony default export */ var cms_titleLeft_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
37309
|
+
;// ./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-titleLeft/View.vue?vue&type=style&index=0&id=460790fc&prod&scoped=true&lang=scss
|
|
37310
|
+
// extracted by mini-css-extract-plugin
|
|
37311
|
+
|
|
37312
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=460790fc&prod&scoped=true&lang=scss
|
|
37313
|
+
|
|
37314
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37315
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
37316
|
+
;// ./package/cms-titleLeft/View.vue
|
|
37317
|
+
|
|
37318
|
+
|
|
37319
|
+
|
|
37320
|
+
;
|
|
37321
|
+
|
|
37322
|
+
|
|
37323
|
+
/* normalize component */
|
|
37324
|
+
|
|
37325
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
37326
|
+
cms_titleLeft_Viewvue_type_script_setup_true_lang_js,
|
|
37327
|
+
render,
|
|
37328
|
+
staticRenderFns,
|
|
37329
|
+
false,
|
|
37330
|
+
null,
|
|
37331
|
+
"460790fc",
|
|
37332
|
+
null
|
|
37333
|
+
|
|
37334
|
+
)
|
|
37335
|
+
|
|
37336
|
+
/* harmony default export */ var View = (component.exports);
|
|
37337
|
+
|
|
37378
37338
|
/***/ }),
|
|
37379
37339
|
|
|
37380
37340
|
/***/ 3774:
|
|
@@ -41498,20 +41458,20 @@ var map = {
|
|
|
41498
41458
|
"./cms-lineFive/View.vue": 6294,
|
|
41499
41459
|
"./cms-lineFour/View.vue": 8067,
|
|
41500
41460
|
"./cms-lineThree/View.vue": 9603,
|
|
41501
|
-
"./cms-lineTwo/View.vue":
|
|
41461
|
+
"./cms-lineTwo/View.vue": 1460,
|
|
41502
41462
|
"./cms-proCard/View.vue": 8945,
|
|
41503
|
-
"./cms-prodCustomization/View.vue":
|
|
41463
|
+
"./cms-prodCustomization/View.vue": 9465,
|
|
41504
41464
|
"./cms-productDetails/View.vue": 7979,
|
|
41505
41465
|
"./cms-question/View.vue": 8352,
|
|
41506
41466
|
"./cms-richText/View.vue": 2464,
|
|
41507
41467
|
"./cms-servePlan-tab/View.vue": 9051,
|
|
41508
|
-
"./cms-servePlan-text/View.vue":
|
|
41468
|
+
"./cms-servePlan-text/View.vue": 1240,
|
|
41509
41469
|
"./cms-tab/View.vue": 3591,
|
|
41510
41470
|
"./cms-termsAndConditions/View.vue": 5761,
|
|
41511
41471
|
"./cms-text/View.vue": 2618,
|
|
41512
41472
|
"./cms-threeScroll/View.vue": 38,
|
|
41513
|
-
"./cms-titleCenter/View.vue":
|
|
41514
|
-
"./cms-titleLeft/View.vue":
|
|
41473
|
+
"./cms-titleCenter/View.vue": 624,
|
|
41474
|
+
"./cms-titleLeft/View.vue": 3755,
|
|
41515
41475
|
"./cms-via-storedValueCard/View.vue": 5669,
|
|
41516
41476
|
"./cms-video-group/View.vue": 2220,
|
|
41517
41477
|
"./cms-video/View.vue": 8064,
|
|
@@ -43056,141 +43016,6 @@ module.exports = function (argument) {
|
|
|
43056
43016
|
};
|
|
43057
43017
|
|
|
43058
43018
|
|
|
43059
|
-
/***/ }),
|
|
43060
|
-
|
|
43061
|
-
/***/ 5865:
|
|
43062
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
43063
|
-
|
|
43064
|
-
"use strict";
|
|
43065
|
-
// ESM COMPAT FLAG
|
|
43066
|
-
__webpack_require__.r(__webpack_exports__);
|
|
43067
|
-
|
|
43068
|
-
// EXPORTS
|
|
43069
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
43070
|
-
"default": function() { return /* binding */ View; }
|
|
43071
|
-
});
|
|
43072
|
-
|
|
43073
|
-
;// ./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-servePlan-text/View.vue?vue&type=template&id=043ac991&scoped=true
|
|
43074
|
-
var render = function render() {
|
|
43075
|
-
var _vm = this,
|
|
43076
|
-
_c = _vm._self._c;
|
|
43077
|
-
return _c('BaseComp', _vm._b({
|
|
43078
|
-
attrs: {
|
|
43079
|
-
"data": _vm.data,
|
|
43080
|
-
"nowCompId": _vm.nowCompId,
|
|
43081
|
-
"isOpcacity": _vm.isOpcacity,
|
|
43082
|
-
"lang": _vm.lang
|
|
43083
|
-
},
|
|
43084
|
-
on: {
|
|
43085
|
-
"getConfigData": _vm.getConfigData
|
|
43086
|
-
}
|
|
43087
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
43088
|
-
staticClass: "cmhk-home cms-servePlan-text"
|
|
43089
|
-
}, [_c('div', {
|
|
43090
|
-
staticClass: "sp-custombg"
|
|
43091
|
-
}, [_c('div', {
|
|
43092
|
-
staticClass: "adjust-partheader"
|
|
43093
|
-
}, [_c('section', {
|
|
43094
|
-
staticClass: "cmhk-home_main"
|
|
43095
|
-
}, [_c('div', {
|
|
43096
|
-
class: ['cmhk-partheader']
|
|
43097
|
-
}, [_c('div', {
|
|
43098
|
-
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
43099
|
-
}, [_c('p', {
|
|
43100
|
-
staticClass: "part-header_title"
|
|
43101
|
-
}, [_c('span', {
|
|
43102
|
-
class: ['highlight']
|
|
43103
|
-
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
43104
|
-
staticClass: "part-header_lf layout-pc"
|
|
43105
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
43106
|
-
staticClass: "part-header_subtitle"
|
|
43107
|
-
}, [_c('span', {
|
|
43108
|
-
staticClass: "vm"
|
|
43109
|
-
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
43110
|
-
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
43111
|
-
})])]), _vm.configData.input1 ? _c('p', {
|
|
43112
|
-
staticClass: "part-header_lf layout-mobile"
|
|
43113
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
43114
|
-
};
|
|
43115
|
-
var staticRenderFns = [];
|
|
43116
|
-
|
|
43117
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
43118
|
-
var baseComp = __webpack_require__(677);
|
|
43119
|
-
;// ./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-servePlan-text/View.vue?vue&type=script&lang=js
|
|
43120
|
-
|
|
43121
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
43122
|
-
name: "cms-servePlan-text",
|
|
43123
|
-
components: {
|
|
43124
|
-
BaseComp: baseComp["default"]
|
|
43125
|
-
},
|
|
43126
|
-
props: {
|
|
43127
|
-
data: {
|
|
43128
|
-
type: Object,
|
|
43129
|
-
default: () => {
|
|
43130
|
-
return {};
|
|
43131
|
-
}
|
|
43132
|
-
},
|
|
43133
|
-
nowCompId: {
|
|
43134
|
-
type: [String, Number],
|
|
43135
|
-
default: ""
|
|
43136
|
-
},
|
|
43137
|
-
isOpcacity: {
|
|
43138
|
-
type: Boolean,
|
|
43139
|
-
default: true
|
|
43140
|
-
},
|
|
43141
|
-
lang: {
|
|
43142
|
-
type: String,
|
|
43143
|
-
default: "zh-HK"
|
|
43144
|
-
}
|
|
43145
|
-
},
|
|
43146
|
-
data() {
|
|
43147
|
-
return {
|
|
43148
|
-
configData: {}
|
|
43149
|
-
};
|
|
43150
|
-
},
|
|
43151
|
-
mounted() {},
|
|
43152
|
-
watch: {},
|
|
43153
|
-
methods: {
|
|
43154
|
-
getConfigData(configData) {
|
|
43155
|
-
this.configData = configData;
|
|
43156
|
-
},
|
|
43157
|
-
decodeJumpUrl(url) {
|
|
43158
|
-
if (!url) return;
|
|
43159
|
-
top.location.href = url;
|
|
43160
|
-
}
|
|
43161
|
-
}
|
|
43162
|
-
});
|
|
43163
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
43164
|
-
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
43165
|
-
;// ./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-servePlan-text/View.vue?vue&type=style&index=0&id=043ac991&prod&scoped=true&lang=scss
|
|
43166
|
-
// extracted by mini-css-extract-plugin
|
|
43167
|
-
|
|
43168
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=043ac991&prod&scoped=true&lang=scss
|
|
43169
|
-
|
|
43170
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
43171
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
43172
|
-
;// ./package/cms-servePlan-text/View.vue
|
|
43173
|
-
|
|
43174
|
-
|
|
43175
|
-
|
|
43176
|
-
;
|
|
43177
|
-
|
|
43178
|
-
|
|
43179
|
-
/* normalize component */
|
|
43180
|
-
|
|
43181
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
43182
|
-
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
43183
|
-
render,
|
|
43184
|
-
staticRenderFns,
|
|
43185
|
-
false,
|
|
43186
|
-
null,
|
|
43187
|
-
"043ac991",
|
|
43188
|
-
null
|
|
43189
|
-
|
|
43190
|
-
)
|
|
43191
|
-
|
|
43192
|
-
/* harmony default export */ var View = (component.exports);
|
|
43193
|
-
|
|
43194
43019
|
/***/ }),
|
|
43195
43020
|
|
|
43196
43021
|
/***/ 5876:
|
|
@@ -50763,7 +50588,7 @@ module.exports = function (namespace, method) {
|
|
|
50763
50588
|
__webpack_require__.r(__webpack_exports__);
|
|
50764
50589
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
50765
50590
|
|
|
50766
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
50591
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1460));
|
|
50767
50592
|
const langData = {
|
|
50768
50593
|
configList: [{
|
|
50769
50594
|
id: Math.random().toString(),
|
|
@@ -51035,7 +50860,7 @@ module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefi
|
|
|
51035
50860
|
__webpack_require__.r(__webpack_exports__);
|
|
51036
50861
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
51037
50862
|
|
|
51038
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
50863
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 624));
|
|
51039
50864
|
const langData = {
|
|
51040
50865
|
title1: "标题",
|
|
51041
50866
|
title2: "副标题"
|
|
@@ -52485,8 +52310,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
52485
52310
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
52486
52311
|
|
|
52487
52312
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5985));
|
|
52488
|
-
const
|
|
52489
|
-
|
|
52313
|
+
const getTodayEndTimestamp = () => {
|
|
52314
|
+
const today = new Date();
|
|
52315
|
+
today.setHours(23, 59, 59, 999);
|
|
52316
|
+
return today.getTime();
|
|
52317
|
+
};
|
|
52318
|
+
const getDefaultLangData = () => ({
|
|
52319
|
+
dateTime: getTodayEndTimestamp(),
|
|
52490
52320
|
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315174726_yhL6RHpo_614x380.png",
|
|
52491
52321
|
input4: "",
|
|
52492
52322
|
input3: "",
|
|
@@ -52496,7 +52326,8 @@ const langData = {
|
|
|
52496
52326
|
imagePcATL: "",
|
|
52497
52327
|
imageH5ATL: "",
|
|
52498
52328
|
jumpUrl: ""
|
|
52499
|
-
};
|
|
52329
|
+
});
|
|
52330
|
+
const langData = getDefaultLangData();
|
|
52500
52331
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
52501
52332
|
uploadImagePC: {
|
|
52502
52333
|
label: "上传PC图片"
|
|
@@ -52543,7 +52374,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
52543
52374
|
settings: cmsCompName => {
|
|
52544
52375
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
52545
52376
|
cmsCompName,
|
|
52546
|
-
langData
|
|
52377
|
+
langData: getDefaultLangData()
|
|
52547
52378
|
});
|
|
52548
52379
|
}
|
|
52549
52380
|
});
|
|
@@ -58912,6 +58743,189 @@ module.exports = function (nextHandler, IS_ITERATOR, RETURN_HANDLER_RESULT) {
|
|
|
58912
58743
|
};
|
|
58913
58744
|
|
|
58914
58745
|
|
|
58746
|
+
/***/ }),
|
|
58747
|
+
|
|
58748
|
+
/***/ 9465:
|
|
58749
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
58750
|
+
|
|
58751
|
+
"use strict";
|
|
58752
|
+
// ESM COMPAT FLAG
|
|
58753
|
+
__webpack_require__.r(__webpack_exports__);
|
|
58754
|
+
|
|
58755
|
+
// EXPORTS
|
|
58756
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
58757
|
+
"default": function() { return /* binding */ View; }
|
|
58758
|
+
});
|
|
58759
|
+
|
|
58760
|
+
;// ./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-prodCustomization/View.vue?vue&type=template&id=4c7c1db7&scoped=true
|
|
58761
|
+
var render = function render() {
|
|
58762
|
+
var _vm = this,
|
|
58763
|
+
_c = _vm._self._c;
|
|
58764
|
+
return _c('BaseComp', _vm._b({
|
|
58765
|
+
attrs: {
|
|
58766
|
+
"data": _vm.data,
|
|
58767
|
+
"nowCompId": _vm.nowCompId,
|
|
58768
|
+
"isOpcacity": _vm.isOpcacity,
|
|
58769
|
+
"lang": _vm.lang
|
|
58770
|
+
},
|
|
58771
|
+
on: {
|
|
58772
|
+
"getConfigData": _vm.getConfigData
|
|
58773
|
+
}
|
|
58774
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
58775
|
+
staticClass: "cmhk-home_main"
|
|
58776
|
+
}, [_c('section', {
|
|
58777
|
+
ref: "servicePlan"
|
|
58778
|
+
}, [_c('div', {
|
|
58779
|
+
ref: "box_swiper",
|
|
58780
|
+
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
58781
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
58782
|
+
return _c('div', {
|
|
58783
|
+
key: inx,
|
|
58784
|
+
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
58785
|
+
attrs: {
|
|
58786
|
+
"data-wow-delay": "200",
|
|
58787
|
+
"data-wow-iteration": "1"
|
|
58788
|
+
}
|
|
58789
|
+
}, [_c('div', {
|
|
58790
|
+
staticClass: "kf-sprbox kf-blur",
|
|
58791
|
+
on: {
|
|
58792
|
+
"click": function ($event) {
|
|
58793
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
58794
|
+
}
|
|
58795
|
+
}
|
|
58796
|
+
}, [_c('img', {
|
|
58797
|
+
staticClass: "col331-image",
|
|
58798
|
+
attrs: {
|
|
58799
|
+
"src": item.uploadImagePC,
|
|
58800
|
+
"alt": item.imagePcATL
|
|
58801
|
+
}
|
|
58802
|
+
}), item.input1 ? _c('div', {
|
|
58803
|
+
staticClass: "swiper-btn"
|
|
58804
|
+
}, [_c('span', {
|
|
58805
|
+
staticClass: "vm"
|
|
58806
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
58807
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
58808
|
+
attrs: {
|
|
58809
|
+
"src": __webpack_require__(1061)
|
|
58810
|
+
}
|
|
58811
|
+
})]) : _vm._e()])]);
|
|
58812
|
+
}), 0), _c('div', {
|
|
58813
|
+
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
58814
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
58815
|
+
return _c('div', {
|
|
58816
|
+
key: inx,
|
|
58817
|
+
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
58818
|
+
attrs: {
|
|
58819
|
+
"data-wow-delay": "200",
|
|
58820
|
+
"data-wow-iteration": "1"
|
|
58821
|
+
}
|
|
58822
|
+
}, [_c('div', {
|
|
58823
|
+
staticClass: "kf-box",
|
|
58824
|
+
on: {
|
|
58825
|
+
"click": function ($event) {
|
|
58826
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
58827
|
+
}
|
|
58828
|
+
}
|
|
58829
|
+
}, [_c('img', {
|
|
58830
|
+
staticClass: "col331-image",
|
|
58831
|
+
attrs: {
|
|
58832
|
+
"src": item.uploadImageH5,
|
|
58833
|
+
"alt": item.imageH5ATL
|
|
58834
|
+
}
|
|
58835
|
+
}), item.input1 ? _c('div', {
|
|
58836
|
+
staticClass: "swiper-btn"
|
|
58837
|
+
}, [_c('span', {
|
|
58838
|
+
staticClass: "vm"
|
|
58839
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
58840
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
58841
|
+
attrs: {
|
|
58842
|
+
"src": __webpack_require__(1061)
|
|
58843
|
+
}
|
|
58844
|
+
})]) : _vm._e()])]);
|
|
58845
|
+
}), 0)])])]);
|
|
58846
|
+
};
|
|
58847
|
+
var staticRenderFns = [];
|
|
58848
|
+
|
|
58849
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=4c7c1db7&scoped=true
|
|
58850
|
+
|
|
58851
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
58852
|
+
var baseComp = __webpack_require__(677);
|
|
58853
|
+
;// ./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-prodCustomization/View.vue?vue&type=script&lang=js
|
|
58854
|
+
|
|
58855
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
58856
|
+
name: "cms-prodCustomization",
|
|
58857
|
+
components: {
|
|
58858
|
+
BaseComp: baseComp["default"]
|
|
58859
|
+
},
|
|
58860
|
+
props: {
|
|
58861
|
+
data: {
|
|
58862
|
+
type: Object,
|
|
58863
|
+
default: () => {
|
|
58864
|
+
return {};
|
|
58865
|
+
}
|
|
58866
|
+
},
|
|
58867
|
+
nowCompId: {
|
|
58868
|
+
type: [String, Number],
|
|
58869
|
+
default: ""
|
|
58870
|
+
},
|
|
58871
|
+
isOpcacity: {
|
|
58872
|
+
type: Boolean,
|
|
58873
|
+
default: true
|
|
58874
|
+
},
|
|
58875
|
+
lang: {
|
|
58876
|
+
type: String,
|
|
58877
|
+
default: "zh-HK"
|
|
58878
|
+
}
|
|
58879
|
+
},
|
|
58880
|
+
data() {
|
|
58881
|
+
return {
|
|
58882
|
+
configList: [],
|
|
58883
|
+
plan1Inx: 0
|
|
58884
|
+
};
|
|
58885
|
+
},
|
|
58886
|
+
mounted() {},
|
|
58887
|
+
watch: {},
|
|
58888
|
+
methods: {
|
|
58889
|
+
getConfigData(configData) {
|
|
58890
|
+
this.configList = configData.configList;
|
|
58891
|
+
},
|
|
58892
|
+
decodeJumpUrl(url) {
|
|
58893
|
+
if (!url) return;
|
|
58894
|
+
top.location.href = url;
|
|
58895
|
+
}
|
|
58896
|
+
}
|
|
58897
|
+
});
|
|
58898
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
58899
|
+
/* harmony default export */ var cms_prodCustomization_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
58900
|
+
;// ./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-prodCustomization/View.vue?vue&type=style&index=0&id=4c7c1db7&prod&lang=scss&scoped=true
|
|
58901
|
+
// extracted by mini-css-extract-plugin
|
|
58902
|
+
|
|
58903
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=4c7c1db7&prod&lang=scss&scoped=true
|
|
58904
|
+
|
|
58905
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
58906
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
58907
|
+
;// ./package/cms-prodCustomization/View.vue
|
|
58908
|
+
|
|
58909
|
+
|
|
58910
|
+
|
|
58911
|
+
;
|
|
58912
|
+
|
|
58913
|
+
|
|
58914
|
+
/* normalize component */
|
|
58915
|
+
|
|
58916
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
58917
|
+
cms_prodCustomization_Viewvue_type_script_lang_js,
|
|
58918
|
+
render,
|
|
58919
|
+
staticRenderFns,
|
|
58920
|
+
false,
|
|
58921
|
+
null,
|
|
58922
|
+
"4c7c1db7",
|
|
58923
|
+
null
|
|
58924
|
+
|
|
58925
|
+
)
|
|
58926
|
+
|
|
58927
|
+
/* harmony default export */ var View = (component.exports);
|
|
58928
|
+
|
|
58915
58929
|
/***/ }),
|
|
58916
58930
|
|
|
58917
58931
|
/***/ 9472:
|