cms-chenhj-ui 2.2.13 → 2.2.15
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 +2166 -2131
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1737 -1702
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/package.json +1 -1
package/cms-chenhj-ui.umd.js
CHANGED
|
@@ -23,234 +23,6 @@ module.exports = function (it) {
|
|
|
23
23
|
};
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
/***/ }),
|
|
27
|
-
|
|
28
|
-
/***/ 38:
|
|
29
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
30
|
-
|
|
31
|
-
"use strict";
|
|
32
|
-
// ESM COMPAT FLAG
|
|
33
|
-
__webpack_require__.r(__webpack_exports__);
|
|
34
|
-
|
|
35
|
-
// EXPORTS
|
|
36
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
37
|
-
"default": function() { return /* binding */ View; }
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
;// ./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-threeScroll/View.vue?vue&type=template&id=4ecaae13&scoped=true
|
|
41
|
-
var render = function render() {
|
|
42
|
-
var _vm = this,
|
|
43
|
-
_c = _vm._self._c;
|
|
44
|
-
return _c('BaseComp', _vm._b({
|
|
45
|
-
attrs: {
|
|
46
|
-
"data": _vm.data,
|
|
47
|
-
"nowCompId": _vm.nowCompId,
|
|
48
|
-
"isOpcacity": _vm.isOpcacity,
|
|
49
|
-
"lang": _vm.lang
|
|
50
|
-
},
|
|
51
|
-
on: {
|
|
52
|
-
"getConfigData": _vm.getConfigData
|
|
53
|
-
}
|
|
54
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
55
|
-
ref: "news",
|
|
56
|
-
staticClass: "cmhk-home_main"
|
|
57
|
-
}, [_vm.configList.length ? _c('div', {
|
|
58
|
-
staticClass: "section-body"
|
|
59
|
-
}, [_c('div', {
|
|
60
|
-
staticClass: "cmhk-section_corp_news-ser"
|
|
61
|
-
}, [_c('div', {
|
|
62
|
-
staticClass: "news-box_container"
|
|
63
|
-
}, [_c('div', {
|
|
64
|
-
staticClass: "news-box_swiper",
|
|
65
|
-
attrs: {
|
|
66
|
-
"id": `news-swiper${_vm.data.componentId}`
|
|
67
|
-
}
|
|
68
|
-
}, [_c('div', {
|
|
69
|
-
staticClass: "swiper-wrapper"
|
|
70
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
71
|
-
return _c('div', {
|
|
72
|
-
key: `${inx}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
73
|
-
staticClass: "swiper-slide"
|
|
74
|
-
}, [_c('div', {
|
|
75
|
-
staticClass: "new-read_card read-card_bg-wt",
|
|
76
|
-
on: {
|
|
77
|
-
"click": function ($event) {
|
|
78
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
}, [_c('div', {
|
|
82
|
-
staticClass: "image-desbox_wapper"
|
|
83
|
-
}, [_c('img', {
|
|
84
|
-
staticClass: "layout-pc",
|
|
85
|
-
attrs: {
|
|
86
|
-
"src": item.uploadImagePC,
|
|
87
|
-
"alt": item.imagePcATL
|
|
88
|
-
}
|
|
89
|
-
}), _c('img', {
|
|
90
|
-
staticClass: "layout-mobile",
|
|
91
|
-
attrs: {
|
|
92
|
-
"src": item.uploadImageH5,
|
|
93
|
-
"alt": item.imageH5ATL
|
|
94
|
-
}
|
|
95
|
-
})]), _c('div', {
|
|
96
|
-
staticClass: "new-read_card-content"
|
|
97
|
-
}, [_c('p', {
|
|
98
|
-
staticClass: "title"
|
|
99
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]), _c('p', {
|
|
100
|
-
staticClass: "time"
|
|
101
|
-
}, [_vm._v(_vm._s(item.input2))]), _c('p', {
|
|
102
|
-
staticClass: "des"
|
|
103
|
-
}, [_vm._v(_vm._s(item.input3))]), item.input4 ? _c('p', {
|
|
104
|
-
staticClass: "continue-read"
|
|
105
|
-
}, [_vm._v(" " + _vm._s(item.input4) + " "), _c('i', {
|
|
106
|
-
staticClass: "el-icon-arrow-right"
|
|
107
|
-
})]) : _vm._e()])])]);
|
|
108
|
-
}), 0)]), _vm.configList.length > 3 ? [_c('div', {
|
|
109
|
-
staticClass: "pag-prev left layout-pc",
|
|
110
|
-
class: [_vm.swiperNewsIdx > 2 ? 'is-active' : ''],
|
|
111
|
-
on: {
|
|
112
|
-
"click": _vm.newsPrev
|
|
113
|
-
}
|
|
114
|
-
}, [_c('i', {
|
|
115
|
-
staticClass: "el-icon-arrow-left"
|
|
116
|
-
})]), _c('div', {
|
|
117
|
-
staticClass: "pag-next right layout-pc",
|
|
118
|
-
class: [_vm.swiperNewsIdx < _vm.configList.length - 1 ? 'is-active' : ''],
|
|
119
|
-
on: {
|
|
120
|
-
"click": _vm.newsNext
|
|
121
|
-
}
|
|
122
|
-
}, [_c('i', {
|
|
123
|
-
staticClass: "el-icon-arrow-right"
|
|
124
|
-
})])] : _vm._e()], 2)])]) : _vm._e()])]);
|
|
125
|
-
};
|
|
126
|
-
var staticRenderFns = [];
|
|
127
|
-
|
|
128
|
-
// EXTERNAL MODULE: ./src/utils/index.js
|
|
129
|
-
var utils = __webpack_require__(9563);
|
|
130
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
131
|
-
var swiper = __webpack_require__(828);
|
|
132
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
133
|
-
var swiper_esm_bundle = __webpack_require__(1532);
|
|
134
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
135
|
-
var baseComp = __webpack_require__(677);
|
|
136
|
-
;// ./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-threeScroll/View.vue?vue&type=script&lang=js
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
143
|
-
name: "cms-threeScroll",
|
|
144
|
-
components: {
|
|
145
|
-
BaseComp: baseComp["default"]
|
|
146
|
-
},
|
|
147
|
-
props: {
|
|
148
|
-
data: {
|
|
149
|
-
type: Object,
|
|
150
|
-
default: () => {
|
|
151
|
-
return {};
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
nowCompId: {
|
|
155
|
-
type: [String, Number],
|
|
156
|
-
default: ""
|
|
157
|
-
},
|
|
158
|
-
isOpcacity: {
|
|
159
|
-
type: Boolean,
|
|
160
|
-
default: true
|
|
161
|
-
},
|
|
162
|
-
lang: {
|
|
163
|
-
type: String,
|
|
164
|
-
default: "zh-HK"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
data() {
|
|
168
|
-
return {
|
|
169
|
-
configList: [],
|
|
170
|
-
swiperNewsIdx: 0,
|
|
171
|
-
newsSwiper: null
|
|
172
|
-
};
|
|
173
|
-
},
|
|
174
|
-
mounted() {
|
|
175
|
-
const vm = this;
|
|
176
|
-
this.$nextTick(() => {
|
|
177
|
-
this.newsSwiper = new swiper_esm_bundle/* default */.A(`#news-swiper${this.data.componentId}`, {
|
|
178
|
-
autoplay: false,
|
|
179
|
-
loop: false,
|
|
180
|
-
// 循环模式选项
|
|
181
|
-
slidesPerView: (0,utils/* getDevice */.Pf)() !== "mobile" ? 3 : "auto",
|
|
182
|
-
// spaceBetween: getDevice() !== 'mobile' ? 32 : 16, // 在slide之间设置距离
|
|
183
|
-
observer: true,
|
|
184
|
-
observeParents: true,
|
|
185
|
-
touchMoveStopPropagation: true,
|
|
186
|
-
on: {
|
|
187
|
-
slideChangeTransitionEnd: function () {
|
|
188
|
-
if ((0,utils/* getDevice */.Pf)() !== "mobile") {
|
|
189
|
-
vm.swiperNewsIdx = this.realIndex + 2;
|
|
190
|
-
} else {
|
|
191
|
-
vm.swiperNewsIdx = this.realIndex;
|
|
192
|
-
}
|
|
193
|
-
console.log("新闻-当前页最后一个元素下标", vm.swiperNewsIdx);
|
|
194
|
-
},
|
|
195
|
-
resize: function () {
|
|
196
|
-
this.update(true);
|
|
197
|
-
}
|
|
198
|
-
}
|
|
199
|
-
});
|
|
200
|
-
});
|
|
201
|
-
},
|
|
202
|
-
watch: {},
|
|
203
|
-
methods: {
|
|
204
|
-
getConfigData(configData) {
|
|
205
|
-
this.configList = configData.configList;
|
|
206
|
-
},
|
|
207
|
-
newsPrev() {
|
|
208
|
-
if (this.swiperNewsIdx > 2) {
|
|
209
|
-
this.newsSwiper.slidePrev();
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
newsNext() {
|
|
213
|
-
if (this.swiperNewsIdx < this.configList.length - 1) {
|
|
214
|
-
this.newsSwiper.slideNext();
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
decodeJumpUrl(url) {
|
|
218
|
-
if (!url) return;
|
|
219
|
-
top.location.href = url;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
});
|
|
223
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
224
|
-
/* harmony default export */ var cms_threeScroll_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
225
|
-
;// ./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-threeScroll/View.vue?vue&type=style&index=0&id=4ecaae13&prod&lang=scss&scoped=true
|
|
226
|
-
// extracted by mini-css-extract-plugin
|
|
227
|
-
|
|
228
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=style&index=0&id=4ecaae13&prod&lang=scss&scoped=true
|
|
229
|
-
|
|
230
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
231
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
232
|
-
;// ./package/cms-threeScroll/View.vue
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
;
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
/* normalize component */
|
|
240
|
-
|
|
241
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
242
|
-
cms_threeScroll_Viewvue_type_script_lang_js,
|
|
243
|
-
render,
|
|
244
|
-
staticRenderFns,
|
|
245
|
-
false,
|
|
246
|
-
null,
|
|
247
|
-
"4ecaae13",
|
|
248
|
-
null
|
|
249
|
-
|
|
250
|
-
)
|
|
251
|
-
|
|
252
|
-
/* harmony default export */ var View = (component.exports);
|
|
253
|
-
|
|
254
26
|
/***/ }),
|
|
255
27
|
|
|
256
28
|
/***/ 81:
|
|
@@ -3466,7 +3238,24 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
3466
3238
|
|
|
3467
3239
|
/***/ }),
|
|
3468
3240
|
|
|
3469
|
-
/***/
|
|
3241
|
+
/***/ 616:
|
|
3242
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3243
|
+
|
|
3244
|
+
"use strict";
|
|
3245
|
+
|
|
3246
|
+
var fails = __webpack_require__(9039);
|
|
3247
|
+
|
|
3248
|
+
module.exports = !fails(function () {
|
|
3249
|
+
// eslint-disable-next-line es/no-function-prototype-bind -- safe
|
|
3250
|
+
var test = (function () { /* empty */ }).bind();
|
|
3251
|
+
// eslint-disable-next-line no-prototype-builtins -- safe
|
|
3252
|
+
return typeof test != 'function' || test.hasOwnProperty('prototype');
|
|
3253
|
+
});
|
|
3254
|
+
|
|
3255
|
+
|
|
3256
|
+
/***/ }),
|
|
3257
|
+
|
|
3258
|
+
/***/ 624:
|
|
3470
3259
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3471
3260
|
|
|
3472
3261
|
"use strict";
|
|
@@ -3478,7 +3267,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
3478
3267
|
"default": function() { return /* binding */ View; }
|
|
3479
3268
|
});
|
|
3480
3269
|
|
|
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-
|
|
3270
|
+
;// ./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
3271
|
var render = function render() {
|
|
3483
3272
|
var _vm = this,
|
|
3484
3273
|
_c = _vm._self._c;
|
|
@@ -3492,58 +3281,26 @@ var render = function render() {
|
|
|
3492
3281
|
on: {
|
|
3493
3282
|
"getConfigData": _vm.getConfigData
|
|
3494
3283
|
}
|
|
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"
|
|
3284
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
3285
|
+
staticClass: "section-head"
|
|
3503
3286
|
}, [_c('div', {
|
|
3287
|
+
staticClass: "cmhk-home_main"
|
|
3288
|
+
}, [_c('p', {
|
|
3289
|
+
staticClass: "title"
|
|
3290
|
+
}, [_c('span', {
|
|
3504
3291
|
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)])])])])])])])]);
|
|
3292
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
3293
|
+
staticClass: "subtitle"
|
|
3294
|
+
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
3538
3295
|
};
|
|
3539
3296
|
var staticRenderFns = [];
|
|
3540
3297
|
|
|
3541
3298
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
3542
3299
|
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-
|
|
3300
|
+
;// ./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
3301
|
|
|
3545
3302
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
3546
|
-
name: "cms-
|
|
3303
|
+
name: "cms-titleCenter",
|
|
3547
3304
|
components: {
|
|
3548
3305
|
BaseComp: baseComp["default"]
|
|
3549
3306
|
},
|
|
@@ -3569,26 +3326,26 @@ var baseComp = __webpack_require__(677);
|
|
|
3569
3326
|
},
|
|
3570
3327
|
data() {
|
|
3571
3328
|
return {
|
|
3572
|
-
|
|
3329
|
+
configData: {}
|
|
3573
3330
|
};
|
|
3574
3331
|
},
|
|
3575
3332
|
mounted() {},
|
|
3576
3333
|
methods: {
|
|
3577
3334
|
getConfigData(configData) {
|
|
3578
|
-
this.
|
|
3335
|
+
this.configData = configData;
|
|
3579
3336
|
}
|
|
3580
3337
|
}
|
|
3581
3338
|
});
|
|
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-
|
|
3339
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
3340
|
+
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
3341
|
+
;// ./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
3342
|
// extracted by mini-css-extract-plugin
|
|
3586
3343
|
|
|
3587
|
-
;// ./package/cms-
|
|
3344
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=0be10524&prod&scoped=true&lang=scss
|
|
3588
3345
|
|
|
3589
3346
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
3590
3347
|
var componentNormalizer = __webpack_require__(1656);
|
|
3591
|
-
;// ./package/cms-
|
|
3348
|
+
;// ./package/cms-titleCenter/View.vue
|
|
3592
3349
|
|
|
3593
3350
|
|
|
3594
3351
|
|
|
@@ -3598,35 +3355,18 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
3598
3355
|
/* normalize component */
|
|
3599
3356
|
|
|
3600
3357
|
var component = (0,componentNormalizer/* default */.A)(
|
|
3601
|
-
|
|
3358
|
+
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
3602
3359
|
render,
|
|
3603
3360
|
staticRenderFns,
|
|
3604
3361
|
false,
|
|
3605
3362
|
null,
|
|
3606
|
-
"
|
|
3363
|
+
"0be10524",
|
|
3607
3364
|
null
|
|
3608
3365
|
|
|
3609
3366
|
)
|
|
3610
3367
|
|
|
3611
3368
|
/* harmony default export */ var View = (component.exports);
|
|
3612
3369
|
|
|
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
3370
|
/***/ }),
|
|
3631
3371
|
|
|
3632
3372
|
/***/ 649:
|
|
@@ -3683,7 +3423,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
3683
3423
|
__webpack_require__.r(__webpack_exports__);
|
|
3684
3424
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
3685
3425
|
|
|
3686
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
3426
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4027));
|
|
3687
3427
|
const langData = {
|
|
3688
3428
|
configList: [{
|
|
3689
3429
|
id: Math.random().toString(),
|
|
@@ -4046,120 +3786,6 @@ module.exports = function (it, Prototype) {
|
|
|
4046
3786
|
};
|
|
4047
3787
|
|
|
4048
3788
|
|
|
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
3789
|
/***/ }),
|
|
4164
3790
|
|
|
4165
3791
|
/***/ 713:
|
|
@@ -4666,6 +4292,229 @@ module.exports = function parseHeaders(headers) {
|
|
|
4666
4292
|
|
|
4667
4293
|
/***/ }),
|
|
4668
4294
|
|
|
4295
|
+
/***/ 779:
|
|
4296
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4297
|
+
|
|
4298
|
+
"use strict";
|
|
4299
|
+
// ESM COMPAT FLAG
|
|
4300
|
+
__webpack_require__.r(__webpack_exports__);
|
|
4301
|
+
|
|
4302
|
+
// EXPORTS
|
|
4303
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
4304
|
+
"default": function() { return /* binding */ View; }
|
|
4305
|
+
});
|
|
4306
|
+
|
|
4307
|
+
;// ./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-lineThree/View.vue?vue&type=template&id=a822c0de&scoped=true
|
|
4308
|
+
var render = function render() {
|
|
4309
|
+
var _vm = this,
|
|
4310
|
+
_c = _vm._self._c,
|
|
4311
|
+
_setup = _vm._self._setupProxy;
|
|
4312
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
4313
|
+
attrs: {
|
|
4314
|
+
"data": _vm.data,
|
|
4315
|
+
"nowCompId": _vm.nowCompId,
|
|
4316
|
+
"isOpcacity": _vm.isOpcacity,
|
|
4317
|
+
"lang": _vm.lang
|
|
4318
|
+
},
|
|
4319
|
+
on: {
|
|
4320
|
+
"getConfigData": _vm.getConfigData
|
|
4321
|
+
}
|
|
4322
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
4323
|
+
staticClass: "cmhk-home_main"
|
|
4324
|
+
}, [_c('div', {
|
|
4325
|
+
staticClass: "corp-static_wrapper"
|
|
4326
|
+
}, [_c('div', {
|
|
4327
|
+
staticClass: "corp-static_scene_container"
|
|
4328
|
+
}, [_c('ul', {
|
|
4329
|
+
staticClass: "clearfix"
|
|
4330
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
4331
|
+
return _c('li', {
|
|
4332
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
4333
|
+
on: {
|
|
4334
|
+
"click": function ($event) {
|
|
4335
|
+
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
4336
|
+
}
|
|
4337
|
+
}
|
|
4338
|
+
}, [_c('div', {
|
|
4339
|
+
staticClass: "card-shadow"
|
|
4340
|
+
}, [_c('div', {
|
|
4341
|
+
staticClass: "image-desbox_wapper"
|
|
4342
|
+
}, [_c('img', {
|
|
4343
|
+
staticClass: "scene-image",
|
|
4344
|
+
attrs: {
|
|
4345
|
+
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
4346
|
+
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
4347
|
+
}
|
|
4348
|
+
})]), _c('div', {
|
|
4349
|
+
staticClass: "corp-static_scene_content"
|
|
4350
|
+
}, [_c('p', {
|
|
4351
|
+
staticClass: "title"
|
|
4352
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
4353
|
+
staticClass: "des",
|
|
4354
|
+
class: _vm.panelFold ? 'des-more' : ''
|
|
4355
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]), _vm.$i18n.locale == 'zh-CN' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
4356
|
+
staticClass: "crad-more",
|
|
4357
|
+
on: {
|
|
4358
|
+
"click": function ($event) {
|
|
4359
|
+
$event.stopPropagation();
|
|
4360
|
+
_vm.panelFold = !_vm.panelFold;
|
|
4361
|
+
}
|
|
4362
|
+
}
|
|
4363
|
+
}, [_c('span', {
|
|
4364
|
+
directives: [{
|
|
4365
|
+
name: "show",
|
|
4366
|
+
rawName: "v-show",
|
|
4367
|
+
value: _vm.$i18n.locale == 'zh-CN',
|
|
4368
|
+
expression: "$i18n.locale == 'zh-CN'"
|
|
4369
|
+
}]
|
|
4370
|
+
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
4371
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
4372
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
4373
|
+
staticClass: "crad-more",
|
|
4374
|
+
on: {
|
|
4375
|
+
"click": function ($event) {
|
|
4376
|
+
$event.stopPropagation();
|
|
4377
|
+
_vm.panelFold = !_vm.panelFold;
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
4381
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
4382
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
4383
|
+
staticClass: "crad-more",
|
|
4384
|
+
on: {
|
|
4385
|
+
"click": function ($event) {
|
|
4386
|
+
$event.stopPropagation();
|
|
4387
|
+
_vm.panelFold = !_vm.panelFold;
|
|
4388
|
+
}
|
|
4389
|
+
}
|
|
4390
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
4391
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
4392
|
+
})])]) : _vm._e()])])]);
|
|
4393
|
+
}), 0)])])])]);
|
|
4394
|
+
};
|
|
4395
|
+
var staticRenderFns = [];
|
|
4396
|
+
|
|
4397
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
4398
|
+
var baseComp = __webpack_require__(677);
|
|
4399
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
4400
|
+
var jumpUrl = __webpack_require__(4102);
|
|
4401
|
+
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
4402
|
+
var vue_runtime_esm = __webpack_require__(3562);
|
|
4403
|
+
;// ./src/utils/useMobileEffect.js
|
|
4404
|
+
|
|
4405
|
+
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
4406
|
+
const resize = () => {
|
|
4407
|
+
let bodyW = 0;
|
|
4408
|
+
if (document.body) {
|
|
4409
|
+
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
4410
|
+
}
|
|
4411
|
+
if (bodyW < 800) {
|
|
4412
|
+
isMobileHook.value = true;
|
|
4413
|
+
} else {
|
|
4414
|
+
isMobileHook.value = false;
|
|
4415
|
+
}
|
|
4416
|
+
};
|
|
4417
|
+
/* harmony default export */ function useMobileEffect() {
|
|
4418
|
+
(0,vue_runtime_esm.onMounted)(() => {
|
|
4419
|
+
resize();
|
|
4420
|
+
window.addEventListener('resize', resize);
|
|
4421
|
+
});
|
|
4422
|
+
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
4423
|
+
window.removeEventListener('resize', resize);
|
|
4424
|
+
});
|
|
4425
|
+
return {
|
|
4426
|
+
isMobileHook
|
|
4427
|
+
};
|
|
4428
|
+
}
|
|
4429
|
+
;// ./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-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
4430
|
+
|
|
4431
|
+
const __default__ = {
|
|
4432
|
+
name: "cms-lineThree",
|
|
4433
|
+
components: {
|
|
4434
|
+
BaseComp: baseComp["default"]
|
|
4435
|
+
},
|
|
4436
|
+
props: {
|
|
4437
|
+
data: {
|
|
4438
|
+
type: Object,
|
|
4439
|
+
default: () => {
|
|
4440
|
+
return {};
|
|
4441
|
+
}
|
|
4442
|
+
},
|
|
4443
|
+
nowCompId: {
|
|
4444
|
+
type: [String, Number],
|
|
4445
|
+
default: ""
|
|
4446
|
+
},
|
|
4447
|
+
isOpcacity: {
|
|
4448
|
+
type: Boolean,
|
|
4449
|
+
default: true
|
|
4450
|
+
},
|
|
4451
|
+
lang: {
|
|
4452
|
+
type: String,
|
|
4453
|
+
default: "zh-HK"
|
|
4454
|
+
}
|
|
4455
|
+
},
|
|
4456
|
+
data() {
|
|
4457
|
+
return {
|
|
4458
|
+
configList: [],
|
|
4459
|
+
panelFold: false
|
|
4460
|
+
};
|
|
4461
|
+
},
|
|
4462
|
+
mounted() {},
|
|
4463
|
+
watch: {},
|
|
4464
|
+
methods: {
|
|
4465
|
+
getConfigData(configData) {
|
|
4466
|
+
this.configList = configData.configList;
|
|
4467
|
+
}
|
|
4468
|
+
}
|
|
4469
|
+
};
|
|
4470
|
+
|
|
4471
|
+
|
|
4472
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
4473
|
+
setup(__props) {
|
|
4474
|
+
const {
|
|
4475
|
+
isMobileHook
|
|
4476
|
+
} = useMobileEffect();
|
|
4477
|
+
return {
|
|
4478
|
+
__sfc: true,
|
|
4479
|
+
isMobileHook,
|
|
4480
|
+
BaseComp: baseComp["default"],
|
|
4481
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
4482
|
+
};
|
|
4483
|
+
}
|
|
4484
|
+
}));
|
|
4485
|
+
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
4486
|
+
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
4487
|
+
;// ./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-lineThree/View.vue?vue&type=style&index=0&id=a822c0de&prod&lang=scss&scoped=true
|
|
4488
|
+
// extracted by mini-css-extract-plugin
|
|
4489
|
+
|
|
4490
|
+
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=a822c0de&prod&lang=scss&scoped=true
|
|
4491
|
+
|
|
4492
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
4493
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
4494
|
+
;// ./package/cms-lineThree/View.vue
|
|
4495
|
+
|
|
4496
|
+
|
|
4497
|
+
|
|
4498
|
+
;
|
|
4499
|
+
|
|
4500
|
+
|
|
4501
|
+
/* normalize component */
|
|
4502
|
+
|
|
4503
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
4504
|
+
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
4505
|
+
render,
|
|
4506
|
+
staticRenderFns,
|
|
4507
|
+
false,
|
|
4508
|
+
null,
|
|
4509
|
+
"a822c0de",
|
|
4510
|
+
null
|
|
4511
|
+
|
|
4512
|
+
)
|
|
4513
|
+
|
|
4514
|
+
/* harmony default export */ var View = (component.exports);
|
|
4515
|
+
|
|
4516
|
+
/***/ }),
|
|
4517
|
+
|
|
4669
4518
|
/***/ 828:
|
|
4670
4519
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4671
4520
|
|
|
@@ -13803,7 +13652,48 @@ module.exports = function (str, opts) {
|
|
|
13803
13652
|
|
|
13804
13653
|
/***/ }),
|
|
13805
13654
|
|
|
13806
|
-
/***/
|
|
13655
|
+
/***/ 1061:
|
|
13656
|
+
/***/ (function(module) {
|
|
13657
|
+
|
|
13658
|
+
"use strict";
|
|
13659
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMADcbuhjMy5KdVG7+6n5Z0Kdm+3qgAAABJSURBVCjP7cnJDcAgEANAQ44Fcrr/ZiMKWEtBfJCY76CnnNXeZAx+G+Unyg9xPnnCfatfvF7rmtxlG3D3pn3kwuTikItypRc/fNTEB6D7Pl+IAAAAAElFTkSuQmCC";
|
|
13660
|
+
|
|
13661
|
+
/***/ }),
|
|
13662
|
+
|
|
13663
|
+
/***/ 1072:
|
|
13664
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13665
|
+
|
|
13666
|
+
"use strict";
|
|
13667
|
+
|
|
13668
|
+
var internalObjectKeys = __webpack_require__(1828);
|
|
13669
|
+
var enumBugKeys = __webpack_require__(8727);
|
|
13670
|
+
|
|
13671
|
+
// `Object.keys` method
|
|
13672
|
+
// https://tc39.es/ecma262/#sec-object.keys
|
|
13673
|
+
// eslint-disable-next-line es/no-object-keys -- safe
|
|
13674
|
+
module.exports = Object.keys || function keys(O) {
|
|
13675
|
+
return internalObjectKeys(O, enumBugKeys);
|
|
13676
|
+
};
|
|
13677
|
+
|
|
13678
|
+
|
|
13679
|
+
/***/ }),
|
|
13680
|
+
|
|
13681
|
+
/***/ 1108:
|
|
13682
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13683
|
+
|
|
13684
|
+
"use strict";
|
|
13685
|
+
|
|
13686
|
+
var classof = __webpack_require__(6955);
|
|
13687
|
+
|
|
13688
|
+
module.exports = function (it) {
|
|
13689
|
+
var klass = classof(it);
|
|
13690
|
+
return klass === 'BigInt64Array' || klass === 'BigUint64Array';
|
|
13691
|
+
};
|
|
13692
|
+
|
|
13693
|
+
|
|
13694
|
+
/***/ }),
|
|
13695
|
+
|
|
13696
|
+
/***/ 1125:
|
|
13807
13697
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13808
13698
|
|
|
13809
13699
|
"use strict";
|
|
@@ -13815,7 +13705,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13815
13705
|
"default": function() { return /* binding */ View; }
|
|
13816
13706
|
});
|
|
13817
13707
|
|
|
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-
|
|
13708
|
+
;// ./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=1e95772a&scoped=true
|
|
13819
13709
|
var render = function render() {
|
|
13820
13710
|
var _vm = this,
|
|
13821
13711
|
_c = _vm._self._c;
|
|
@@ -13829,89 +13719,42 @@ var render = function render() {
|
|
|
13829
13719
|
on: {
|
|
13830
13720
|
"getConfigData": _vm.getConfigData
|
|
13831
13721
|
}
|
|
13832
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
13833
|
-
staticClass: "cmhk-
|
|
13722
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
13723
|
+
staticClass: "cmhk-home cms-servePlan-text"
|
|
13724
|
+
}, [_c('div', {
|
|
13725
|
+
staticClass: "sp-custombg"
|
|
13726
|
+
}, [_c('div', {
|
|
13727
|
+
staticClass: "adjust-partheader"
|
|
13834
13728
|
}, [_c('section', {
|
|
13835
|
-
|
|
13729
|
+
staticClass: "cmhk-home_main"
|
|
13836
13730
|
}, [_c('div', {
|
|
13837
|
-
|
|
13838
|
-
|
|
13839
|
-
|
|
13840
|
-
|
|
13841
|
-
|
|
13842
|
-
|
|
13843
|
-
|
|
13844
|
-
|
|
13845
|
-
|
|
13846
|
-
|
|
13847
|
-
|
|
13848
|
-
|
|
13849
|
-
|
|
13850
|
-
|
|
13851
|
-
|
|
13852
|
-
|
|
13853
|
-
|
|
13854
|
-
|
|
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)])])]);
|
|
13731
|
+
class: ['cmhk-partheader']
|
|
13732
|
+
}, [_c('div', {
|
|
13733
|
+
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
13734
|
+
}, [_c('p', {
|
|
13735
|
+
staticClass: "part-header_title"
|
|
13736
|
+
}, [_c('span', {
|
|
13737
|
+
class: ['highlight']
|
|
13738
|
+
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
13739
|
+
staticClass: "part-header_lf layout-pc"
|
|
13740
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
13741
|
+
staticClass: "part-header_subtitle"
|
|
13742
|
+
}, [_c('span', {
|
|
13743
|
+
staticClass: "vm"
|
|
13744
|
+
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
13745
|
+
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
13746
|
+
})])]), _vm.configData.input1 ? _c('p', {
|
|
13747
|
+
staticClass: "part-header_lf layout-mobile"
|
|
13748
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
13904
13749
|
};
|
|
13905
13750
|
var staticRenderFns = [];
|
|
13906
13751
|
|
|
13907
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=792be7e2&scoped=true
|
|
13908
|
-
|
|
13909
13752
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
13910
13753
|
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-
|
|
13754
|
+
;// ./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
|
|
13912
13755
|
|
|
13913
13756
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
13914
|
-
name: "cms-
|
|
13757
|
+
name: "cms-servePlan-text",
|
|
13915
13758
|
components: {
|
|
13916
13759
|
BaseComp: baseComp["default"]
|
|
13917
13760
|
},
|
|
@@ -13937,15 +13780,14 @@ var baseComp = __webpack_require__(677);
|
|
|
13937
13780
|
},
|
|
13938
13781
|
data() {
|
|
13939
13782
|
return {
|
|
13940
|
-
|
|
13941
|
-
plan1Inx: 0
|
|
13783
|
+
configData: {}
|
|
13942
13784
|
};
|
|
13943
13785
|
},
|
|
13944
13786
|
mounted() {},
|
|
13945
13787
|
watch: {},
|
|
13946
13788
|
methods: {
|
|
13947
13789
|
getConfigData(configData) {
|
|
13948
|
-
this.
|
|
13790
|
+
this.configData = configData;
|
|
13949
13791
|
},
|
|
13950
13792
|
decodeJumpUrl(url) {
|
|
13951
13793
|
if (!url) return;
|
|
@@ -13953,16 +13795,16 @@ var baseComp = __webpack_require__(677);
|
|
|
13953
13795
|
}
|
|
13954
13796
|
}
|
|
13955
13797
|
});
|
|
13956
|
-
;// ./package/cms-
|
|
13957
|
-
/* harmony default export */ var
|
|
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-
|
|
13798
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
13799
|
+
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
13800
|
+
;// ./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=1e95772a&prod&scoped=true&lang=scss
|
|
13959
13801
|
// extracted by mini-css-extract-plugin
|
|
13960
13802
|
|
|
13961
|
-
;// ./package/cms-
|
|
13803
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=1e95772a&prod&scoped=true&lang=scss
|
|
13962
13804
|
|
|
13963
13805
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
13964
13806
|
var componentNormalizer = __webpack_require__(1656);
|
|
13965
|
-
;// ./package/cms-
|
|
13807
|
+
;// ./package/cms-servePlan-text/View.vue
|
|
13966
13808
|
|
|
13967
13809
|
|
|
13968
13810
|
|
|
@@ -13972,59 +13814,18 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
13972
13814
|
/* normalize component */
|
|
13973
13815
|
|
|
13974
13816
|
var component = (0,componentNormalizer/* default */.A)(
|
|
13975
|
-
|
|
13817
|
+
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
13976
13818
|
render,
|
|
13977
13819
|
staticRenderFns,
|
|
13978
13820
|
false,
|
|
13979
13821
|
null,
|
|
13980
|
-
"
|
|
13822
|
+
"1e95772a",
|
|
13981
13823
|
null
|
|
13982
13824
|
|
|
13983
13825
|
)
|
|
13984
13826
|
|
|
13985
13827
|
/* harmony default export */ var View = (component.exports);
|
|
13986
13828
|
|
|
13987
|
-
/***/ }),
|
|
13988
|
-
|
|
13989
|
-
/***/ 1061:
|
|
13990
|
-
/***/ (function(module) {
|
|
13991
|
-
|
|
13992
|
-
"use strict";
|
|
13993
|
-
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEXRSTlMADcbuhjMy5KdVG7+6n5Z0Kdm+3qgAAABJSURBVCjP7cnJDcAgEANAQ44Fcrr/ZiMKWEtBfJCY76CnnNXeZAx+G+Unyg9xPnnCfatfvF7rmtxlG3D3pn3kwuTikItypRc/fNTEB6D7Pl+IAAAAAElFTkSuQmCC";
|
|
13994
|
-
|
|
13995
|
-
/***/ }),
|
|
13996
|
-
|
|
13997
|
-
/***/ 1072:
|
|
13998
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13999
|
-
|
|
14000
|
-
"use strict";
|
|
14001
|
-
|
|
14002
|
-
var internalObjectKeys = __webpack_require__(1828);
|
|
14003
|
-
var enumBugKeys = __webpack_require__(8727);
|
|
14004
|
-
|
|
14005
|
-
// `Object.keys` method
|
|
14006
|
-
// https://tc39.es/ecma262/#sec-object.keys
|
|
14007
|
-
// eslint-disable-next-line es/no-object-keys -- safe
|
|
14008
|
-
module.exports = Object.keys || function keys(O) {
|
|
14009
|
-
return internalObjectKeys(O, enumBugKeys);
|
|
14010
|
-
};
|
|
14011
|
-
|
|
14012
|
-
|
|
14013
|
-
/***/ }),
|
|
14014
|
-
|
|
14015
|
-
/***/ 1108:
|
|
14016
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
14017
|
-
|
|
14018
|
-
"use strict";
|
|
14019
|
-
|
|
14020
|
-
var classof = __webpack_require__(6955);
|
|
14021
|
-
|
|
14022
|
-
module.exports = function (it) {
|
|
14023
|
-
var klass = classof(it);
|
|
14024
|
-
return klass === 'BigInt64Array' || klass === 'BigUint64Array';
|
|
14025
|
-
};
|
|
14026
|
-
|
|
14027
|
-
|
|
14028
13829
|
/***/ }),
|
|
14029
13830
|
|
|
14030
13831
|
/***/ 1148:
|
|
@@ -14152,7 +13953,52 @@ module.exports = function (argument) {
|
|
|
14152
13953
|
|
|
14153
13954
|
/***/ }),
|
|
14154
13955
|
|
|
14155
|
-
/***/
|
|
13956
|
+
/***/ 1344:
|
|
13957
|
+
/***/ (function(module) {
|
|
13958
|
+
|
|
13959
|
+
"use strict";
|
|
13960
|
+
|
|
13961
|
+
|
|
13962
|
+
/** @type {import('./round')} */
|
|
13963
|
+
module.exports = Math.round;
|
|
13964
|
+
|
|
13965
|
+
/***/ }),
|
|
13966
|
+
|
|
13967
|
+
/***/ 1404:
|
|
13968
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13969
|
+
|
|
13970
|
+
"use strict";
|
|
13971
|
+
|
|
13972
|
+
|
|
13973
|
+
var createError = __webpack_require__(1981);
|
|
13974
|
+
|
|
13975
|
+
/**
|
|
13976
|
+
* Resolve or reject a Promise based on response status.
|
|
13977
|
+
*
|
|
13978
|
+
* @param {Function} resolve A function that resolves the promise.
|
|
13979
|
+
* @param {Function} reject A function that rejects the promise.
|
|
13980
|
+
* @param {object} response The response.
|
|
13981
|
+
*/
|
|
13982
|
+
module.exports = function settle(resolve, reject, response) {
|
|
13983
|
+
var validateStatus = response.config.validateStatus;
|
|
13984
|
+
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
13985
|
+
resolve(response);
|
|
13986
|
+
} else {
|
|
13987
|
+
reject(createError('Request failed with status code ' + response.status, response.config, null, response.request, response));
|
|
13988
|
+
}
|
|
13989
|
+
};
|
|
13990
|
+
|
|
13991
|
+
/***/ }),
|
|
13992
|
+
|
|
13993
|
+
/***/ 1425:
|
|
13994
|
+
/***/ (function(module) {
|
|
13995
|
+
|
|
13996
|
+
"use strict";
|
|
13997
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAABlUlEQVRIDdWVO0sDQRDHZ3J5GBMrX59CxRSWIlqo+E18gKiNHOSMxkY0NoKllaWgbQp7EbzETyDpRIQUF+XUvXU2ssd5iM6eILhwzNzuzP+3szvHAfz3gZwCpk5kT7vVWZEAw5i1jhqb+TtOnopJcQLbraealLAHEtbBF9elXX+Uk8cGUOCEFqQqBoK310suhFWBBDzVAGWpmn4uhAVoOr2HpFtLAmFdshYe2/IOyF/T78oiwmMqnZm+sXO30XntGwFUkinEGNCFVLz9bkfpbZJVldAz45aLzcg0JAKYQBIDvoE85NKFkSsb71UMq4tU4Fej6RQ36GzOomvUwoO+6MzruV8BSjveHN3Fghb7sBiABQ09l9aOqS1VvFkR4Dl9drkwF1HSjpdduxgCElWgdi4AL+iTjosvuU7hOASSY3zJXXG1c4a4AhkBTMWNAEnE2YDx6vNkIII691iUsB6sLgqEqFI7/nihWjRqWV2EgF6YpFoRYTHeLeF6zGFVkM1Yq/6L6KOeH0JIbbvl/KcfUEzzb1/fAfc4q59IkdoWAAAAAElFTkSuQmCC";
|
|
13998
|
+
|
|
13999
|
+
/***/ }),
|
|
14000
|
+
|
|
14001
|
+
/***/ 1460:
|
|
14156
14002
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14157
14003
|
|
|
14158
14004
|
"use strict";
|
|
@@ -14164,12 +14010,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
14164
14010
|
"default": function() { return /* binding */ View; }
|
|
14165
14011
|
});
|
|
14166
14012
|
|
|
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-
|
|
14013
|
+
;// ./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
|
|
14168
14014
|
var render = function render() {
|
|
14169
14015
|
var _vm = this,
|
|
14170
|
-
_c = _vm._self._c
|
|
14171
|
-
|
|
14172
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
14016
|
+
_c = _vm._self._c;
|
|
14017
|
+
return _c('BaseComp', _vm._b({
|
|
14173
14018
|
attrs: {
|
|
14174
14019
|
"data": _vm.data,
|
|
14175
14020
|
"nowCompId": _vm.nowCompId,
|
|
@@ -14180,38 +14025,57 @@ var render = function render() {
|
|
|
14180
14025
|
"getConfigData": _vm.getConfigData
|
|
14181
14026
|
}
|
|
14182
14027
|
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
14183
|
-
staticClass: "cmhk-home_main
|
|
14028
|
+
staticClass: "cmhk-home_main"
|
|
14184
14029
|
}, [_c('div', {
|
|
14185
|
-
staticClass: "
|
|
14186
|
-
}, [_c('
|
|
14187
|
-
staticClass: "
|
|
14188
|
-
}, [_c('
|
|
14189
|
-
|
|
14190
|
-
}, [
|
|
14191
|
-
staticClass: "
|
|
14192
|
-
}, [
|
|
14193
|
-
staticClass: "
|
|
14194
|
-
|
|
14195
|
-
|
|
14196
|
-
|
|
14030
|
+
staticClass: "dataTransferTips"
|
|
14031
|
+
}, [_c('div', {
|
|
14032
|
+
staticClass: "pageCenter"
|
|
14033
|
+
}, [_c('div', {
|
|
14034
|
+
staticClass: "tab"
|
|
14035
|
+
}, [_c('div', {
|
|
14036
|
+
staticClass: "main"
|
|
14037
|
+
}, [_c('div', {
|
|
14038
|
+
staticClass: "tpl-marketingnew-activity"
|
|
14039
|
+
}, [_c('div', {
|
|
14040
|
+
staticClass: "marketingnew_activity"
|
|
14041
|
+
}, [_c('div', {
|
|
14042
|
+
staticClass: "marketingnew_activity_list common_width_container"
|
|
14043
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
14044
|
+
return _c('div', {
|
|
14045
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
14046
|
+
staticClass: "activity_item activity_link_item"
|
|
14047
|
+
}, [_c('div', {
|
|
14048
|
+
staticClass: "activity_item_img"
|
|
14049
|
+
}, [_c('a', {
|
|
14050
|
+
attrs: {
|
|
14051
|
+
"href": item.jumpUrl,
|
|
14052
|
+
"target": "_blank"
|
|
14197
14053
|
}
|
|
14198
|
-
}
|
|
14199
|
-
|
|
14200
|
-
|
|
14201
|
-
|
|
14202
|
-
|
|
14203
|
-
|
|
14054
|
+
}, [_c('img', {
|
|
14055
|
+
staticClass: "pc-show",
|
|
14056
|
+
attrs: {
|
|
14057
|
+
"src": item.uploadImagePC,
|
|
14058
|
+
"alt": item.imagePcATL
|
|
14059
|
+
}
|
|
14060
|
+
}), _c('img', {
|
|
14061
|
+
staticClass: "mobile-show",
|
|
14062
|
+
attrs: {
|
|
14063
|
+
"src": item.uploadImageH5,
|
|
14064
|
+
"alt": item.imageH5ATL
|
|
14065
|
+
}
|
|
14066
|
+
})])]), _c('p', {
|
|
14067
|
+
staticClass: "activity_item_text"
|
|
14068
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")])]);
|
|
14069
|
+
}), 0)])])])])])])])]);
|
|
14204
14070
|
};
|
|
14205
14071
|
var staticRenderFns = [];
|
|
14206
14072
|
|
|
14207
14073
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
14208
14074
|
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
|
|
14075
|
+
;// ./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
|
|
14212
14076
|
|
|
14213
|
-
|
|
14214
|
-
name: "cms-
|
|
14077
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
14078
|
+
name: "cms-lineTwo",
|
|
14215
14079
|
components: {
|
|
14216
14080
|
BaseComp: baseComp["default"]
|
|
14217
14081
|
},
|
|
@@ -14237,37 +14101,26 @@ const __default__ = {
|
|
|
14237
14101
|
},
|
|
14238
14102
|
data() {
|
|
14239
14103
|
return {
|
|
14240
|
-
|
|
14104
|
+
configList: []
|
|
14241
14105
|
};
|
|
14242
14106
|
},
|
|
14243
14107
|
mounted() {},
|
|
14244
|
-
watch: {},
|
|
14245
14108
|
methods: {
|
|
14246
14109
|
getConfigData(configData) {
|
|
14247
|
-
this.
|
|
14110
|
+
this.configList = configData.configList;
|
|
14248
14111
|
}
|
|
14249
14112
|
}
|
|
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
|
|
14113
|
+
});
|
|
14114
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
14115
|
+
/* harmony default export */ var cms_lineTwo_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
14116
|
+
;// ./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
|
|
14264
14117
|
// extracted by mini-css-extract-plugin
|
|
14265
14118
|
|
|
14266
|
-
;// ./package/cms-
|
|
14119
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=3ecc63be&prod&lang=scss&scoped=true
|
|
14267
14120
|
|
|
14268
14121
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
14269
14122
|
var componentNormalizer = __webpack_require__(1656);
|
|
14270
|
-
;// ./package/cms-
|
|
14123
|
+
;// ./package/cms-lineTwo/View.vue
|
|
14271
14124
|
|
|
14272
14125
|
|
|
14273
14126
|
|
|
@@ -14277,12 +14130,12 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
14277
14130
|
/* normalize component */
|
|
14278
14131
|
|
|
14279
14132
|
var component = (0,componentNormalizer/* default */.A)(
|
|
14280
|
-
|
|
14133
|
+
cms_lineTwo_Viewvue_type_script_lang_js,
|
|
14281
14134
|
render,
|
|
14282
14135
|
staticRenderFns,
|
|
14283
14136
|
false,
|
|
14284
14137
|
null,
|
|
14285
|
-
"
|
|
14138
|
+
"3ecc63be",
|
|
14286
14139
|
null
|
|
14287
14140
|
|
|
14288
14141
|
)
|
|
@@ -14291,51 +14144,6 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
14291
14144
|
|
|
14292
14145
|
/***/ }),
|
|
14293
14146
|
|
|
14294
|
-
/***/ 1344:
|
|
14295
|
-
/***/ (function(module) {
|
|
14296
|
-
|
|
14297
|
-
"use strict";
|
|
14298
|
-
|
|
14299
|
-
|
|
14300
|
-
/** @type {import('./round')} */
|
|
14301
|
-
module.exports = Math.round;
|
|
14302
|
-
|
|
14303
|
-
/***/ }),
|
|
14304
|
-
|
|
14305
|
-
/***/ 1404:
|
|
14306
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
14307
|
-
|
|
14308
|
-
"use strict";
|
|
14309
|
-
|
|
14310
|
-
|
|
14311
|
-
var createError = __webpack_require__(1981);
|
|
14312
|
-
|
|
14313
|
-
/**
|
|
14314
|
-
* Resolve or reject a Promise based on response status.
|
|
14315
|
-
*
|
|
14316
|
-
* @param {Function} resolve A function that resolves the promise.
|
|
14317
|
-
* @param {Function} reject A function that rejects the promise.
|
|
14318
|
-
* @param {object} response The response.
|
|
14319
|
-
*/
|
|
14320
|
-
module.exports = function settle(resolve, reject, response) {
|
|
14321
|
-
var validateStatus = response.config.validateStatus;
|
|
14322
|
-
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
14323
|
-
resolve(response);
|
|
14324
|
-
} else {
|
|
14325
|
-
reject(createError('Request failed with status code ' + response.status, response.config, null, response.request, response));
|
|
14326
|
-
}
|
|
14327
|
-
};
|
|
14328
|
-
|
|
14329
|
-
/***/ }),
|
|
14330
|
-
|
|
14331
|
-
/***/ 1425:
|
|
14332
|
-
/***/ (function(module) {
|
|
14333
|
-
|
|
14334
|
-
"use strict";
|
|
14335
|
-
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAABlUlEQVRIDdWVO0sDQRDHZ3J5GBMrX59CxRSWIlqo+E18gKiNHOSMxkY0NoKllaWgbQp7EbzETyDpRIQUF+XUvXU2ssd5iM6eILhwzNzuzP+3szvHAfz3gZwCpk5kT7vVWZEAw5i1jhqb+TtOnopJcQLbraealLAHEtbBF9elXX+Uk8cGUOCEFqQqBoK310suhFWBBDzVAGWpmn4uhAVoOr2HpFtLAmFdshYe2/IOyF/T78oiwmMqnZm+sXO30XntGwFUkinEGNCFVLz9bkfpbZJVldAz45aLzcg0JAKYQBIDvoE85NKFkSsb71UMq4tU4Fej6RQ36GzOomvUwoO+6MzruV8BSjveHN3Fghb7sBiABQ09l9aOqS1VvFkR4Dl9drkwF1HSjpdduxgCElWgdi4AL+iTjosvuU7hOASSY3zJXXG1c4a4AhkBTMWNAEnE2YDx6vNkIII691iUsB6sLgqEqFI7/nihWjRqWV2EgF6YpFoRYTHeLeF6zGFVkM1Yq/6L6KOeH0JIbbvl/KcfUEzzb1/fAfc4q59IkdoWAAAAAElFTkSuQmCC";
|
|
14336
|
-
|
|
14337
|
-
/***/ }),
|
|
14338
|
-
|
|
14339
14147
|
/***/ 1532:
|
|
14340
14148
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
14341
14149
|
|
|
@@ -22780,8 +22588,8 @@ var map = {
|
|
|
22780
22588
|
"./cms-dynamic-comp/index.js": 6467,
|
|
22781
22589
|
"./cms-iconFour": 653,
|
|
22782
22590
|
"./cms-iconFour/": 653,
|
|
22783
|
-
"./cms-iconFour/View":
|
|
22784
|
-
"./cms-iconFour/View.vue":
|
|
22591
|
+
"./cms-iconFour/View": 4027,
|
|
22592
|
+
"./cms-iconFour/View.vue": 4027,
|
|
22785
22593
|
"./cms-iconFour/index": 653,
|
|
22786
22594
|
"./cms-iconFour/index.js": 653,
|
|
22787
22595
|
"./cms-image": 3513,
|
|
@@ -22798,14 +22606,14 @@ var map = {
|
|
|
22798
22606
|
"./cms-image/index.js": 3513,
|
|
22799
22607
|
"./cms-imgFour": 3395,
|
|
22800
22608
|
"./cms-imgFour/": 3395,
|
|
22801
|
-
"./cms-imgFour/View":
|
|
22802
|
-
"./cms-imgFour/View.vue":
|
|
22609
|
+
"./cms-imgFour/View": 5153,
|
|
22610
|
+
"./cms-imgFour/View.vue": 5153,
|
|
22803
22611
|
"./cms-imgFour/index": 3395,
|
|
22804
22612
|
"./cms-imgFour/index.js": 3395,
|
|
22805
22613
|
"./cms-lineFive": 6442,
|
|
22806
22614
|
"./cms-lineFive/": 6442,
|
|
22807
|
-
"./cms-lineFive/View":
|
|
22808
|
-
"./cms-lineFive/View.vue":
|
|
22615
|
+
"./cms-lineFive/View": 9334,
|
|
22616
|
+
"./cms-lineFive/View.vue": 9334,
|
|
22809
22617
|
"./cms-lineFive/index": 6442,
|
|
22810
22618
|
"./cms-lineFive/index.js": 6442,
|
|
22811
22619
|
"./cms-lineFour": 4066,
|
|
@@ -22816,14 +22624,14 @@ var map = {
|
|
|
22816
22624
|
"./cms-lineFour/index.js": 4066,
|
|
22817
22625
|
"./cms-lineThree": 3522,
|
|
22818
22626
|
"./cms-lineThree/": 3522,
|
|
22819
|
-
"./cms-lineThree/View":
|
|
22820
|
-
"./cms-lineThree/View.vue":
|
|
22627
|
+
"./cms-lineThree/View": 779,
|
|
22628
|
+
"./cms-lineThree/View.vue": 779,
|
|
22821
22629
|
"./cms-lineThree/index": 3522,
|
|
22822
22630
|
"./cms-lineThree/index.js": 3522,
|
|
22823
22631
|
"./cms-lineTwo": 7756,
|
|
22824
22632
|
"./cms-lineTwo/": 7756,
|
|
22825
|
-
"./cms-lineTwo/View":
|
|
22826
|
-
"./cms-lineTwo/View.vue":
|
|
22633
|
+
"./cms-lineTwo/View": 1460,
|
|
22634
|
+
"./cms-lineTwo/View.vue": 1460,
|
|
22827
22635
|
"./cms-lineTwo/index": 7756,
|
|
22828
22636
|
"./cms-lineTwo/index.js": 7756,
|
|
22829
22637
|
"./cms-proCard": 7001,
|
|
@@ -22834,8 +22642,8 @@ var map = {
|
|
|
22834
22642
|
"./cms-proCard/index.js": 7001,
|
|
22835
22643
|
"./cms-prodCustomization": 1854,
|
|
22836
22644
|
"./cms-prodCustomization/": 1854,
|
|
22837
|
-
"./cms-prodCustomization/View":
|
|
22838
|
-
"./cms-prodCustomization/View.vue":
|
|
22645
|
+
"./cms-prodCustomization/View": 9465,
|
|
22646
|
+
"./cms-prodCustomization/View.vue": 9465,
|
|
22839
22647
|
"./cms-prodCustomization/index": 1854,
|
|
22840
22648
|
"./cms-prodCustomization/index.js": 1854,
|
|
22841
22649
|
"./cms-productDetails": 4295,
|
|
@@ -22846,8 +22654,8 @@ var map = {
|
|
|
22846
22654
|
"./cms-productDetails/index.js": 4295,
|
|
22847
22655
|
"./cms-question": 9704,
|
|
22848
22656
|
"./cms-question/": 9704,
|
|
22849
|
-
"./cms-question/View":
|
|
22850
|
-
"./cms-question/View.vue":
|
|
22657
|
+
"./cms-question/View": 8105,
|
|
22658
|
+
"./cms-question/View.vue": 8105,
|
|
22851
22659
|
"./cms-question/index": 9704,
|
|
22852
22660
|
"./cms-question/index.js": 9704,
|
|
22853
22661
|
"./cms-richText": 289,
|
|
@@ -22869,8 +22677,8 @@ var map = {
|
|
|
22869
22677
|
"./cms-servePlan-tab/service-plan.scss": 431,
|
|
22870
22678
|
"./cms-servePlan-text": 2520,
|
|
22871
22679
|
"./cms-servePlan-text/": 2520,
|
|
22872
|
-
"./cms-servePlan-text/View":
|
|
22873
|
-
"./cms-servePlan-text/View.vue":
|
|
22680
|
+
"./cms-servePlan-text/View": 1125,
|
|
22681
|
+
"./cms-servePlan-text/View.vue": 1125,
|
|
22874
22682
|
"./cms-servePlan-text/index": 2520,
|
|
22875
22683
|
"./cms-servePlan-text/index.js": 2520,
|
|
22876
22684
|
"./cms-tab": 9007,
|
|
@@ -22893,20 +22701,20 @@ var map = {
|
|
|
22893
22701
|
"./cms-text/index.js": 4759,
|
|
22894
22702
|
"./cms-threeScroll": 1661,
|
|
22895
22703
|
"./cms-threeScroll/": 1661,
|
|
22896
|
-
"./cms-threeScroll/View":
|
|
22897
|
-
"./cms-threeScroll/View.vue":
|
|
22704
|
+
"./cms-threeScroll/View": 3956,
|
|
22705
|
+
"./cms-threeScroll/View.vue": 3956,
|
|
22898
22706
|
"./cms-threeScroll/index": 1661,
|
|
22899
22707
|
"./cms-threeScroll/index.js": 1661,
|
|
22900
22708
|
"./cms-titleCenter": 7891,
|
|
22901
22709
|
"./cms-titleCenter/": 7891,
|
|
22902
|
-
"./cms-titleCenter/View":
|
|
22903
|
-
"./cms-titleCenter/View.vue":
|
|
22710
|
+
"./cms-titleCenter/View": 624,
|
|
22711
|
+
"./cms-titleCenter/View.vue": 624,
|
|
22904
22712
|
"./cms-titleCenter/index": 7891,
|
|
22905
22713
|
"./cms-titleCenter/index.js": 7891,
|
|
22906
22714
|
"./cms-titleLeft": 3003,
|
|
22907
22715
|
"./cms-titleLeft/": 3003,
|
|
22908
|
-
"./cms-titleLeft/View":
|
|
22909
|
-
"./cms-titleLeft/View.vue":
|
|
22716
|
+
"./cms-titleLeft/View": 3755,
|
|
22717
|
+
"./cms-titleLeft/View.vue": 3755,
|
|
22910
22718
|
"./cms-titleLeft/index": 3003,
|
|
22911
22719
|
"./cms-titleLeft/index.js": 3003,
|
|
22912
22720
|
"./cms-via-storedValueCard": 9711,
|
|
@@ -23106,7 +22914,7 @@ function normalizeComponent(
|
|
|
23106
22914
|
__webpack_require__.r(__webpack_exports__);
|
|
23107
22915
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
23108
22916
|
|
|
23109
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
22917
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 3956));
|
|
23110
22918
|
const langData = {
|
|
23111
22919
|
configList: [{
|
|
23112
22920
|
id: Math.random().toString(),
|
|
@@ -23568,7 +23376,7 @@ module.exports = function (object, names) {
|
|
|
23568
23376
|
__webpack_require__.r(__webpack_exports__);
|
|
23569
23377
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
23570
23378
|
|
|
23571
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
23379
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9465));
|
|
23572
23380
|
const langData = {
|
|
23573
23381
|
configList: [{
|
|
23574
23382
|
id: Math.random().toString(),
|
|
@@ -23777,10 +23585,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23777
23585
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
23778
23586
|
|
|
23779
23587
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 6835));
|
|
23780
|
-
const
|
|
23781
|
-
|
|
23588
|
+
const getTodayDate = () => {
|
|
23589
|
+
const today = new Date();
|
|
23590
|
+
const year = today.getFullYear();
|
|
23591
|
+
const month = `${today.getMonth() + 1}`.padStart(2, "0");
|
|
23592
|
+
const date = `${today.getDate()}`.padStart(2, "0");
|
|
23593
|
+
return `${year}-${month}-${date}`;
|
|
23594
|
+
};
|
|
23595
|
+
const getDefaultLangData = () => ({
|
|
23596
|
+
startTime: getTodayDate(),
|
|
23782
23597
|
endTime: "2098-01-01"
|
|
23783
|
-
};
|
|
23598
|
+
});
|
|
23599
|
+
const langData = getDefaultLangData();
|
|
23784
23600
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
23785
23601
|
startTime: {
|
|
23786
23602
|
label: "开始时间",
|
|
@@ -23804,7 +23620,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
23804
23620
|
settings: cmsCompName => {
|
|
23805
23621
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
23806
23622
|
cmsCompName,
|
|
23807
|
-
langData,
|
|
23623
|
+
langData: getDefaultLangData(),
|
|
23808
23624
|
isLangAll: true
|
|
23809
23625
|
});
|
|
23810
23626
|
}
|
|
@@ -25509,7 +25325,7 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
|
25509
25325
|
__webpack_require__.r(__webpack_exports__);
|
|
25510
25326
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
25511
25327
|
|
|
25512
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
25328
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1125));
|
|
25513
25329
|
const langData = {
|
|
25514
25330
|
input1: "描述",
|
|
25515
25331
|
input2: "标题",
|
|
@@ -27632,7 +27448,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
27632
27448
|
__webpack_require__.r(__webpack_exports__);
|
|
27633
27449
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
27634
27450
|
|
|
27635
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
27451
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 3755));
|
|
27636
27452
|
const langData = {
|
|
27637
27453
|
title1: "标题",
|
|
27638
27454
|
title2: "副标题",
|
|
@@ -28213,7 +28029,7 @@ module.exports = function (key) {
|
|
|
28213
28029
|
__webpack_require__.r(__webpack_exports__);
|
|
28214
28030
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
28215
28031
|
|
|
28216
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28032
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5153));
|
|
28217
28033
|
const langData = {
|
|
28218
28034
|
configList: [{
|
|
28219
28035
|
id: Math.random().toString(),
|
|
@@ -28585,7 +28401,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
28585
28401
|
__webpack_require__.r(__webpack_exports__);
|
|
28586
28402
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
28587
28403
|
|
|
28588
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28404
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 779));
|
|
28589
28405
|
const langData = {
|
|
28590
28406
|
configList: [{
|
|
28591
28407
|
id: Math.random().toString(),
|
|
@@ -37375,6 +37191,145 @@ module.exports = !fails(function () {
|
|
|
37375
37191
|
});
|
|
37376
37192
|
|
|
37377
37193
|
|
|
37194
|
+
/***/ }),
|
|
37195
|
+
|
|
37196
|
+
/***/ 3755:
|
|
37197
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37198
|
+
|
|
37199
|
+
"use strict";
|
|
37200
|
+
// ESM COMPAT FLAG
|
|
37201
|
+
__webpack_require__.r(__webpack_exports__);
|
|
37202
|
+
|
|
37203
|
+
// EXPORTS
|
|
37204
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
37205
|
+
"default": function() { return /* binding */ View; }
|
|
37206
|
+
});
|
|
37207
|
+
|
|
37208
|
+
;// ./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
|
|
37209
|
+
var render = function render() {
|
|
37210
|
+
var _vm = this,
|
|
37211
|
+
_c = _vm._self._c,
|
|
37212
|
+
_setup = _vm._self._setupProxy;
|
|
37213
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
37214
|
+
attrs: {
|
|
37215
|
+
"data": _vm.data,
|
|
37216
|
+
"nowCompId": _vm.nowCompId,
|
|
37217
|
+
"isOpcacity": _vm.isOpcacity,
|
|
37218
|
+
"lang": _vm.lang
|
|
37219
|
+
},
|
|
37220
|
+
on: {
|
|
37221
|
+
"getConfigData": _vm.getConfigData
|
|
37222
|
+
}
|
|
37223
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
37224
|
+
staticClass: "cmhk-home_main cms-titleLeft"
|
|
37225
|
+
}, [_c('div', {
|
|
37226
|
+
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
37227
|
+
}, [_c('p', {
|
|
37228
|
+
staticClass: "part-header_title"
|
|
37229
|
+
}, [_c('span', {
|
|
37230
|
+
class: ['normal']
|
|
37231
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _vm.configData.title2 !== '' ? _c('p', {
|
|
37232
|
+
staticClass: "part-header_lf layout-pc"
|
|
37233
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e(), _vm.configData && _vm.configData.link ? _c('span', {
|
|
37234
|
+
staticClass: "part-header_subtitle",
|
|
37235
|
+
on: {
|
|
37236
|
+
"click": function ($event) {
|
|
37237
|
+
return _setup.decodeJumpUrl(_vm.configData.link, _vm.$router);
|
|
37238
|
+
}
|
|
37239
|
+
}
|
|
37240
|
+
}, [_c('span', {
|
|
37241
|
+
staticClass: "vm"
|
|
37242
|
+
}, [_vm._v(_vm._s(_vm.configData.linkText))])]) : _vm._e()]), _vm.configData.title2 !== '' ? _c('p', {
|
|
37243
|
+
staticClass: "part-header_lf layout-mobile"
|
|
37244
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e()])]);
|
|
37245
|
+
};
|
|
37246
|
+
var staticRenderFns = [];
|
|
37247
|
+
|
|
37248
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37249
|
+
var baseComp = __webpack_require__(677);
|
|
37250
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
37251
|
+
var jumpUrl = __webpack_require__(4102);
|
|
37252
|
+
;// ./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
|
|
37253
|
+
|
|
37254
|
+
const __default__ = {
|
|
37255
|
+
name: "cms-titleLeft",
|
|
37256
|
+
components: {
|
|
37257
|
+
BaseComp: baseComp["default"]
|
|
37258
|
+
},
|
|
37259
|
+
props: {
|
|
37260
|
+
data: {
|
|
37261
|
+
type: Object,
|
|
37262
|
+
default: () => {
|
|
37263
|
+
return {};
|
|
37264
|
+
}
|
|
37265
|
+
},
|
|
37266
|
+
nowCompId: {
|
|
37267
|
+
type: [String, Number],
|
|
37268
|
+
default: ""
|
|
37269
|
+
},
|
|
37270
|
+
isOpcacity: {
|
|
37271
|
+
type: Boolean,
|
|
37272
|
+
default: true
|
|
37273
|
+
},
|
|
37274
|
+
lang: {
|
|
37275
|
+
type: String,
|
|
37276
|
+
default: "zh-HK"
|
|
37277
|
+
}
|
|
37278
|
+
},
|
|
37279
|
+
data() {
|
|
37280
|
+
return {
|
|
37281
|
+
configData: {}
|
|
37282
|
+
};
|
|
37283
|
+
},
|
|
37284
|
+
mounted() {},
|
|
37285
|
+
watch: {},
|
|
37286
|
+
methods: {
|
|
37287
|
+
getConfigData(configData) {
|
|
37288
|
+
this.configData = configData;
|
|
37289
|
+
}
|
|
37290
|
+
}
|
|
37291
|
+
};
|
|
37292
|
+
|
|
37293
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
37294
|
+
setup(__props) {
|
|
37295
|
+
return {
|
|
37296
|
+
__sfc: true,
|
|
37297
|
+
BaseComp: baseComp["default"],
|
|
37298
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
37299
|
+
};
|
|
37300
|
+
}
|
|
37301
|
+
}));
|
|
37302
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
37303
|
+
/* harmony default export */ var cms_titleLeft_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
37304
|
+
;// ./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
|
|
37305
|
+
// extracted by mini-css-extract-plugin
|
|
37306
|
+
|
|
37307
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=460790fc&prod&scoped=true&lang=scss
|
|
37308
|
+
|
|
37309
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37310
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
37311
|
+
;// ./package/cms-titleLeft/View.vue
|
|
37312
|
+
|
|
37313
|
+
|
|
37314
|
+
|
|
37315
|
+
;
|
|
37316
|
+
|
|
37317
|
+
|
|
37318
|
+
/* normalize component */
|
|
37319
|
+
|
|
37320
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
37321
|
+
cms_titleLeft_Viewvue_type_script_setup_true_lang_js,
|
|
37322
|
+
render,
|
|
37323
|
+
staticRenderFns,
|
|
37324
|
+
false,
|
|
37325
|
+
null,
|
|
37326
|
+
"460790fc",
|
|
37327
|
+
null
|
|
37328
|
+
|
|
37329
|
+
)
|
|
37330
|
+
|
|
37331
|
+
/* harmony default export */ var View = (component.exports);
|
|
37332
|
+
|
|
37378
37333
|
/***/ }),
|
|
37379
37334
|
|
|
37380
37335
|
/***/ 3774:
|
|
@@ -37588,6 +37543,234 @@ module.exports = function (argument) {
|
|
|
37588
37543
|
};
|
|
37589
37544
|
|
|
37590
37545
|
|
|
37546
|
+
/***/ }),
|
|
37547
|
+
|
|
37548
|
+
/***/ 3956:
|
|
37549
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37550
|
+
|
|
37551
|
+
"use strict";
|
|
37552
|
+
// ESM COMPAT FLAG
|
|
37553
|
+
__webpack_require__.r(__webpack_exports__);
|
|
37554
|
+
|
|
37555
|
+
// EXPORTS
|
|
37556
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
37557
|
+
"default": function() { return /* binding */ View; }
|
|
37558
|
+
});
|
|
37559
|
+
|
|
37560
|
+
;// ./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-threeScroll/View.vue?vue&type=template&id=04d55a94&scoped=true
|
|
37561
|
+
var render = function render() {
|
|
37562
|
+
var _vm = this,
|
|
37563
|
+
_c = _vm._self._c;
|
|
37564
|
+
return _c('BaseComp', _vm._b({
|
|
37565
|
+
attrs: {
|
|
37566
|
+
"data": _vm.data,
|
|
37567
|
+
"nowCompId": _vm.nowCompId,
|
|
37568
|
+
"isOpcacity": _vm.isOpcacity,
|
|
37569
|
+
"lang": _vm.lang
|
|
37570
|
+
},
|
|
37571
|
+
on: {
|
|
37572
|
+
"getConfigData": _vm.getConfigData
|
|
37573
|
+
}
|
|
37574
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
37575
|
+
ref: "news",
|
|
37576
|
+
staticClass: "cmhk-home_main"
|
|
37577
|
+
}, [_vm.configList.length ? _c('div', {
|
|
37578
|
+
staticClass: "section-body"
|
|
37579
|
+
}, [_c('div', {
|
|
37580
|
+
staticClass: "cmhk-section_corp_news-ser"
|
|
37581
|
+
}, [_c('div', {
|
|
37582
|
+
staticClass: "news-box_container"
|
|
37583
|
+
}, [_c('div', {
|
|
37584
|
+
staticClass: "news-box_swiper",
|
|
37585
|
+
attrs: {
|
|
37586
|
+
"id": `news-swiper${_vm.data.componentId}`
|
|
37587
|
+
}
|
|
37588
|
+
}, [_c('div', {
|
|
37589
|
+
staticClass: "swiper-wrapper"
|
|
37590
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
37591
|
+
return _c('div', {
|
|
37592
|
+
key: `${inx}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
37593
|
+
staticClass: "swiper-slide"
|
|
37594
|
+
}, [_c('div', {
|
|
37595
|
+
staticClass: "new-read_card read-card_bg-wt",
|
|
37596
|
+
on: {
|
|
37597
|
+
"click": function ($event) {
|
|
37598
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
37599
|
+
}
|
|
37600
|
+
}
|
|
37601
|
+
}, [_c('div', {
|
|
37602
|
+
staticClass: "image-desbox_wapper"
|
|
37603
|
+
}, [_c('img', {
|
|
37604
|
+
staticClass: "layout-pc",
|
|
37605
|
+
attrs: {
|
|
37606
|
+
"src": item.uploadImagePC,
|
|
37607
|
+
"alt": item.imagePcATL
|
|
37608
|
+
}
|
|
37609
|
+
}), _c('img', {
|
|
37610
|
+
staticClass: "layout-mobile",
|
|
37611
|
+
attrs: {
|
|
37612
|
+
"src": item.uploadImageH5,
|
|
37613
|
+
"alt": item.imageH5ATL
|
|
37614
|
+
}
|
|
37615
|
+
})]), _c('div', {
|
|
37616
|
+
staticClass: "new-read_card-content"
|
|
37617
|
+
}, [_c('p', {
|
|
37618
|
+
staticClass: "title"
|
|
37619
|
+
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]), _c('p', {
|
|
37620
|
+
staticClass: "time"
|
|
37621
|
+
}, [_vm._v(_vm._s(item.input2))]), item.input3 ? _c('p', {
|
|
37622
|
+
staticClass: "des"
|
|
37623
|
+
}, [_vm._v(_vm._s(item.input3))]) : _vm._e(), item.input4 ? _c('p', {
|
|
37624
|
+
staticClass: "continue-read"
|
|
37625
|
+
}, [_vm._v(" " + _vm._s(item.input4) + " "), _c('i', {
|
|
37626
|
+
staticClass: "el-icon-arrow-right"
|
|
37627
|
+
})]) : _vm._e()])])]);
|
|
37628
|
+
}), 0)]), _vm.configList.length > 3 ? [_c('div', {
|
|
37629
|
+
staticClass: "pag-prev left layout-pc",
|
|
37630
|
+
class: [_vm.swiperNewsIdx > 2 ? 'is-active' : ''],
|
|
37631
|
+
on: {
|
|
37632
|
+
"click": _vm.newsPrev
|
|
37633
|
+
}
|
|
37634
|
+
}, [_c('i', {
|
|
37635
|
+
staticClass: "el-icon-arrow-left"
|
|
37636
|
+
})]), _c('div', {
|
|
37637
|
+
staticClass: "pag-next right layout-pc",
|
|
37638
|
+
class: [_vm.swiperNewsIdx < _vm.configList.length - 1 ? 'is-active' : ''],
|
|
37639
|
+
on: {
|
|
37640
|
+
"click": _vm.newsNext
|
|
37641
|
+
}
|
|
37642
|
+
}, [_c('i', {
|
|
37643
|
+
staticClass: "el-icon-arrow-right"
|
|
37644
|
+
})])] : _vm._e()], 2)])]) : _vm._e()])]);
|
|
37645
|
+
};
|
|
37646
|
+
var staticRenderFns = [];
|
|
37647
|
+
|
|
37648
|
+
// EXTERNAL MODULE: ./src/utils/index.js
|
|
37649
|
+
var utils = __webpack_require__(9563);
|
|
37650
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
37651
|
+
var swiper = __webpack_require__(828);
|
|
37652
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
37653
|
+
var swiper_esm_bundle = __webpack_require__(1532);
|
|
37654
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37655
|
+
var baseComp = __webpack_require__(677);
|
|
37656
|
+
;// ./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-threeScroll/View.vue?vue&type=script&lang=js
|
|
37657
|
+
|
|
37658
|
+
|
|
37659
|
+
|
|
37660
|
+
|
|
37661
|
+
|
|
37662
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
37663
|
+
name: "cms-threeScroll",
|
|
37664
|
+
components: {
|
|
37665
|
+
BaseComp: baseComp["default"]
|
|
37666
|
+
},
|
|
37667
|
+
props: {
|
|
37668
|
+
data: {
|
|
37669
|
+
type: Object,
|
|
37670
|
+
default: () => {
|
|
37671
|
+
return {};
|
|
37672
|
+
}
|
|
37673
|
+
},
|
|
37674
|
+
nowCompId: {
|
|
37675
|
+
type: [String, Number],
|
|
37676
|
+
default: ""
|
|
37677
|
+
},
|
|
37678
|
+
isOpcacity: {
|
|
37679
|
+
type: Boolean,
|
|
37680
|
+
default: true
|
|
37681
|
+
},
|
|
37682
|
+
lang: {
|
|
37683
|
+
type: String,
|
|
37684
|
+
default: "zh-HK"
|
|
37685
|
+
}
|
|
37686
|
+
},
|
|
37687
|
+
data() {
|
|
37688
|
+
return {
|
|
37689
|
+
configList: [],
|
|
37690
|
+
swiperNewsIdx: 0,
|
|
37691
|
+
newsSwiper: null
|
|
37692
|
+
};
|
|
37693
|
+
},
|
|
37694
|
+
mounted() {
|
|
37695
|
+
const vm = this;
|
|
37696
|
+
this.$nextTick(() => {
|
|
37697
|
+
this.newsSwiper = new swiper_esm_bundle/* default */.A(`#news-swiper${this.data.componentId}`, {
|
|
37698
|
+
autoplay: false,
|
|
37699
|
+
loop: false,
|
|
37700
|
+
// 循环模式选项
|
|
37701
|
+
slidesPerView: (0,utils/* getDevice */.Pf)() !== "mobile" ? 3 : "auto",
|
|
37702
|
+
// spaceBetween: getDevice() !== 'mobile' ? 32 : 16, // 在slide之间设置距离
|
|
37703
|
+
observer: true,
|
|
37704
|
+
observeParents: true,
|
|
37705
|
+
touchMoveStopPropagation: true,
|
|
37706
|
+
on: {
|
|
37707
|
+
slideChangeTransitionEnd: function () {
|
|
37708
|
+
if ((0,utils/* getDevice */.Pf)() !== "mobile") {
|
|
37709
|
+
vm.swiperNewsIdx = this.realIndex + 2;
|
|
37710
|
+
} else {
|
|
37711
|
+
vm.swiperNewsIdx = this.realIndex;
|
|
37712
|
+
}
|
|
37713
|
+
console.log("新闻-当前页最后一个元素下标", vm.swiperNewsIdx);
|
|
37714
|
+
},
|
|
37715
|
+
resize: function () {
|
|
37716
|
+
this.update(true);
|
|
37717
|
+
}
|
|
37718
|
+
}
|
|
37719
|
+
});
|
|
37720
|
+
});
|
|
37721
|
+
},
|
|
37722
|
+
watch: {},
|
|
37723
|
+
methods: {
|
|
37724
|
+
getConfigData(configData) {
|
|
37725
|
+
this.configList = configData.configList;
|
|
37726
|
+
},
|
|
37727
|
+
newsPrev() {
|
|
37728
|
+
if (this.swiperNewsIdx > 2) {
|
|
37729
|
+
this.newsSwiper.slidePrev();
|
|
37730
|
+
}
|
|
37731
|
+
},
|
|
37732
|
+
newsNext() {
|
|
37733
|
+
if (this.swiperNewsIdx < this.configList.length - 1) {
|
|
37734
|
+
this.newsSwiper.slideNext();
|
|
37735
|
+
}
|
|
37736
|
+
},
|
|
37737
|
+
decodeJumpUrl(url) {
|
|
37738
|
+
if (!url) return;
|
|
37739
|
+
top.location.href = url;
|
|
37740
|
+
}
|
|
37741
|
+
}
|
|
37742
|
+
});
|
|
37743
|
+
;// ./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
37744
|
+
/* harmony default export */ var cms_threeScroll_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
37745
|
+
;// ./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-threeScroll/View.vue?vue&type=style&index=0&id=04d55a94&prod&lang=scss&scoped=true
|
|
37746
|
+
// extracted by mini-css-extract-plugin
|
|
37747
|
+
|
|
37748
|
+
;// ./package/cms-threeScroll/View.vue?vue&type=style&index=0&id=04d55a94&prod&lang=scss&scoped=true
|
|
37749
|
+
|
|
37750
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37751
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
37752
|
+
;// ./package/cms-threeScroll/View.vue
|
|
37753
|
+
|
|
37754
|
+
|
|
37755
|
+
|
|
37756
|
+
;
|
|
37757
|
+
|
|
37758
|
+
|
|
37759
|
+
/* normalize component */
|
|
37760
|
+
|
|
37761
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
37762
|
+
cms_threeScroll_Viewvue_type_script_lang_js,
|
|
37763
|
+
render,
|
|
37764
|
+
staticRenderFns,
|
|
37765
|
+
false,
|
|
37766
|
+
null,
|
|
37767
|
+
"04d55a94",
|
|
37768
|
+
null
|
|
37769
|
+
|
|
37770
|
+
)
|
|
37771
|
+
|
|
37772
|
+
/* harmony default export */ var View = (component.exports);
|
|
37773
|
+
|
|
37591
37774
|
/***/ }),
|
|
37592
37775
|
|
|
37593
37776
|
/***/ 4022:
|
|
@@ -37617,6 +37800,146 @@ module.exports = reflectGetProto ? function getProto(O) {
|
|
|
37617
37800
|
|
|
37618
37801
|
/***/ }),
|
|
37619
37802
|
|
|
37803
|
+
/***/ 4027:
|
|
37804
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37805
|
+
|
|
37806
|
+
"use strict";
|
|
37807
|
+
// ESM COMPAT FLAG
|
|
37808
|
+
__webpack_require__.r(__webpack_exports__);
|
|
37809
|
+
|
|
37810
|
+
// EXPORTS
|
|
37811
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
37812
|
+
"default": function() { return /* binding */ View; }
|
|
37813
|
+
});
|
|
37814
|
+
|
|
37815
|
+
;// ./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-iconFour/View.vue?vue&type=template&id=26a3a996&scoped=true
|
|
37816
|
+
var render = function render() {
|
|
37817
|
+
var _vm = this,
|
|
37818
|
+
_c = _vm._self._c;
|
|
37819
|
+
return _c('BaseComp', _vm._b({
|
|
37820
|
+
attrs: {
|
|
37821
|
+
"data": _vm.data,
|
|
37822
|
+
"nowCompId": _vm.nowCompId,
|
|
37823
|
+
"isOpcacity": _vm.isOpcacity,
|
|
37824
|
+
"lang": _vm.lang
|
|
37825
|
+
},
|
|
37826
|
+
on: {
|
|
37827
|
+
"getConfigData": _vm.getConfigData
|
|
37828
|
+
}
|
|
37829
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
37830
|
+
staticClass: "cmhk-home_main"
|
|
37831
|
+
}, [_c('div', {
|
|
37832
|
+
staticClass: "scrollCenter"
|
|
37833
|
+
}, [_c('div', {
|
|
37834
|
+
staticClass: "scroll"
|
|
37835
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
37836
|
+
return _c('div', {
|
|
37837
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
37838
|
+
staticClass: "item",
|
|
37839
|
+
staticStyle: {
|
|
37840
|
+
"z-index": "2"
|
|
37841
|
+
}
|
|
37842
|
+
}, [_c('img', {
|
|
37843
|
+
staticClass: "item-img",
|
|
37844
|
+
attrs: {
|
|
37845
|
+
"src": item.uploadImagePC,
|
|
37846
|
+
"alt": item.imagePcATL
|
|
37847
|
+
},
|
|
37848
|
+
on: {
|
|
37849
|
+
"click": function ($event) {
|
|
37850
|
+
return _vm.decodeJumpUrl(item.jumpUrl ? item.jumpUrl : '');
|
|
37851
|
+
}
|
|
37852
|
+
}
|
|
37853
|
+
}), _c('div', {
|
|
37854
|
+
staticClass: "item-title"
|
|
37855
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
37856
|
+
staticClass: "item-desc"
|
|
37857
|
+
}, [_c('span', {
|
|
37858
|
+
staticClass: "v-baseline"
|
|
37859
|
+
}, [_vm._v(_vm._s(item.input2))])])]);
|
|
37860
|
+
}), 0)])])]);
|
|
37861
|
+
};
|
|
37862
|
+
var staticRenderFns = [];
|
|
37863
|
+
|
|
37864
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37865
|
+
var baseComp = __webpack_require__(677);
|
|
37866
|
+
;// ./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-iconFour/View.vue?vue&type=script&lang=js
|
|
37867
|
+
|
|
37868
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
37869
|
+
name: "cms-iconFour",
|
|
37870
|
+
components: {
|
|
37871
|
+
BaseComp: baseComp["default"]
|
|
37872
|
+
},
|
|
37873
|
+
props: {
|
|
37874
|
+
data: {
|
|
37875
|
+
type: Object,
|
|
37876
|
+
default: () => {
|
|
37877
|
+
return {};
|
|
37878
|
+
}
|
|
37879
|
+
},
|
|
37880
|
+
nowCompId: {
|
|
37881
|
+
type: [String, Number],
|
|
37882
|
+
default: ""
|
|
37883
|
+
},
|
|
37884
|
+
isOpcacity: {
|
|
37885
|
+
type: Boolean,
|
|
37886
|
+
default: true
|
|
37887
|
+
},
|
|
37888
|
+
lang: {
|
|
37889
|
+
type: String,
|
|
37890
|
+
default: "zh-HK"
|
|
37891
|
+
}
|
|
37892
|
+
},
|
|
37893
|
+
data() {
|
|
37894
|
+
return {
|
|
37895
|
+
configList: []
|
|
37896
|
+
};
|
|
37897
|
+
},
|
|
37898
|
+
mounted() {},
|
|
37899
|
+
watch: {},
|
|
37900
|
+
methods: {
|
|
37901
|
+
getConfigData(configData) {
|
|
37902
|
+
this.configList = configData.configList;
|
|
37903
|
+
},
|
|
37904
|
+
decodeJumpUrl(url) {
|
|
37905
|
+
if (!url) return;
|
|
37906
|
+
top.location.href = url;
|
|
37907
|
+
}
|
|
37908
|
+
}
|
|
37909
|
+
});
|
|
37910
|
+
;// ./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
37911
|
+
/* harmony default export */ var cms_iconFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
37912
|
+
;// ./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-iconFour/View.vue?vue&type=style&index=0&id=26a3a996&prod&lang=scss&scoped=true
|
|
37913
|
+
// extracted by mini-css-extract-plugin
|
|
37914
|
+
|
|
37915
|
+
;// ./package/cms-iconFour/View.vue?vue&type=style&index=0&id=26a3a996&prod&lang=scss&scoped=true
|
|
37916
|
+
|
|
37917
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37918
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
37919
|
+
;// ./package/cms-iconFour/View.vue
|
|
37920
|
+
|
|
37921
|
+
|
|
37922
|
+
|
|
37923
|
+
;
|
|
37924
|
+
|
|
37925
|
+
|
|
37926
|
+
/* normalize component */
|
|
37927
|
+
|
|
37928
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
37929
|
+
cms_iconFour_Viewvue_type_script_lang_js,
|
|
37930
|
+
render,
|
|
37931
|
+
staticRenderFns,
|
|
37932
|
+
false,
|
|
37933
|
+
null,
|
|
37934
|
+
"26a3a996",
|
|
37935
|
+
null
|
|
37936
|
+
|
|
37937
|
+
)
|
|
37938
|
+
|
|
37939
|
+
/* harmony default export */ var View = (component.exports);
|
|
37940
|
+
|
|
37941
|
+
/***/ }),
|
|
37942
|
+
|
|
37620
37943
|
/***/ 4055:
|
|
37621
37944
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37622
37945
|
|
|
@@ -41433,6 +41756,207 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41433
41756
|
|
|
41434
41757
|
/***/ }),
|
|
41435
41758
|
|
|
41759
|
+
/***/ 5153:
|
|
41760
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41761
|
+
|
|
41762
|
+
"use strict";
|
|
41763
|
+
// ESM COMPAT FLAG
|
|
41764
|
+
__webpack_require__.r(__webpack_exports__);
|
|
41765
|
+
|
|
41766
|
+
// EXPORTS
|
|
41767
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
41768
|
+
"default": function() { return /* binding */ View; }
|
|
41769
|
+
});
|
|
41770
|
+
|
|
41771
|
+
;// ./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-imgFour/View.vue?vue&type=template&id=0585cb32&scoped=true
|
|
41772
|
+
var render = function render() {
|
|
41773
|
+
var _vm = this,
|
|
41774
|
+
_c = _vm._self._c;
|
|
41775
|
+
return _c('BaseComp', _vm._b({
|
|
41776
|
+
attrs: {
|
|
41777
|
+
"data": _vm.data,
|
|
41778
|
+
"nowCompId": _vm.nowCompId,
|
|
41779
|
+
"isOpcacity": _vm.isOpcacity,
|
|
41780
|
+
"lang": _vm.lang
|
|
41781
|
+
},
|
|
41782
|
+
on: {
|
|
41783
|
+
"getConfigData": _vm.getConfigData
|
|
41784
|
+
}
|
|
41785
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
41786
|
+
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
41787
|
+
}, [_c('div', {
|
|
41788
|
+
staticClass: "fp-part"
|
|
41789
|
+
}, [_c('div', {
|
|
41790
|
+
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
41791
|
+
}, [_c('div', {
|
|
41792
|
+
attrs: {
|
|
41793
|
+
"id": `productList${_vm.data.componentId}`
|
|
41794
|
+
}
|
|
41795
|
+
}, [_c('div', {
|
|
41796
|
+
staticClass: "swiper-wrapper"
|
|
41797
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
41798
|
+
return _c('div', {
|
|
41799
|
+
key: inx,
|
|
41800
|
+
staticClass: "swiper-slide",
|
|
41801
|
+
staticStyle: {
|
|
41802
|
+
"cursor": "pointer"
|
|
41803
|
+
}
|
|
41804
|
+
}, [_c('a', {
|
|
41805
|
+
staticStyle: {
|
|
41806
|
+
"color": "black"
|
|
41807
|
+
},
|
|
41808
|
+
attrs: {
|
|
41809
|
+
"target": "_self"
|
|
41810
|
+
},
|
|
41811
|
+
on: {
|
|
41812
|
+
"click": function ($event) {
|
|
41813
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
41814
|
+
}
|
|
41815
|
+
}
|
|
41816
|
+
}, [_c('div', {
|
|
41817
|
+
staticClass: "relative"
|
|
41818
|
+
}, [_c('img', {
|
|
41819
|
+
staticClass: "layout-pc",
|
|
41820
|
+
attrs: {
|
|
41821
|
+
"src": item.uploadImagePC,
|
|
41822
|
+
"alt": item.imagePcATL
|
|
41823
|
+
}
|
|
41824
|
+
}), _c('img', {
|
|
41825
|
+
staticClass: "layout-mobile",
|
|
41826
|
+
attrs: {
|
|
41827
|
+
"src": item.uploadImageH5,
|
|
41828
|
+
"alt": item.imageH5ATL
|
|
41829
|
+
}
|
|
41830
|
+
})]), _c('div', {
|
|
41831
|
+
staticClass: "fp-advantage-swiper-main"
|
|
41832
|
+
}, [_c('div', {
|
|
41833
|
+
staticClass: "fp-advantage-swiper-title"
|
|
41834
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
41835
|
+
staticClass: "fp-advantage-swiper-content"
|
|
41836
|
+
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
41837
|
+
}), 0)])])])])]);
|
|
41838
|
+
};
|
|
41839
|
+
var staticRenderFns = [];
|
|
41840
|
+
|
|
41841
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
41842
|
+
var swiper = __webpack_require__(828);
|
|
41843
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
41844
|
+
var swiper_esm_bundle = __webpack_require__(1532);
|
|
41845
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41846
|
+
var baseComp = __webpack_require__(677);
|
|
41847
|
+
;// ./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-imgFour/View.vue?vue&type=script&lang=js
|
|
41848
|
+
|
|
41849
|
+
|
|
41850
|
+
|
|
41851
|
+
|
|
41852
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
41853
|
+
name: "cms-imgFour",
|
|
41854
|
+
components: {
|
|
41855
|
+
BaseComp: baseComp["default"]
|
|
41856
|
+
},
|
|
41857
|
+
props: {
|
|
41858
|
+
data: {
|
|
41859
|
+
type: Object,
|
|
41860
|
+
default: () => {
|
|
41861
|
+
return {};
|
|
41862
|
+
}
|
|
41863
|
+
},
|
|
41864
|
+
nowCompId: {
|
|
41865
|
+
type: [String, Number],
|
|
41866
|
+
default: ""
|
|
41867
|
+
},
|
|
41868
|
+
isOpcacity: {
|
|
41869
|
+
type: Boolean,
|
|
41870
|
+
default: true
|
|
41871
|
+
},
|
|
41872
|
+
lang: {
|
|
41873
|
+
type: String,
|
|
41874
|
+
default: "zh-HK"
|
|
41875
|
+
}
|
|
41876
|
+
},
|
|
41877
|
+
data() {
|
|
41878
|
+
return {
|
|
41879
|
+
configList: [],
|
|
41880
|
+
productSwiper: null
|
|
41881
|
+
};
|
|
41882
|
+
},
|
|
41883
|
+
mounted() {
|
|
41884
|
+
this.initSwiper();
|
|
41885
|
+
},
|
|
41886
|
+
beforeDestroy() {
|
|
41887
|
+
if (this.productSwiper) {
|
|
41888
|
+
this.productSwiper.destroy(true, true);
|
|
41889
|
+
this.productSwiper = null;
|
|
41890
|
+
}
|
|
41891
|
+
},
|
|
41892
|
+
watch: {},
|
|
41893
|
+
methods: {
|
|
41894
|
+
initSwiper() {
|
|
41895
|
+
this.$nextTick(() => {
|
|
41896
|
+
const total = this.configList.length || 1;
|
|
41897
|
+
if (this.productSwiper) {
|
|
41898
|
+
this.productSwiper.destroy(true, true);
|
|
41899
|
+
}
|
|
41900
|
+
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
41901
|
+
autoplay: false,
|
|
41902
|
+
loop: false,
|
|
41903
|
+
spaceBetween: 32,
|
|
41904
|
+
slidesPerView: Math.min(total, 4),
|
|
41905
|
+
slidesPerGroup: 1,
|
|
41906
|
+
observer: true,
|
|
41907
|
+
observeParents: true,
|
|
41908
|
+
breakpoints: {
|
|
41909
|
+
779: {
|
|
41910
|
+
spaceBetween: 10,
|
|
41911
|
+
slidesPerView: Math.min(total, 2)
|
|
41912
|
+
}
|
|
41913
|
+
}
|
|
41914
|
+
});
|
|
41915
|
+
});
|
|
41916
|
+
},
|
|
41917
|
+
getConfigData(configData) {
|
|
41918
|
+
this.configList = configData.configList || [];
|
|
41919
|
+
this.initSwiper();
|
|
41920
|
+
},
|
|
41921
|
+
decodeJumpUrl(url) {
|
|
41922
|
+
if (!url) return;
|
|
41923
|
+
top.location.href = url;
|
|
41924
|
+
}
|
|
41925
|
+
}
|
|
41926
|
+
});
|
|
41927
|
+
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
41928
|
+
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
41929
|
+
;// ./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-imgFour/View.vue?vue&type=style&index=0&id=0585cb32&prod&lang=scss&scoped=true
|
|
41930
|
+
// extracted by mini-css-extract-plugin
|
|
41931
|
+
|
|
41932
|
+
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=0585cb32&prod&lang=scss&scoped=true
|
|
41933
|
+
|
|
41934
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
41935
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
41936
|
+
;// ./package/cms-imgFour/View.vue
|
|
41937
|
+
|
|
41938
|
+
|
|
41939
|
+
|
|
41940
|
+
;
|
|
41941
|
+
|
|
41942
|
+
|
|
41943
|
+
/* normalize component */
|
|
41944
|
+
|
|
41945
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
41946
|
+
cms_imgFour_Viewvue_type_script_lang_js,
|
|
41947
|
+
render,
|
|
41948
|
+
staticRenderFns,
|
|
41949
|
+
false,
|
|
41950
|
+
null,
|
|
41951
|
+
"0585cb32",
|
|
41952
|
+
null
|
|
41953
|
+
|
|
41954
|
+
)
|
|
41955
|
+
|
|
41956
|
+
/* harmony default export */ var View = (component.exports);
|
|
41957
|
+
|
|
41958
|
+
/***/ }),
|
|
41959
|
+
|
|
41436
41960
|
/***/ 5154:
|
|
41437
41961
|
/***/ (function(module) {
|
|
41438
41962
|
|
|
@@ -41491,27 +42015,27 @@ var map = {
|
|
|
41491
42015
|
"./cms-column/View.vue": 4623,
|
|
41492
42016
|
"./cms-description/View.vue": 6296,
|
|
41493
42017
|
"./cms-dynamic-comp/View.vue": 471,
|
|
41494
|
-
"./cms-iconFour/View.vue":
|
|
42018
|
+
"./cms-iconFour/View.vue": 4027,
|
|
41495
42019
|
"./cms-image-group/View.vue": 2578,
|
|
41496
42020
|
"./cms-image/View.vue": 2902,
|
|
41497
|
-
"./cms-imgFour/View.vue":
|
|
41498
|
-
"./cms-lineFive/View.vue":
|
|
42021
|
+
"./cms-imgFour/View.vue": 5153,
|
|
42022
|
+
"./cms-lineFive/View.vue": 9334,
|
|
41499
42023
|
"./cms-lineFour/View.vue": 8067,
|
|
41500
|
-
"./cms-lineThree/View.vue":
|
|
41501
|
-
"./cms-lineTwo/View.vue":
|
|
42024
|
+
"./cms-lineThree/View.vue": 779,
|
|
42025
|
+
"./cms-lineTwo/View.vue": 1460,
|
|
41502
42026
|
"./cms-proCard/View.vue": 8945,
|
|
41503
|
-
"./cms-prodCustomization/View.vue":
|
|
42027
|
+
"./cms-prodCustomization/View.vue": 9465,
|
|
41504
42028
|
"./cms-productDetails/View.vue": 7979,
|
|
41505
|
-
"./cms-question/View.vue":
|
|
42029
|
+
"./cms-question/View.vue": 8105,
|
|
41506
42030
|
"./cms-richText/View.vue": 2464,
|
|
41507
42031
|
"./cms-servePlan-tab/View.vue": 9051,
|
|
41508
|
-
"./cms-servePlan-text/View.vue":
|
|
42032
|
+
"./cms-servePlan-text/View.vue": 1125,
|
|
41509
42033
|
"./cms-tab/View.vue": 3591,
|
|
41510
42034
|
"./cms-termsAndConditions/View.vue": 5761,
|
|
41511
42035
|
"./cms-text/View.vue": 2618,
|
|
41512
|
-
"./cms-threeScroll/View.vue":
|
|
41513
|
-
"./cms-titleCenter/View.vue":
|
|
41514
|
-
"./cms-titleLeft/View.vue":
|
|
42036
|
+
"./cms-threeScroll/View.vue": 3956,
|
|
42037
|
+
"./cms-titleCenter/View.vue": 624,
|
|
42038
|
+
"./cms-titleLeft/View.vue": 3755,
|
|
41515
42039
|
"./cms-via-storedValueCard/View.vue": 5669,
|
|
41516
42040
|
"./cms-video-group/View.vue": 2220,
|
|
41517
42041
|
"./cms-video/View.vue": 8064,
|
|
@@ -43056,141 +43580,6 @@ module.exports = function (argument) {
|
|
|
43056
43580
|
};
|
|
43057
43581
|
|
|
43058
43582
|
|
|
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
43583
|
/***/ }),
|
|
43195
43584
|
|
|
43196
43585
|
/***/ 5876:
|
|
@@ -46838,149 +47227,6 @@ module.exports = function (target, src, options) {
|
|
|
46838
47227
|
};
|
|
46839
47228
|
|
|
46840
47229
|
|
|
46841
|
-
/***/ }),
|
|
46842
|
-
|
|
46843
|
-
/***/ 6294:
|
|
46844
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
46845
|
-
|
|
46846
|
-
"use strict";
|
|
46847
|
-
// ESM COMPAT FLAG
|
|
46848
|
-
__webpack_require__.r(__webpack_exports__);
|
|
46849
|
-
|
|
46850
|
-
// EXPORTS
|
|
46851
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
46852
|
-
"default": function() { return /* binding */ View; }
|
|
46853
|
-
});
|
|
46854
|
-
|
|
46855
|
-
;// ./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-lineFive/View.vue?vue&type=template&id=1a5e7dc8&scoped=true
|
|
46856
|
-
var render = function render() {
|
|
46857
|
-
var _vm = this,
|
|
46858
|
-
_c = _vm._self._c;
|
|
46859
|
-
return _c('BaseComp', _vm._b({
|
|
46860
|
-
attrs: {
|
|
46861
|
-
"data": _vm.data,
|
|
46862
|
-
"nowCompId": _vm.nowCompId,
|
|
46863
|
-
"isOpcacity": _vm.isOpcacity,
|
|
46864
|
-
"lang": _vm.lang
|
|
46865
|
-
},
|
|
46866
|
-
on: {
|
|
46867
|
-
"getConfigData": _vm.getConfigData
|
|
46868
|
-
}
|
|
46869
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
46870
|
-
staticClass: "cmhk-home_main"
|
|
46871
|
-
}, [_c('div', {
|
|
46872
|
-
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
46873
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
46874
|
-
return _c('div', {
|
|
46875
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
46876
|
-
staticClass: "flex-wapper_item",
|
|
46877
|
-
on: {
|
|
46878
|
-
"click": function ($event) {
|
|
46879
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
46880
|
-
}
|
|
46881
|
-
}
|
|
46882
|
-
}, [_c('div', {
|
|
46883
|
-
staticClass: "card-input"
|
|
46884
|
-
}, [_c('div', {
|
|
46885
|
-
staticClass: "card-input_wapper"
|
|
46886
|
-
}, [_c('img', {
|
|
46887
|
-
staticClass: "card-input_image mobile-show",
|
|
46888
|
-
attrs: {
|
|
46889
|
-
"src": item.uploadImageH5,
|
|
46890
|
-
"alt": item.imageH5ATL
|
|
46891
|
-
}
|
|
46892
|
-
}), _c('img', {
|
|
46893
|
-
staticClass: "card-input_image pc-show",
|
|
46894
|
-
attrs: {
|
|
46895
|
-
"src": item.uploadImagePC,
|
|
46896
|
-
"alt": item.imagePcATL
|
|
46897
|
-
}
|
|
46898
|
-
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
46899
|
-
staticClass: "title"
|
|
46900
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
46901
|
-
staticClass: "sub-title"
|
|
46902
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
46903
|
-
}), 0)])]);
|
|
46904
|
-
};
|
|
46905
|
-
var staticRenderFns = [];
|
|
46906
|
-
|
|
46907
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
46908
|
-
var baseComp = __webpack_require__(677);
|
|
46909
|
-
;// ./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-lineFive/View.vue?vue&type=script&lang=js
|
|
46910
|
-
|
|
46911
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
46912
|
-
name: "cms-lineFive",
|
|
46913
|
-
components: {
|
|
46914
|
-
BaseComp: baseComp["default"]
|
|
46915
|
-
},
|
|
46916
|
-
props: {
|
|
46917
|
-
data: {
|
|
46918
|
-
type: Object,
|
|
46919
|
-
default: () => {
|
|
46920
|
-
return {};
|
|
46921
|
-
}
|
|
46922
|
-
},
|
|
46923
|
-
nowCompId: {
|
|
46924
|
-
type: [String, Number],
|
|
46925
|
-
default: ""
|
|
46926
|
-
},
|
|
46927
|
-
isOpcacity: {
|
|
46928
|
-
type: Boolean,
|
|
46929
|
-
default: true
|
|
46930
|
-
},
|
|
46931
|
-
lang: {
|
|
46932
|
-
type: String,
|
|
46933
|
-
default: "zh-HK"
|
|
46934
|
-
}
|
|
46935
|
-
},
|
|
46936
|
-
data() {
|
|
46937
|
-
return {
|
|
46938
|
-
configList: []
|
|
46939
|
-
};
|
|
46940
|
-
},
|
|
46941
|
-
mounted() {},
|
|
46942
|
-
watch: {},
|
|
46943
|
-
methods: {
|
|
46944
|
-
getConfigData(configData) {
|
|
46945
|
-
this.configList = configData.configList;
|
|
46946
|
-
},
|
|
46947
|
-
decodeJumpUrl(url) {
|
|
46948
|
-
if (!url) return;
|
|
46949
|
-
top.location.href = url;
|
|
46950
|
-
}
|
|
46951
|
-
}
|
|
46952
|
-
});
|
|
46953
|
-
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
46954
|
-
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
46955
|
-
;// ./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-lineFive/View.vue?vue&type=style&index=0&id=1a5e7dc8&prod&lang=scss&scoped=true
|
|
46956
|
-
// extracted by mini-css-extract-plugin
|
|
46957
|
-
|
|
46958
|
-
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=1a5e7dc8&prod&lang=scss&scoped=true
|
|
46959
|
-
|
|
46960
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
46961
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
46962
|
-
;// ./package/cms-lineFive/View.vue
|
|
46963
|
-
|
|
46964
|
-
|
|
46965
|
-
|
|
46966
|
-
;
|
|
46967
|
-
|
|
46968
|
-
|
|
46969
|
-
/* normalize component */
|
|
46970
|
-
|
|
46971
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
46972
|
-
cms_lineFive_Viewvue_type_script_lang_js,
|
|
46973
|
-
render,
|
|
46974
|
-
staticRenderFns,
|
|
46975
|
-
false,
|
|
46976
|
-
null,
|
|
46977
|
-
"1a5e7dc8",
|
|
46978
|
-
null
|
|
46979
|
-
|
|
46980
|
-
)
|
|
46981
|
-
|
|
46982
|
-
/* harmony default export */ var View = (component.exports);
|
|
46983
|
-
|
|
46984
47230
|
/***/ }),
|
|
46985
47231
|
|
|
46986
47232
|
/***/ 6296:
|
|
@@ -47529,7 +47775,7 @@ module.exports = ReferenceError;
|
|
|
47529
47775
|
__webpack_require__.r(__webpack_exports__);
|
|
47530
47776
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
47531
47777
|
|
|
47532
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
47778
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9334));
|
|
47533
47779
|
const langData = {
|
|
47534
47780
|
configList: [{
|
|
47535
47781
|
id: Math.random().toString(),
|
|
@@ -50763,7 +51009,7 @@ module.exports = function (namespace, method) {
|
|
|
50763
51009
|
__webpack_require__.r(__webpack_exports__);
|
|
50764
51010
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
50765
51011
|
|
|
50766
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
51012
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1460));
|
|
50767
51013
|
const langData = {
|
|
50768
51014
|
configList: [{
|
|
50769
51015
|
id: Math.random().toString(),
|
|
@@ -51035,7 +51281,7 @@ module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefi
|
|
|
51035
51281
|
__webpack_require__.r(__webpack_exports__);
|
|
51036
51282
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
51037
51283
|
|
|
51038
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
51284
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 624));
|
|
51039
51285
|
const langData = {
|
|
51040
51286
|
title1: "标题",
|
|
51041
51287
|
title2: "副标题"
|
|
@@ -52048,6 +52294,200 @@ if ($transfer) $({ target: 'ArrayBuffer', proto: true }, {
|
|
|
52048
52294
|
});
|
|
52049
52295
|
|
|
52050
52296
|
|
|
52297
|
+
/***/ }),
|
|
52298
|
+
|
|
52299
|
+
/***/ 8105:
|
|
52300
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52301
|
+
|
|
52302
|
+
"use strict";
|
|
52303
|
+
// ESM COMPAT FLAG
|
|
52304
|
+
__webpack_require__.r(__webpack_exports__);
|
|
52305
|
+
|
|
52306
|
+
// EXPORTS
|
|
52307
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
52308
|
+
"default": function() { return /* binding */ View; }
|
|
52309
|
+
});
|
|
52310
|
+
|
|
52311
|
+
;// ./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-question/View.vue?vue&type=template&id=a9cd740c&scoped=true
|
|
52312
|
+
var render = function render() {
|
|
52313
|
+
var _vm$_stableProblemGui;
|
|
52314
|
+
var _vm = this,
|
|
52315
|
+
_c = _vm._self._c;
|
|
52316
|
+
return _c('BaseComp', _vm._b({
|
|
52317
|
+
attrs: {
|
|
52318
|
+
"data": _vm.data,
|
|
52319
|
+
"nowCompId": _vm.nowCompId,
|
|
52320
|
+
"isOpcacity": _vm.isOpcacity,
|
|
52321
|
+
"lang": _vm.lang
|
|
52322
|
+
},
|
|
52323
|
+
on: {
|
|
52324
|
+
"getConfigData": _vm.getConfigData
|
|
52325
|
+
}
|
|
52326
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
52327
|
+
staticClass: "cmhk-home_main"
|
|
52328
|
+
}, [_c('div', {
|
|
52329
|
+
staticClass: "pageCenter"
|
|
52330
|
+
}, [_c('div', {
|
|
52331
|
+
staticClass: "family-problem-guide"
|
|
52332
|
+
}, [_c('div', {
|
|
52333
|
+
staticClass: "tab-header"
|
|
52334
|
+
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
52335
|
+
return _c('li', {
|
|
52336
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52337
|
+
class: _vm.problemActive == index ? 'active' : '',
|
|
52338
|
+
on: {
|
|
52339
|
+
"click": function ($event) {
|
|
52340
|
+
_vm.problemActive = index;
|
|
52341
|
+
}
|
|
52342
|
+
}
|
|
52343
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
52344
|
+
}), 0)]), _c('div', {
|
|
52345
|
+
staticClass: "tab-body tab-panel_body"
|
|
52346
|
+
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
52347
|
+
return _c('dd', {
|
|
52348
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52349
|
+
on: {
|
|
52350
|
+
"click": function ($event) {
|
|
52351
|
+
$event.stopPropagation();
|
|
52352
|
+
return _vm.open(item, index, $event);
|
|
52353
|
+
}
|
|
52354
|
+
}
|
|
52355
|
+
}, [_c('div', {
|
|
52356
|
+
staticClass: "body-header"
|
|
52357
|
+
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
52358
|
+
class: !item.status ? '' : 'active'
|
|
52359
|
+
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
52360
|
+
directives: [{
|
|
52361
|
+
name: "show",
|
|
52362
|
+
rawName: "v-show",
|
|
52363
|
+
value: _vm.expend == item.input1 && item.status,
|
|
52364
|
+
expression: "expend == item.input1 && item.status"
|
|
52365
|
+
}],
|
|
52366
|
+
staticClass: "body-main"
|
|
52367
|
+
}, [_c('div', {
|
|
52368
|
+
staticClass: "cms-ht",
|
|
52369
|
+
domProps: {
|
|
52370
|
+
"innerHTML": _vm._s(item.input2)
|
|
52371
|
+
}
|
|
52372
|
+
})])]);
|
|
52373
|
+
}), 0)])])])])]);
|
|
52374
|
+
};
|
|
52375
|
+
var staticRenderFns = [];
|
|
52376
|
+
|
|
52377
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
52378
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
52379
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
52380
|
+
var es_iterator_for_each = __webpack_require__(7588);
|
|
52381
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
52382
|
+
var es_iterator_map = __webpack_require__(1701);
|
|
52383
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
52384
|
+
var baseComp = __webpack_require__(677);
|
|
52385
|
+
;// ./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-question/View.vue?vue&type=script&lang=js
|
|
52386
|
+
|
|
52387
|
+
|
|
52388
|
+
|
|
52389
|
+
|
|
52390
|
+
|
|
52391
|
+
|
|
52392
|
+
|
|
52393
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
52394
|
+
name: "cms-question",
|
|
52395
|
+
components: {
|
|
52396
|
+
BaseComp: baseComp["default"]
|
|
52397
|
+
},
|
|
52398
|
+
props: {
|
|
52399
|
+
data: {
|
|
52400
|
+
type: Object,
|
|
52401
|
+
default: () => {
|
|
52402
|
+
return {};
|
|
52403
|
+
}
|
|
52404
|
+
},
|
|
52405
|
+
nowCompId: {
|
|
52406
|
+
type: [String, Number],
|
|
52407
|
+
default: ""
|
|
52408
|
+
},
|
|
52409
|
+
isOpcacity: {
|
|
52410
|
+
type: Boolean,
|
|
52411
|
+
default: true
|
|
52412
|
+
},
|
|
52413
|
+
lang: {
|
|
52414
|
+
type: String,
|
|
52415
|
+
default: "zh-HK"
|
|
52416
|
+
}
|
|
52417
|
+
},
|
|
52418
|
+
data() {
|
|
52419
|
+
return {
|
|
52420
|
+
configList: [],
|
|
52421
|
+
expend: "",
|
|
52422
|
+
problemActive: 0
|
|
52423
|
+
};
|
|
52424
|
+
},
|
|
52425
|
+
mounted() {},
|
|
52426
|
+
watch: {},
|
|
52427
|
+
methods: {
|
|
52428
|
+
getConfigData(configData) {
|
|
52429
|
+
this.configList = configData.configList;
|
|
52430
|
+
},
|
|
52431
|
+
open(item, index, event) {
|
|
52432
|
+
var _this$configList$this;
|
|
52433
|
+
console.log(event);
|
|
52434
|
+
this.expend = item.input1;
|
|
52435
|
+
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
52436
|
+
var _this$configList$this2;
|
|
52437
|
+
this.$set((_this$configList$this2 = this.configList[this.problemActive]) === null || _this$configList$this2 === void 0 ? void 0 : _this$configList$this2.contentArray[curIndex], "status", curIndex == index ? !item.status : false);
|
|
52438
|
+
});
|
|
52439
|
+
},
|
|
52440
|
+
decodeJumpUrl(url) {
|
|
52441
|
+
if (!url) return;
|
|
52442
|
+
top.location.href = url;
|
|
52443
|
+
}
|
|
52444
|
+
},
|
|
52445
|
+
computed: {
|
|
52446
|
+
_stableProblemGuide() {
|
|
52447
|
+
let res = this.configList || [];
|
|
52448
|
+
return res.map(item => {
|
|
52449
|
+
return {
|
|
52450
|
+
...item,
|
|
52451
|
+
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
52452
|
+
...cur,
|
|
52453
|
+
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
52454
|
+
}))
|
|
52455
|
+
};
|
|
52456
|
+
});
|
|
52457
|
+
}
|
|
52458
|
+
}
|
|
52459
|
+
});
|
|
52460
|
+
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
52461
|
+
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
52462
|
+
;// ./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-question/View.vue?vue&type=style&index=0&id=a9cd740c&prod&lang=scss&scoped=true
|
|
52463
|
+
// extracted by mini-css-extract-plugin
|
|
52464
|
+
|
|
52465
|
+
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=a9cd740c&prod&lang=scss&scoped=true
|
|
52466
|
+
|
|
52467
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
52468
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
52469
|
+
;// ./package/cms-question/View.vue
|
|
52470
|
+
|
|
52471
|
+
|
|
52472
|
+
|
|
52473
|
+
;
|
|
52474
|
+
|
|
52475
|
+
|
|
52476
|
+
/* normalize component */
|
|
52477
|
+
|
|
52478
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
52479
|
+
cms_question_Viewvue_type_script_lang_js,
|
|
52480
|
+
render,
|
|
52481
|
+
staticRenderFns,
|
|
52482
|
+
false,
|
|
52483
|
+
null,
|
|
52484
|
+
"a9cd740c",
|
|
52485
|
+
null
|
|
52486
|
+
|
|
52487
|
+
)
|
|
52488
|
+
|
|
52489
|
+
/* harmony default export */ var View = (component.exports);
|
|
52490
|
+
|
|
52051
52491
|
/***/ }),
|
|
52052
52492
|
|
|
52053
52493
|
/***/ 8111:
|
|
@@ -52283,200 +52723,6 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
52283
52723
|
|
|
52284
52724
|
/***/ }),
|
|
52285
52725
|
|
|
52286
|
-
/***/ 8352:
|
|
52287
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52288
|
-
|
|
52289
|
-
"use strict";
|
|
52290
|
-
// ESM COMPAT FLAG
|
|
52291
|
-
__webpack_require__.r(__webpack_exports__);
|
|
52292
|
-
|
|
52293
|
-
// EXPORTS
|
|
52294
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
52295
|
-
"default": function() { return /* binding */ View; }
|
|
52296
|
-
});
|
|
52297
|
-
|
|
52298
|
-
;// ./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-question/View.vue?vue&type=template&id=38de48b1&scoped=true
|
|
52299
|
-
var render = function render() {
|
|
52300
|
-
var _vm$_stableProblemGui;
|
|
52301
|
-
var _vm = this,
|
|
52302
|
-
_c = _vm._self._c;
|
|
52303
|
-
return _c('BaseComp', _vm._b({
|
|
52304
|
-
attrs: {
|
|
52305
|
-
"data": _vm.data,
|
|
52306
|
-
"nowCompId": _vm.nowCompId,
|
|
52307
|
-
"isOpcacity": _vm.isOpcacity,
|
|
52308
|
-
"lang": _vm.lang
|
|
52309
|
-
},
|
|
52310
|
-
on: {
|
|
52311
|
-
"getConfigData": _vm.getConfigData
|
|
52312
|
-
}
|
|
52313
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
52314
|
-
staticClass: "cmhk-home_main"
|
|
52315
|
-
}, [_c('div', {
|
|
52316
|
-
staticClass: "pageCenter"
|
|
52317
|
-
}, [_c('div', {
|
|
52318
|
-
staticClass: "family-problem-guide"
|
|
52319
|
-
}, [_c('div', {
|
|
52320
|
-
staticClass: "tab-header"
|
|
52321
|
-
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
52322
|
-
return _c('li', {
|
|
52323
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52324
|
-
class: _vm.problemActive == index ? 'active' : '',
|
|
52325
|
-
on: {
|
|
52326
|
-
"click": function ($event) {
|
|
52327
|
-
_vm.problemActive = index;
|
|
52328
|
-
}
|
|
52329
|
-
}
|
|
52330
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
52331
|
-
}), 0)]), _c('div', {
|
|
52332
|
-
staticClass: "tab-body tab-panel_body"
|
|
52333
|
-
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
52334
|
-
return _c('dd', {
|
|
52335
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52336
|
-
on: {
|
|
52337
|
-
"click": function ($event) {
|
|
52338
|
-
$event.stopPropagation();
|
|
52339
|
-
return _vm.open(item, index, $event);
|
|
52340
|
-
}
|
|
52341
|
-
}
|
|
52342
|
-
}, [_c('div', {
|
|
52343
|
-
staticClass: "body-header"
|
|
52344
|
-
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
52345
|
-
class: !item.status ? '' : 'active'
|
|
52346
|
-
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
52347
|
-
directives: [{
|
|
52348
|
-
name: "show",
|
|
52349
|
-
rawName: "v-show",
|
|
52350
|
-
value: _vm.expend == item.input1 && item.status,
|
|
52351
|
-
expression: "expend == item.input1 && item.status"
|
|
52352
|
-
}],
|
|
52353
|
-
staticClass: "body-main"
|
|
52354
|
-
}, [_c('div', {
|
|
52355
|
-
staticClass: "cms-ht",
|
|
52356
|
-
domProps: {
|
|
52357
|
-
"innerHTML": _vm._s(item.input2)
|
|
52358
|
-
}
|
|
52359
|
-
})])]);
|
|
52360
|
-
}), 0)])])])])]);
|
|
52361
|
-
};
|
|
52362
|
-
var staticRenderFns = [];
|
|
52363
|
-
|
|
52364
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
52365
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
52366
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
52367
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
52368
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
52369
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
52370
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
52371
|
-
var baseComp = __webpack_require__(677);
|
|
52372
|
-
;// ./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-question/View.vue?vue&type=script&lang=js
|
|
52373
|
-
|
|
52374
|
-
|
|
52375
|
-
|
|
52376
|
-
|
|
52377
|
-
|
|
52378
|
-
|
|
52379
|
-
|
|
52380
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
52381
|
-
name: "cms-question",
|
|
52382
|
-
components: {
|
|
52383
|
-
BaseComp: baseComp["default"]
|
|
52384
|
-
},
|
|
52385
|
-
props: {
|
|
52386
|
-
data: {
|
|
52387
|
-
type: Object,
|
|
52388
|
-
default: () => {
|
|
52389
|
-
return {};
|
|
52390
|
-
}
|
|
52391
|
-
},
|
|
52392
|
-
nowCompId: {
|
|
52393
|
-
type: [String, Number],
|
|
52394
|
-
default: ""
|
|
52395
|
-
},
|
|
52396
|
-
isOpcacity: {
|
|
52397
|
-
type: Boolean,
|
|
52398
|
-
default: true
|
|
52399
|
-
},
|
|
52400
|
-
lang: {
|
|
52401
|
-
type: String,
|
|
52402
|
-
default: "zh-HK"
|
|
52403
|
-
}
|
|
52404
|
-
},
|
|
52405
|
-
data() {
|
|
52406
|
-
return {
|
|
52407
|
-
configList: [],
|
|
52408
|
-
expend: "",
|
|
52409
|
-
problemActive: 0
|
|
52410
|
-
};
|
|
52411
|
-
},
|
|
52412
|
-
mounted() {},
|
|
52413
|
-
watch: {},
|
|
52414
|
-
methods: {
|
|
52415
|
-
getConfigData(configData) {
|
|
52416
|
-
this.configList = configData.configList;
|
|
52417
|
-
},
|
|
52418
|
-
open(item, index, event) {
|
|
52419
|
-
var _this$configList$this;
|
|
52420
|
-
console.log(event);
|
|
52421
|
-
this.expend = item.input1;
|
|
52422
|
-
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
52423
|
-
var _this$configList$this2;
|
|
52424
|
-
this.$set((_this$configList$this2 = this.configList[this.problemActive]) === null || _this$configList$this2 === void 0 ? void 0 : _this$configList$this2.contentArray[curIndex], "status", curIndex == index ? !item.status : false);
|
|
52425
|
-
});
|
|
52426
|
-
},
|
|
52427
|
-
decodeJumpUrl(url) {
|
|
52428
|
-
if (!url) return;
|
|
52429
|
-
top.location.href = url;
|
|
52430
|
-
}
|
|
52431
|
-
},
|
|
52432
|
-
computed: {
|
|
52433
|
-
_stableProblemGuide() {
|
|
52434
|
-
let res = this.configList || [];
|
|
52435
|
-
return res.map(item => {
|
|
52436
|
-
return {
|
|
52437
|
-
...item,
|
|
52438
|
-
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
52439
|
-
...cur,
|
|
52440
|
-
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
52441
|
-
}))
|
|
52442
|
-
};
|
|
52443
|
-
});
|
|
52444
|
-
}
|
|
52445
|
-
}
|
|
52446
|
-
});
|
|
52447
|
-
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
52448
|
-
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
52449
|
-
;// ./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-question/View.vue?vue&type=style&index=0&id=38de48b1&prod&lang=scss&scoped=true
|
|
52450
|
-
// extracted by mini-css-extract-plugin
|
|
52451
|
-
|
|
52452
|
-
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=38de48b1&prod&lang=scss&scoped=true
|
|
52453
|
-
|
|
52454
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
52455
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
52456
|
-
;// ./package/cms-question/View.vue
|
|
52457
|
-
|
|
52458
|
-
|
|
52459
|
-
|
|
52460
|
-
;
|
|
52461
|
-
|
|
52462
|
-
|
|
52463
|
-
/* normalize component */
|
|
52464
|
-
|
|
52465
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
52466
|
-
cms_question_Viewvue_type_script_lang_js,
|
|
52467
|
-
render,
|
|
52468
|
-
staticRenderFns,
|
|
52469
|
-
false,
|
|
52470
|
-
null,
|
|
52471
|
-
"38de48b1",
|
|
52472
|
-
null
|
|
52473
|
-
|
|
52474
|
-
)
|
|
52475
|
-
|
|
52476
|
-
/* harmony default export */ var View = (component.exports);
|
|
52477
|
-
|
|
52478
|
-
/***/ }),
|
|
52479
|
-
|
|
52480
52726
|
/***/ 8364:
|
|
52481
52727
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52482
52728
|
|
|
@@ -52485,8 +52731,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
52485
52731
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
52486
52732
|
|
|
52487
52733
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5985));
|
|
52488
|
-
const
|
|
52489
|
-
|
|
52734
|
+
const getTodayEndTimestamp = () => {
|
|
52735
|
+
const today = new Date();
|
|
52736
|
+
today.setHours(23, 59, 59, 999);
|
|
52737
|
+
return today.getTime();
|
|
52738
|
+
};
|
|
52739
|
+
const getDefaultLangData = () => ({
|
|
52740
|
+
dateTime: getTodayEndTimestamp(),
|
|
52490
52741
|
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315174726_yhL6RHpo_614x380.png",
|
|
52491
52742
|
input4: "",
|
|
52492
52743
|
input3: "",
|
|
@@ -52496,7 +52747,8 @@ const langData = {
|
|
|
52496
52747
|
imagePcATL: "",
|
|
52497
52748
|
imageH5ATL: "",
|
|
52498
52749
|
jumpUrl: ""
|
|
52499
|
-
};
|
|
52750
|
+
});
|
|
52751
|
+
const langData = getDefaultLangData();
|
|
52500
52752
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
52501
52753
|
uploadImagePC: {
|
|
52502
52754
|
label: "上传PC图片"
|
|
@@ -52543,7 +52795,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
52543
52795
|
settings: cmsCompName => {
|
|
52544
52796
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
52545
52797
|
cmsCompName,
|
|
52546
|
-
langData
|
|
52798
|
+
langData: getDefaultLangData()
|
|
52547
52799
|
});
|
|
52548
52800
|
}
|
|
52549
52801
|
});
|
|
@@ -58768,6 +59020,149 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
|
58768
59020
|
});
|
|
58769
59021
|
|
|
58770
59022
|
|
|
59023
|
+
/***/ }),
|
|
59024
|
+
|
|
59025
|
+
/***/ 9334:
|
|
59026
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59027
|
+
|
|
59028
|
+
"use strict";
|
|
59029
|
+
// ESM COMPAT FLAG
|
|
59030
|
+
__webpack_require__.r(__webpack_exports__);
|
|
59031
|
+
|
|
59032
|
+
// EXPORTS
|
|
59033
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
59034
|
+
"default": function() { return /* binding */ View; }
|
|
59035
|
+
});
|
|
59036
|
+
|
|
59037
|
+
;// ./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-lineFive/View.vue?vue&type=template&id=7e9c168f&scoped=true
|
|
59038
|
+
var render = function render() {
|
|
59039
|
+
var _vm = this,
|
|
59040
|
+
_c = _vm._self._c;
|
|
59041
|
+
return _c('BaseComp', _vm._b({
|
|
59042
|
+
attrs: {
|
|
59043
|
+
"data": _vm.data,
|
|
59044
|
+
"nowCompId": _vm.nowCompId,
|
|
59045
|
+
"isOpcacity": _vm.isOpcacity,
|
|
59046
|
+
"lang": _vm.lang
|
|
59047
|
+
},
|
|
59048
|
+
on: {
|
|
59049
|
+
"getConfigData": _vm.getConfigData
|
|
59050
|
+
}
|
|
59051
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
59052
|
+
staticClass: "cmhk-home_main"
|
|
59053
|
+
}, [_c('div', {
|
|
59054
|
+
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
59055
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
59056
|
+
return _c('div', {
|
|
59057
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
59058
|
+
staticClass: "flex-wapper_item",
|
|
59059
|
+
on: {
|
|
59060
|
+
"click": function ($event) {
|
|
59061
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
59062
|
+
}
|
|
59063
|
+
}
|
|
59064
|
+
}, [_c('div', {
|
|
59065
|
+
staticClass: "card-input"
|
|
59066
|
+
}, [_c('div', {
|
|
59067
|
+
staticClass: "card-input_wapper"
|
|
59068
|
+
}, [_c('img', {
|
|
59069
|
+
staticClass: "card-input_image mobile-show",
|
|
59070
|
+
attrs: {
|
|
59071
|
+
"src": item.uploadImageH5,
|
|
59072
|
+
"alt": item.imageH5ATL
|
|
59073
|
+
}
|
|
59074
|
+
}), _c('img', {
|
|
59075
|
+
staticClass: "card-input_image pc-show",
|
|
59076
|
+
attrs: {
|
|
59077
|
+
"src": item.uploadImagePC,
|
|
59078
|
+
"alt": item.imagePcATL
|
|
59079
|
+
}
|
|
59080
|
+
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
59081
|
+
staticClass: "title"
|
|
59082
|
+
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
59083
|
+
staticClass: "sub-title"
|
|
59084
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
59085
|
+
}), 0)])]);
|
|
59086
|
+
};
|
|
59087
|
+
var staticRenderFns = [];
|
|
59088
|
+
|
|
59089
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59090
|
+
var baseComp = __webpack_require__(677);
|
|
59091
|
+
;// ./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-lineFive/View.vue?vue&type=script&lang=js
|
|
59092
|
+
|
|
59093
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
59094
|
+
name: "cms-lineFive",
|
|
59095
|
+
components: {
|
|
59096
|
+
BaseComp: baseComp["default"]
|
|
59097
|
+
},
|
|
59098
|
+
props: {
|
|
59099
|
+
data: {
|
|
59100
|
+
type: Object,
|
|
59101
|
+
default: () => {
|
|
59102
|
+
return {};
|
|
59103
|
+
}
|
|
59104
|
+
},
|
|
59105
|
+
nowCompId: {
|
|
59106
|
+
type: [String, Number],
|
|
59107
|
+
default: ""
|
|
59108
|
+
},
|
|
59109
|
+
isOpcacity: {
|
|
59110
|
+
type: Boolean,
|
|
59111
|
+
default: true
|
|
59112
|
+
},
|
|
59113
|
+
lang: {
|
|
59114
|
+
type: String,
|
|
59115
|
+
default: "zh-HK"
|
|
59116
|
+
}
|
|
59117
|
+
},
|
|
59118
|
+
data() {
|
|
59119
|
+
return {
|
|
59120
|
+
configList: []
|
|
59121
|
+
};
|
|
59122
|
+
},
|
|
59123
|
+
mounted() {},
|
|
59124
|
+
watch: {},
|
|
59125
|
+
methods: {
|
|
59126
|
+
getConfigData(configData) {
|
|
59127
|
+
this.configList = configData.configList;
|
|
59128
|
+
},
|
|
59129
|
+
decodeJumpUrl(url) {
|
|
59130
|
+
if (!url) return;
|
|
59131
|
+
top.location.href = url;
|
|
59132
|
+
}
|
|
59133
|
+
}
|
|
59134
|
+
});
|
|
59135
|
+
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
59136
|
+
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
59137
|
+
;// ./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-lineFive/View.vue?vue&type=style&index=0&id=7e9c168f&prod&lang=scss&scoped=true
|
|
59138
|
+
// extracted by mini-css-extract-plugin
|
|
59139
|
+
|
|
59140
|
+
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=7e9c168f&prod&lang=scss&scoped=true
|
|
59141
|
+
|
|
59142
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59143
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
59144
|
+
;// ./package/cms-lineFive/View.vue
|
|
59145
|
+
|
|
59146
|
+
|
|
59147
|
+
|
|
59148
|
+
;
|
|
59149
|
+
|
|
59150
|
+
|
|
59151
|
+
/* normalize component */
|
|
59152
|
+
|
|
59153
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
59154
|
+
cms_lineFive_Viewvue_type_script_lang_js,
|
|
59155
|
+
render,
|
|
59156
|
+
staticRenderFns,
|
|
59157
|
+
false,
|
|
59158
|
+
null,
|
|
59159
|
+
"7e9c168f",
|
|
59160
|
+
null
|
|
59161
|
+
|
|
59162
|
+
)
|
|
59163
|
+
|
|
59164
|
+
/* harmony default export */ var View = (component.exports);
|
|
59165
|
+
|
|
58771
59166
|
/***/ }),
|
|
58772
59167
|
|
|
58773
59168
|
/***/ 9348:
|
|
@@ -58912,6 +59307,189 @@ module.exports = function (nextHandler, IS_ITERATOR, RETURN_HANDLER_RESULT) {
|
|
|
58912
59307
|
};
|
|
58913
59308
|
|
|
58914
59309
|
|
|
59310
|
+
/***/ }),
|
|
59311
|
+
|
|
59312
|
+
/***/ 9465:
|
|
59313
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59314
|
+
|
|
59315
|
+
"use strict";
|
|
59316
|
+
// ESM COMPAT FLAG
|
|
59317
|
+
__webpack_require__.r(__webpack_exports__);
|
|
59318
|
+
|
|
59319
|
+
// EXPORTS
|
|
59320
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
59321
|
+
"default": function() { return /* binding */ View; }
|
|
59322
|
+
});
|
|
59323
|
+
|
|
59324
|
+
;// ./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
|
|
59325
|
+
var render = function render() {
|
|
59326
|
+
var _vm = this,
|
|
59327
|
+
_c = _vm._self._c;
|
|
59328
|
+
return _c('BaseComp', _vm._b({
|
|
59329
|
+
attrs: {
|
|
59330
|
+
"data": _vm.data,
|
|
59331
|
+
"nowCompId": _vm.nowCompId,
|
|
59332
|
+
"isOpcacity": _vm.isOpcacity,
|
|
59333
|
+
"lang": _vm.lang
|
|
59334
|
+
},
|
|
59335
|
+
on: {
|
|
59336
|
+
"getConfigData": _vm.getConfigData
|
|
59337
|
+
}
|
|
59338
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
59339
|
+
staticClass: "cmhk-home_main"
|
|
59340
|
+
}, [_c('section', {
|
|
59341
|
+
ref: "servicePlan"
|
|
59342
|
+
}, [_c('div', {
|
|
59343
|
+
ref: "box_swiper",
|
|
59344
|
+
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
59345
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
59346
|
+
return _c('div', {
|
|
59347
|
+
key: inx,
|
|
59348
|
+
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
59349
|
+
attrs: {
|
|
59350
|
+
"data-wow-delay": "200",
|
|
59351
|
+
"data-wow-iteration": "1"
|
|
59352
|
+
}
|
|
59353
|
+
}, [_c('div', {
|
|
59354
|
+
staticClass: "kf-sprbox kf-blur",
|
|
59355
|
+
on: {
|
|
59356
|
+
"click": function ($event) {
|
|
59357
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
59358
|
+
}
|
|
59359
|
+
}
|
|
59360
|
+
}, [_c('img', {
|
|
59361
|
+
staticClass: "col331-image",
|
|
59362
|
+
attrs: {
|
|
59363
|
+
"src": item.uploadImagePC,
|
|
59364
|
+
"alt": item.imagePcATL
|
|
59365
|
+
}
|
|
59366
|
+
}), item.input1 ? _c('div', {
|
|
59367
|
+
staticClass: "swiper-btn"
|
|
59368
|
+
}, [_c('span', {
|
|
59369
|
+
staticClass: "vm"
|
|
59370
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
59371
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
59372
|
+
attrs: {
|
|
59373
|
+
"src": __webpack_require__(1061)
|
|
59374
|
+
}
|
|
59375
|
+
})]) : _vm._e()])]);
|
|
59376
|
+
}), 0), _c('div', {
|
|
59377
|
+
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
59378
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
59379
|
+
return _c('div', {
|
|
59380
|
+
key: inx,
|
|
59381
|
+
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
59382
|
+
attrs: {
|
|
59383
|
+
"data-wow-delay": "200",
|
|
59384
|
+
"data-wow-iteration": "1"
|
|
59385
|
+
}
|
|
59386
|
+
}, [_c('div', {
|
|
59387
|
+
staticClass: "kf-box",
|
|
59388
|
+
on: {
|
|
59389
|
+
"click": function ($event) {
|
|
59390
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
59391
|
+
}
|
|
59392
|
+
}
|
|
59393
|
+
}, [_c('img', {
|
|
59394
|
+
staticClass: "col331-image",
|
|
59395
|
+
attrs: {
|
|
59396
|
+
"src": item.uploadImageH5,
|
|
59397
|
+
"alt": item.imageH5ATL
|
|
59398
|
+
}
|
|
59399
|
+
}), item.input1 ? _c('div', {
|
|
59400
|
+
staticClass: "swiper-btn"
|
|
59401
|
+
}, [_c('span', {
|
|
59402
|
+
staticClass: "vm"
|
|
59403
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
59404
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
59405
|
+
attrs: {
|
|
59406
|
+
"src": __webpack_require__(1061)
|
|
59407
|
+
}
|
|
59408
|
+
})]) : _vm._e()])]);
|
|
59409
|
+
}), 0)])])]);
|
|
59410
|
+
};
|
|
59411
|
+
var staticRenderFns = [];
|
|
59412
|
+
|
|
59413
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=4c7c1db7&scoped=true
|
|
59414
|
+
|
|
59415
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59416
|
+
var baseComp = __webpack_require__(677);
|
|
59417
|
+
;// ./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
|
|
59418
|
+
|
|
59419
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
59420
|
+
name: "cms-prodCustomization",
|
|
59421
|
+
components: {
|
|
59422
|
+
BaseComp: baseComp["default"]
|
|
59423
|
+
},
|
|
59424
|
+
props: {
|
|
59425
|
+
data: {
|
|
59426
|
+
type: Object,
|
|
59427
|
+
default: () => {
|
|
59428
|
+
return {};
|
|
59429
|
+
}
|
|
59430
|
+
},
|
|
59431
|
+
nowCompId: {
|
|
59432
|
+
type: [String, Number],
|
|
59433
|
+
default: ""
|
|
59434
|
+
},
|
|
59435
|
+
isOpcacity: {
|
|
59436
|
+
type: Boolean,
|
|
59437
|
+
default: true
|
|
59438
|
+
},
|
|
59439
|
+
lang: {
|
|
59440
|
+
type: String,
|
|
59441
|
+
default: "zh-HK"
|
|
59442
|
+
}
|
|
59443
|
+
},
|
|
59444
|
+
data() {
|
|
59445
|
+
return {
|
|
59446
|
+
configList: [],
|
|
59447
|
+
plan1Inx: 0
|
|
59448
|
+
};
|
|
59449
|
+
},
|
|
59450
|
+
mounted() {},
|
|
59451
|
+
watch: {},
|
|
59452
|
+
methods: {
|
|
59453
|
+
getConfigData(configData) {
|
|
59454
|
+
this.configList = configData.configList;
|
|
59455
|
+
},
|
|
59456
|
+
decodeJumpUrl(url) {
|
|
59457
|
+
if (!url) return;
|
|
59458
|
+
top.location.href = url;
|
|
59459
|
+
}
|
|
59460
|
+
}
|
|
59461
|
+
});
|
|
59462
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
59463
|
+
/* harmony default export */ var cms_prodCustomization_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
59464
|
+
;// ./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
|
|
59465
|
+
// extracted by mini-css-extract-plugin
|
|
59466
|
+
|
|
59467
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=4c7c1db7&prod&lang=scss&scoped=true
|
|
59468
|
+
|
|
59469
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59470
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
59471
|
+
;// ./package/cms-prodCustomization/View.vue
|
|
59472
|
+
|
|
59473
|
+
|
|
59474
|
+
|
|
59475
|
+
;
|
|
59476
|
+
|
|
59477
|
+
|
|
59478
|
+
/* normalize component */
|
|
59479
|
+
|
|
59480
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
59481
|
+
cms_prodCustomization_Viewvue_type_script_lang_js,
|
|
59482
|
+
render,
|
|
59483
|
+
staticRenderFns,
|
|
59484
|
+
false,
|
|
59485
|
+
null,
|
|
59486
|
+
"4c7c1db7",
|
|
59487
|
+
null
|
|
59488
|
+
|
|
59489
|
+
)
|
|
59490
|
+
|
|
59491
|
+
/* harmony default export */ var View = (component.exports);
|
|
59492
|
+
|
|
58915
59493
|
/***/ }),
|
|
58916
59494
|
|
|
58917
59495
|
/***/ 9472:
|
|
@@ -59101,186 +59679,6 @@ var userAgent = __webpack_require__(2839);
|
|
|
59101
59679
|
module.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent);
|
|
59102
59680
|
|
|
59103
59681
|
|
|
59104
|
-
/***/ }),
|
|
59105
|
-
|
|
59106
|
-
/***/ 9545:
|
|
59107
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59108
|
-
|
|
59109
|
-
"use strict";
|
|
59110
|
-
// ESM COMPAT FLAG
|
|
59111
|
-
__webpack_require__.r(__webpack_exports__);
|
|
59112
|
-
|
|
59113
|
-
// EXPORTS
|
|
59114
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
59115
|
-
"default": function() { return /* binding */ View; }
|
|
59116
|
-
});
|
|
59117
|
-
|
|
59118
|
-
;// ./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-imgFour/View.vue?vue&type=template&id=01a5c2e5&scoped=true
|
|
59119
|
-
var render = function render() {
|
|
59120
|
-
var _vm = this,
|
|
59121
|
-
_c = _vm._self._c;
|
|
59122
|
-
return _c('BaseComp', _vm._b({
|
|
59123
|
-
attrs: {
|
|
59124
|
-
"data": _vm.data,
|
|
59125
|
-
"nowCompId": _vm.nowCompId,
|
|
59126
|
-
"isOpcacity": _vm.isOpcacity,
|
|
59127
|
-
"lang": _vm.lang
|
|
59128
|
-
},
|
|
59129
|
-
on: {
|
|
59130
|
-
"getConfigData": _vm.getConfigData
|
|
59131
|
-
}
|
|
59132
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
59133
|
-
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
59134
|
-
}, [_c('div', {
|
|
59135
|
-
staticClass: "fp-part"
|
|
59136
|
-
}, [_c('div', {
|
|
59137
|
-
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
59138
|
-
}, [_c('div', {
|
|
59139
|
-
attrs: {
|
|
59140
|
-
"id": `productList${_vm.data.componentId}`
|
|
59141
|
-
}
|
|
59142
|
-
}, [_c('div', {
|
|
59143
|
-
staticClass: "swiper-wrapper"
|
|
59144
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
59145
|
-
return _c('div', {
|
|
59146
|
-
key: inx,
|
|
59147
|
-
staticClass: "swiper-slide",
|
|
59148
|
-
staticStyle: {
|
|
59149
|
-
"cursor": "pointer"
|
|
59150
|
-
}
|
|
59151
|
-
}, [_c('a', {
|
|
59152
|
-
staticStyle: {
|
|
59153
|
-
"color": "black"
|
|
59154
|
-
},
|
|
59155
|
-
attrs: {
|
|
59156
|
-
"target": "_self"
|
|
59157
|
-
},
|
|
59158
|
-
on: {
|
|
59159
|
-
"click": function ($event) {
|
|
59160
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
59161
|
-
}
|
|
59162
|
-
}
|
|
59163
|
-
}, [_c('div', {
|
|
59164
|
-
staticClass: "relative"
|
|
59165
|
-
}, [_c('img', {
|
|
59166
|
-
staticClass: "layout-pc",
|
|
59167
|
-
attrs: {
|
|
59168
|
-
"src": item.uploadImagePC,
|
|
59169
|
-
"alt": item.imagePcATL
|
|
59170
|
-
}
|
|
59171
|
-
}), _c('img', {
|
|
59172
|
-
staticClass: "layout-mobile",
|
|
59173
|
-
attrs: {
|
|
59174
|
-
"src": item.uploadImageH5,
|
|
59175
|
-
"alt": item.imageH5ATL
|
|
59176
|
-
}
|
|
59177
|
-
})]), _c('div', {
|
|
59178
|
-
staticClass: "fp-advantage-swiper-main"
|
|
59179
|
-
}, [_c('div', {
|
|
59180
|
-
staticClass: "fp-advantage-swiper-title"
|
|
59181
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
59182
|
-
staticClass: "fp-advantage-swiper-content"
|
|
59183
|
-
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
59184
|
-
}), 0)])])])])]);
|
|
59185
|
-
};
|
|
59186
|
-
var staticRenderFns = [];
|
|
59187
|
-
|
|
59188
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
59189
|
-
var swiper = __webpack_require__(828);
|
|
59190
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
59191
|
-
var swiper_esm_bundle = __webpack_require__(1532);
|
|
59192
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59193
|
-
var baseComp = __webpack_require__(677);
|
|
59194
|
-
;// ./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-imgFour/View.vue?vue&type=script&lang=js
|
|
59195
|
-
|
|
59196
|
-
|
|
59197
|
-
|
|
59198
|
-
|
|
59199
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
59200
|
-
name: "cms-imgFour",
|
|
59201
|
-
components: {
|
|
59202
|
-
BaseComp: baseComp["default"]
|
|
59203
|
-
},
|
|
59204
|
-
props: {
|
|
59205
|
-
data: {
|
|
59206
|
-
type: Object,
|
|
59207
|
-
default: () => {
|
|
59208
|
-
return {};
|
|
59209
|
-
}
|
|
59210
|
-
},
|
|
59211
|
-
nowCompId: {
|
|
59212
|
-
type: [String, Number],
|
|
59213
|
-
default: ""
|
|
59214
|
-
},
|
|
59215
|
-
isOpcacity: {
|
|
59216
|
-
type: Boolean,
|
|
59217
|
-
default: true
|
|
59218
|
-
},
|
|
59219
|
-
lang: {
|
|
59220
|
-
type: String,
|
|
59221
|
-
default: "zh-HK"
|
|
59222
|
-
}
|
|
59223
|
-
},
|
|
59224
|
-
data() {
|
|
59225
|
-
return {
|
|
59226
|
-
configList: [],
|
|
59227
|
-
productSwiper: null
|
|
59228
|
-
};
|
|
59229
|
-
},
|
|
59230
|
-
mounted() {
|
|
59231
|
-
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
59232
|
-
autoplay: false,
|
|
59233
|
-
loop: false,
|
|
59234
|
-
// 循环模式选项
|
|
59235
|
-
spaceBetween: 0,
|
|
59236
|
-
slidesPerView: "auto",
|
|
59237
|
-
slidesPerGroup: 1,
|
|
59238
|
-
observer: true,
|
|
59239
|
-
observeParents: true
|
|
59240
|
-
});
|
|
59241
|
-
},
|
|
59242
|
-
watch: {},
|
|
59243
|
-
methods: {
|
|
59244
|
-
getConfigData(configData) {
|
|
59245
|
-
this.configList = configData.configList;
|
|
59246
|
-
},
|
|
59247
|
-
decodeJumpUrl(url) {
|
|
59248
|
-
if (!url) return;
|
|
59249
|
-
top.location.href = url;
|
|
59250
|
-
}
|
|
59251
|
-
}
|
|
59252
|
-
});
|
|
59253
|
-
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
59254
|
-
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
59255
|
-
;// ./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-imgFour/View.vue?vue&type=style&index=0&id=01a5c2e5&prod&lang=scss&scoped=true
|
|
59256
|
-
// extracted by mini-css-extract-plugin
|
|
59257
|
-
|
|
59258
|
-
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=01a5c2e5&prod&lang=scss&scoped=true
|
|
59259
|
-
|
|
59260
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59261
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
59262
|
-
;// ./package/cms-imgFour/View.vue
|
|
59263
|
-
|
|
59264
|
-
|
|
59265
|
-
|
|
59266
|
-
;
|
|
59267
|
-
|
|
59268
|
-
|
|
59269
|
-
/* normalize component */
|
|
59270
|
-
|
|
59271
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
59272
|
-
cms_imgFour_Viewvue_type_script_lang_js,
|
|
59273
|
-
render,
|
|
59274
|
-
staticRenderFns,
|
|
59275
|
-
false,
|
|
59276
|
-
null,
|
|
59277
|
-
"01a5c2e5",
|
|
59278
|
-
null
|
|
59279
|
-
|
|
59280
|
-
)
|
|
59281
|
-
|
|
59282
|
-
/* harmony default export */ var View = (component.exports);
|
|
59283
|
-
|
|
59284
59682
|
/***/ }),
|
|
59285
59683
|
|
|
59286
59684
|
/***/ 9560:
|
|
@@ -59737,229 +60135,6 @@ module.exports = function (it) {
|
|
|
59737
60135
|
};
|
|
59738
60136
|
|
|
59739
60137
|
|
|
59740
|
-
/***/ }),
|
|
59741
|
-
|
|
59742
|
-
/***/ 9603:
|
|
59743
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59744
|
-
|
|
59745
|
-
"use strict";
|
|
59746
|
-
// ESM COMPAT FLAG
|
|
59747
|
-
__webpack_require__.r(__webpack_exports__);
|
|
59748
|
-
|
|
59749
|
-
// EXPORTS
|
|
59750
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
59751
|
-
"default": function() { return /* binding */ View; }
|
|
59752
|
-
});
|
|
59753
|
-
|
|
59754
|
-
;// ./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-lineThree/View.vue?vue&type=template&id=241e1e5b&scoped=true
|
|
59755
|
-
var render = function render() {
|
|
59756
|
-
var _vm = this,
|
|
59757
|
-
_c = _vm._self._c,
|
|
59758
|
-
_setup = _vm._self._setupProxy;
|
|
59759
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
59760
|
-
attrs: {
|
|
59761
|
-
"data": _vm.data,
|
|
59762
|
-
"nowCompId": _vm.nowCompId,
|
|
59763
|
-
"isOpcacity": _vm.isOpcacity,
|
|
59764
|
-
"lang": _vm.lang
|
|
59765
|
-
},
|
|
59766
|
-
on: {
|
|
59767
|
-
"getConfigData": _vm.getConfigData
|
|
59768
|
-
}
|
|
59769
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
59770
|
-
staticClass: "cmhk-home_main"
|
|
59771
|
-
}, [_c('div', {
|
|
59772
|
-
staticClass: "corp-static_wrapper"
|
|
59773
|
-
}, [_c('div', {
|
|
59774
|
-
staticClass: "corp-static_scene_container"
|
|
59775
|
-
}, [_c('ul', {
|
|
59776
|
-
staticClass: "clearfix"
|
|
59777
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
59778
|
-
return _c('li', {
|
|
59779
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
59780
|
-
on: {
|
|
59781
|
-
"click": function ($event) {
|
|
59782
|
-
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
59783
|
-
}
|
|
59784
|
-
}
|
|
59785
|
-
}, [_c('div', {
|
|
59786
|
-
staticClass: "card-shadow"
|
|
59787
|
-
}, [_c('div', {
|
|
59788
|
-
staticClass: "image-desbox_wapper"
|
|
59789
|
-
}, [_c('img', {
|
|
59790
|
-
staticClass: "scene-image",
|
|
59791
|
-
attrs: {
|
|
59792
|
-
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
59793
|
-
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
59794
|
-
}
|
|
59795
|
-
})]), _c('div', {
|
|
59796
|
-
staticClass: "corp-static_scene_content"
|
|
59797
|
-
}, [_c('p', {
|
|
59798
|
-
staticClass: "title"
|
|
59799
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
59800
|
-
staticClass: "des",
|
|
59801
|
-
class: _vm.panelFold ? 'des-more' : ''
|
|
59802
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]), _vm.$i18n.locale == 'zh-CN' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
59803
|
-
staticClass: "crad-more",
|
|
59804
|
-
on: {
|
|
59805
|
-
"click": function ($event) {
|
|
59806
|
-
$event.stopPropagation();
|
|
59807
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59808
|
-
}
|
|
59809
|
-
}
|
|
59810
|
-
}, [_c('span', {
|
|
59811
|
-
directives: [{
|
|
59812
|
-
name: "show",
|
|
59813
|
-
rawName: "v-show",
|
|
59814
|
-
value: _vm.$i18n.locale == 'zh-CN',
|
|
59815
|
-
expression: "$i18n.locale == 'zh-CN'"
|
|
59816
|
-
}]
|
|
59817
|
-
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
59818
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59819
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
59820
|
-
staticClass: "crad-more",
|
|
59821
|
-
on: {
|
|
59822
|
-
"click": function ($event) {
|
|
59823
|
-
$event.stopPropagation();
|
|
59824
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59825
|
-
}
|
|
59826
|
-
}
|
|
59827
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
59828
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59829
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
59830
|
-
staticClass: "crad-more",
|
|
59831
|
-
on: {
|
|
59832
|
-
"click": function ($event) {
|
|
59833
|
-
$event.stopPropagation();
|
|
59834
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59835
|
-
}
|
|
59836
|
-
}
|
|
59837
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
59838
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59839
|
-
})])]) : _vm._e()])])]);
|
|
59840
|
-
}), 0)])])])]);
|
|
59841
|
-
};
|
|
59842
|
-
var staticRenderFns = [];
|
|
59843
|
-
|
|
59844
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59845
|
-
var baseComp = __webpack_require__(677);
|
|
59846
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
59847
|
-
var jumpUrl = __webpack_require__(4102);
|
|
59848
|
-
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
59849
|
-
var vue_runtime_esm = __webpack_require__(3562);
|
|
59850
|
-
;// ./src/utils/useMobileEffect.js
|
|
59851
|
-
|
|
59852
|
-
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
59853
|
-
const resize = () => {
|
|
59854
|
-
let bodyW = 0;
|
|
59855
|
-
if (document.body) {
|
|
59856
|
-
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
59857
|
-
}
|
|
59858
|
-
if (bodyW < 800) {
|
|
59859
|
-
isMobileHook.value = true;
|
|
59860
|
-
} else {
|
|
59861
|
-
isMobileHook.value = false;
|
|
59862
|
-
}
|
|
59863
|
-
};
|
|
59864
|
-
/* harmony default export */ function useMobileEffect() {
|
|
59865
|
-
(0,vue_runtime_esm.onMounted)(() => {
|
|
59866
|
-
resize();
|
|
59867
|
-
window.addEventListener('resize', resize);
|
|
59868
|
-
});
|
|
59869
|
-
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
59870
|
-
window.removeEventListener('resize', resize);
|
|
59871
|
-
});
|
|
59872
|
-
return {
|
|
59873
|
-
isMobileHook
|
|
59874
|
-
};
|
|
59875
|
-
}
|
|
59876
|
-
;// ./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-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
59877
|
-
|
|
59878
|
-
const __default__ = {
|
|
59879
|
-
name: "cms-lineThree",
|
|
59880
|
-
components: {
|
|
59881
|
-
BaseComp: baseComp["default"]
|
|
59882
|
-
},
|
|
59883
|
-
props: {
|
|
59884
|
-
data: {
|
|
59885
|
-
type: Object,
|
|
59886
|
-
default: () => {
|
|
59887
|
-
return {};
|
|
59888
|
-
}
|
|
59889
|
-
},
|
|
59890
|
-
nowCompId: {
|
|
59891
|
-
type: [String, Number],
|
|
59892
|
-
default: ""
|
|
59893
|
-
},
|
|
59894
|
-
isOpcacity: {
|
|
59895
|
-
type: Boolean,
|
|
59896
|
-
default: true
|
|
59897
|
-
},
|
|
59898
|
-
lang: {
|
|
59899
|
-
type: String,
|
|
59900
|
-
default: "zh-HK"
|
|
59901
|
-
}
|
|
59902
|
-
},
|
|
59903
|
-
data() {
|
|
59904
|
-
return {
|
|
59905
|
-
configList: [],
|
|
59906
|
-
panelFold: false
|
|
59907
|
-
};
|
|
59908
|
-
},
|
|
59909
|
-
mounted() {},
|
|
59910
|
-
watch: {},
|
|
59911
|
-
methods: {
|
|
59912
|
-
getConfigData(configData) {
|
|
59913
|
-
this.configList = configData.configList;
|
|
59914
|
-
}
|
|
59915
|
-
}
|
|
59916
|
-
};
|
|
59917
|
-
|
|
59918
|
-
|
|
59919
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
59920
|
-
setup(__props) {
|
|
59921
|
-
const {
|
|
59922
|
-
isMobileHook
|
|
59923
|
-
} = useMobileEffect();
|
|
59924
|
-
return {
|
|
59925
|
-
__sfc: true,
|
|
59926
|
-
isMobileHook,
|
|
59927
|
-
BaseComp: baseComp["default"],
|
|
59928
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
59929
|
-
};
|
|
59930
|
-
}
|
|
59931
|
-
}));
|
|
59932
|
-
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
59933
|
-
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
59934
|
-
;// ./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-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
59935
|
-
// extracted by mini-css-extract-plugin
|
|
59936
|
-
|
|
59937
|
-
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
59938
|
-
|
|
59939
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59940
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
59941
|
-
;// ./package/cms-lineThree/View.vue
|
|
59942
|
-
|
|
59943
|
-
|
|
59944
|
-
|
|
59945
|
-
;
|
|
59946
|
-
|
|
59947
|
-
|
|
59948
|
-
/* normalize component */
|
|
59949
|
-
|
|
59950
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
59951
|
-
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
59952
|
-
render,
|
|
59953
|
-
staticRenderFns,
|
|
59954
|
-
false,
|
|
59955
|
-
null,
|
|
59956
|
-
"241e1e5b",
|
|
59957
|
-
null
|
|
59958
|
-
|
|
59959
|
-
)
|
|
59960
|
-
|
|
59961
|
-
/* harmony default export */ var View = (component.exports);
|
|
59962
|
-
|
|
59963
60138
|
/***/ }),
|
|
59964
60139
|
|
|
59965
60140
|
/***/ 9617:
|
|
@@ -62255,7 +62430,7 @@ service.interceptors.response.use(response => {
|
|
|
62255
62430
|
__webpack_require__.r(__webpack_exports__);
|
|
62256
62431
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
62257
62432
|
|
|
62258
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
62433
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8105));
|
|
62259
62434
|
const langData = {
|
|
62260
62435
|
configList: [{
|
|
62261
62436
|
id: Math.random().toString(),
|
|
@@ -62419,146 +62594,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
62419
62594
|
|
|
62420
62595
|
/***/ }),
|
|
62421
62596
|
|
|
62422
|
-
/***/ 9817:
|
|
62423
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62424
|
-
|
|
62425
|
-
"use strict";
|
|
62426
|
-
// ESM COMPAT FLAG
|
|
62427
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62428
|
-
|
|
62429
|
-
// EXPORTS
|
|
62430
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62431
|
-
"default": function() { return /* binding */ View; }
|
|
62432
|
-
});
|
|
62433
|
-
|
|
62434
|
-
;// ./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-iconFour/View.vue?vue&type=template&id=692b1e0d&scoped=true
|
|
62435
|
-
var render = function render() {
|
|
62436
|
-
var _vm = this,
|
|
62437
|
-
_c = _vm._self._c;
|
|
62438
|
-
return _c('BaseComp', _vm._b({
|
|
62439
|
-
attrs: {
|
|
62440
|
-
"data": _vm.data,
|
|
62441
|
-
"nowCompId": _vm.nowCompId,
|
|
62442
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62443
|
-
"lang": _vm.lang
|
|
62444
|
-
},
|
|
62445
|
-
on: {
|
|
62446
|
-
"getConfigData": _vm.getConfigData
|
|
62447
|
-
}
|
|
62448
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62449
|
-
staticClass: "cmhk-home_main"
|
|
62450
|
-
}, [_c('div', {
|
|
62451
|
-
staticClass: "scrollCenter"
|
|
62452
|
-
}, [_c('div', {
|
|
62453
|
-
staticClass: "scroll"
|
|
62454
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
62455
|
-
return _c('div', {
|
|
62456
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62457
|
-
staticClass: "item",
|
|
62458
|
-
staticStyle: {
|
|
62459
|
-
"z-index": "2"
|
|
62460
|
-
}
|
|
62461
|
-
}, [_c('img', {
|
|
62462
|
-
staticClass: "item-img",
|
|
62463
|
-
attrs: {
|
|
62464
|
-
"src": item.uploadImagePC,
|
|
62465
|
-
"alt": item.imagePcATL
|
|
62466
|
-
},
|
|
62467
|
-
on: {
|
|
62468
|
-
"click": function ($event) {
|
|
62469
|
-
return _vm.decodeJumpUrl(item.jumpUrl ? item.jumpUrl : '');
|
|
62470
|
-
}
|
|
62471
|
-
}
|
|
62472
|
-
}), _c('div', {
|
|
62473
|
-
staticClass: "item-title"
|
|
62474
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
62475
|
-
staticClass: "item-desc"
|
|
62476
|
-
}, [_c('span', {
|
|
62477
|
-
staticClass: "v-baseline"
|
|
62478
|
-
}, [_vm._v(_vm._s(item.input2))])])]);
|
|
62479
|
-
}), 0)])])]);
|
|
62480
|
-
};
|
|
62481
|
-
var staticRenderFns = [];
|
|
62482
|
-
|
|
62483
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62484
|
-
var baseComp = __webpack_require__(677);
|
|
62485
|
-
;// ./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-iconFour/View.vue?vue&type=script&lang=js
|
|
62486
|
-
|
|
62487
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62488
|
-
name: "cms-iconFour",
|
|
62489
|
-
components: {
|
|
62490
|
-
BaseComp: baseComp["default"]
|
|
62491
|
-
},
|
|
62492
|
-
props: {
|
|
62493
|
-
data: {
|
|
62494
|
-
type: Object,
|
|
62495
|
-
default: () => {
|
|
62496
|
-
return {};
|
|
62497
|
-
}
|
|
62498
|
-
},
|
|
62499
|
-
nowCompId: {
|
|
62500
|
-
type: [String, Number],
|
|
62501
|
-
default: ""
|
|
62502
|
-
},
|
|
62503
|
-
isOpcacity: {
|
|
62504
|
-
type: Boolean,
|
|
62505
|
-
default: true
|
|
62506
|
-
},
|
|
62507
|
-
lang: {
|
|
62508
|
-
type: String,
|
|
62509
|
-
default: "zh-HK"
|
|
62510
|
-
}
|
|
62511
|
-
},
|
|
62512
|
-
data() {
|
|
62513
|
-
return {
|
|
62514
|
-
configList: []
|
|
62515
|
-
};
|
|
62516
|
-
},
|
|
62517
|
-
mounted() {},
|
|
62518
|
-
watch: {},
|
|
62519
|
-
methods: {
|
|
62520
|
-
getConfigData(configData) {
|
|
62521
|
-
this.configList = configData.configList;
|
|
62522
|
-
},
|
|
62523
|
-
decodeJumpUrl(url) {
|
|
62524
|
-
if (!url) return;
|
|
62525
|
-
top.location.href = url;
|
|
62526
|
-
}
|
|
62527
|
-
}
|
|
62528
|
-
});
|
|
62529
|
-
;// ./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
62530
|
-
/* harmony default export */ var cms_iconFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62531
|
-
;// ./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-iconFour/View.vue?vue&type=style&index=0&id=692b1e0d&prod&lang=scss&scoped=true
|
|
62532
|
-
// extracted by mini-css-extract-plugin
|
|
62533
|
-
|
|
62534
|
-
;// ./package/cms-iconFour/View.vue?vue&type=style&index=0&id=692b1e0d&prod&lang=scss&scoped=true
|
|
62535
|
-
|
|
62536
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62537
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62538
|
-
;// ./package/cms-iconFour/View.vue
|
|
62539
|
-
|
|
62540
|
-
|
|
62541
|
-
|
|
62542
|
-
;
|
|
62543
|
-
|
|
62544
|
-
|
|
62545
|
-
/* normalize component */
|
|
62546
|
-
|
|
62547
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62548
|
-
cms_iconFour_Viewvue_type_script_lang_js,
|
|
62549
|
-
render,
|
|
62550
|
-
staticRenderFns,
|
|
62551
|
-
false,
|
|
62552
|
-
null,
|
|
62553
|
-
"692b1e0d",
|
|
62554
|
-
null
|
|
62555
|
-
|
|
62556
|
-
)
|
|
62557
|
-
|
|
62558
|
-
/* harmony default export */ var View = (component.exports);
|
|
62559
|
-
|
|
62560
|
-
/***/ }),
|
|
62561
|
-
|
|
62562
62597
|
/***/ 9848:
|
|
62563
62598
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
62564
62599
|
|