cms-chenhj-ui 2.2.14 → 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 +1497 -1476
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1269 -1248
- 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:
|
|
@@ -3651,7 +3423,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
3651
3423
|
__webpack_require__.r(__webpack_exports__);
|
|
3652
3424
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
3653
3425
|
|
|
3654
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
3426
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4027));
|
|
3655
3427
|
const langData = {
|
|
3656
3428
|
configList: [{
|
|
3657
3429
|
id: Math.random().toString(),
|
|
@@ -4520,6 +4292,229 @@ module.exports = function parseHeaders(headers) {
|
|
|
4520
4292
|
|
|
4521
4293
|
/***/ }),
|
|
4522
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
|
+
|
|
4523
4518
|
/***/ 828:
|
|
4524
4519
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
4525
4520
|
|
|
@@ -13698,114 +13693,7 @@ module.exports = function (it) {
|
|
|
13698
13693
|
|
|
13699
13694
|
/***/ }),
|
|
13700
13695
|
|
|
13701
|
-
/***/
|
|
13702
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
13703
|
-
|
|
13704
|
-
"use strict";
|
|
13705
|
-
|
|
13706
|
-
var $ = __webpack_require__(6518);
|
|
13707
|
-
var iterate = __webpack_require__(2652);
|
|
13708
|
-
var aCallable = __webpack_require__(9306);
|
|
13709
|
-
var anObject = __webpack_require__(8551);
|
|
13710
|
-
var getIteratorDirect = __webpack_require__(1767);
|
|
13711
|
-
|
|
13712
|
-
// `Iterator.prototype.every` method
|
|
13713
|
-
// https://tc39.es/ecma262/#sec-iterator.prototype.every
|
|
13714
|
-
$({ target: 'Iterator', proto: true, real: true }, {
|
|
13715
|
-
every: function every(predicate) {
|
|
13716
|
-
anObject(this);
|
|
13717
|
-
aCallable(predicate);
|
|
13718
|
-
var record = getIteratorDirect(this);
|
|
13719
|
-
var counter = 0;
|
|
13720
|
-
return !iterate(record, function (value, stop) {
|
|
13721
|
-
if (!predicate(value, counter++)) return stop();
|
|
13722
|
-
}, { IS_RECORD: true, INTERRUPTED: true }).stopped;
|
|
13723
|
-
}
|
|
13724
|
-
});
|
|
13725
|
-
|
|
13726
|
-
|
|
13727
|
-
/***/ }),
|
|
13728
|
-
|
|
13729
|
-
/***/ 1181:
|
|
13730
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13731
|
-
|
|
13732
|
-
"use strict";
|
|
13733
|
-
|
|
13734
|
-
var NATIVE_WEAK_MAP = __webpack_require__(8622);
|
|
13735
|
-
var globalThis = __webpack_require__(4576);
|
|
13736
|
-
var isObject = __webpack_require__(34);
|
|
13737
|
-
var createNonEnumerableProperty = __webpack_require__(6699);
|
|
13738
|
-
var hasOwn = __webpack_require__(9297);
|
|
13739
|
-
var shared = __webpack_require__(7629);
|
|
13740
|
-
var sharedKey = __webpack_require__(6119);
|
|
13741
|
-
var hiddenKeys = __webpack_require__(421);
|
|
13742
|
-
|
|
13743
|
-
var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
|
|
13744
|
-
var TypeError = globalThis.TypeError;
|
|
13745
|
-
var WeakMap = globalThis.WeakMap;
|
|
13746
|
-
var set, get, has;
|
|
13747
|
-
|
|
13748
|
-
var enforce = function (it) {
|
|
13749
|
-
return has(it) ? get(it) : set(it, {});
|
|
13750
|
-
};
|
|
13751
|
-
|
|
13752
|
-
var getterFor = function (TYPE) {
|
|
13753
|
-
return function (it) {
|
|
13754
|
-
var state;
|
|
13755
|
-
if (!isObject(it) || (state = get(it)).type !== TYPE) {
|
|
13756
|
-
throw new TypeError('Incompatible receiver, ' + TYPE + ' required');
|
|
13757
|
-
} return state;
|
|
13758
|
-
};
|
|
13759
|
-
};
|
|
13760
|
-
|
|
13761
|
-
if (NATIVE_WEAK_MAP || shared.state) {
|
|
13762
|
-
var store = shared.state || (shared.state = new WeakMap());
|
|
13763
|
-
/* eslint-disable no-self-assign -- prototype methods protection */
|
|
13764
|
-
store.get = store.get;
|
|
13765
|
-
store.has = store.has;
|
|
13766
|
-
store.set = store.set;
|
|
13767
|
-
/* eslint-enable no-self-assign -- prototype methods protection */
|
|
13768
|
-
set = function (it, metadata) {
|
|
13769
|
-
if (store.has(it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
13770
|
-
metadata.facade = it;
|
|
13771
|
-
store.set(it, metadata);
|
|
13772
|
-
return metadata;
|
|
13773
|
-
};
|
|
13774
|
-
get = function (it) {
|
|
13775
|
-
return store.get(it) || {};
|
|
13776
|
-
};
|
|
13777
|
-
has = function (it) {
|
|
13778
|
-
return store.has(it);
|
|
13779
|
-
};
|
|
13780
|
-
} else {
|
|
13781
|
-
var STATE = sharedKey('state');
|
|
13782
|
-
hiddenKeys[STATE] = true;
|
|
13783
|
-
set = function (it, metadata) {
|
|
13784
|
-
if (hasOwn(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
13785
|
-
metadata.facade = it;
|
|
13786
|
-
createNonEnumerableProperty(it, STATE, metadata);
|
|
13787
|
-
return metadata;
|
|
13788
|
-
};
|
|
13789
|
-
get = function (it) {
|
|
13790
|
-
return hasOwn(it, STATE) ? it[STATE] : {};
|
|
13791
|
-
};
|
|
13792
|
-
has = function (it) {
|
|
13793
|
-
return hasOwn(it, STATE);
|
|
13794
|
-
};
|
|
13795
|
-
}
|
|
13796
|
-
|
|
13797
|
-
module.exports = {
|
|
13798
|
-
set: set,
|
|
13799
|
-
get: get,
|
|
13800
|
-
has: has,
|
|
13801
|
-
enforce: enforce,
|
|
13802
|
-
getterFor: getterFor
|
|
13803
|
-
};
|
|
13804
|
-
|
|
13805
|
-
|
|
13806
|
-
/***/ }),
|
|
13807
|
-
|
|
13808
|
-
/***/ 1240:
|
|
13696
|
+
/***/ 1125:
|
|
13809
13697
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13810
13698
|
|
|
13811
13699
|
"use strict";
|
|
@@ -13817,7 +13705,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
13817
13705
|
"default": function() { return /* binding */ View; }
|
|
13818
13706
|
});
|
|
13819
13707
|
|
|
13820
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=template&id=
|
|
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
|
|
13821
13709
|
var render = function render() {
|
|
13822
13710
|
var _vm = this,
|
|
13823
13711
|
_c = _vm._self._c;
|
|
@@ -13909,10 +13797,10 @@ var baseComp = __webpack_require__(677);
|
|
|
13909
13797
|
});
|
|
13910
13798
|
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
13911
13799
|
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
13912
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=
|
|
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
|
|
13913
13801
|
// extracted by mini-css-extract-plugin
|
|
13914
13802
|
|
|
13915
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=
|
|
13803
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=1e95772a&prod&scoped=true&lang=scss
|
|
13916
13804
|
|
|
13917
13805
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
13918
13806
|
var componentNormalizer = __webpack_require__(1656);
|
|
@@ -13931,13 +13819,120 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
13931
13819
|
staticRenderFns,
|
|
13932
13820
|
false,
|
|
13933
13821
|
null,
|
|
13934
|
-
"
|
|
13822
|
+
"1e95772a",
|
|
13935
13823
|
null
|
|
13936
13824
|
|
|
13937
13825
|
)
|
|
13938
13826
|
|
|
13939
13827
|
/* harmony default export */ var View = (component.exports);
|
|
13940
13828
|
|
|
13829
|
+
/***/ }),
|
|
13830
|
+
|
|
13831
|
+
/***/ 1148:
|
|
13832
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
13833
|
+
|
|
13834
|
+
"use strict";
|
|
13835
|
+
|
|
13836
|
+
var $ = __webpack_require__(6518);
|
|
13837
|
+
var iterate = __webpack_require__(2652);
|
|
13838
|
+
var aCallable = __webpack_require__(9306);
|
|
13839
|
+
var anObject = __webpack_require__(8551);
|
|
13840
|
+
var getIteratorDirect = __webpack_require__(1767);
|
|
13841
|
+
|
|
13842
|
+
// `Iterator.prototype.every` method
|
|
13843
|
+
// https://tc39.es/ecma262/#sec-iterator.prototype.every
|
|
13844
|
+
$({ target: 'Iterator', proto: true, real: true }, {
|
|
13845
|
+
every: function every(predicate) {
|
|
13846
|
+
anObject(this);
|
|
13847
|
+
aCallable(predicate);
|
|
13848
|
+
var record = getIteratorDirect(this);
|
|
13849
|
+
var counter = 0;
|
|
13850
|
+
return !iterate(record, function (value, stop) {
|
|
13851
|
+
if (!predicate(value, counter++)) return stop();
|
|
13852
|
+
}, { IS_RECORD: true, INTERRUPTED: true }).stopped;
|
|
13853
|
+
}
|
|
13854
|
+
});
|
|
13855
|
+
|
|
13856
|
+
|
|
13857
|
+
/***/ }),
|
|
13858
|
+
|
|
13859
|
+
/***/ 1181:
|
|
13860
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
13861
|
+
|
|
13862
|
+
"use strict";
|
|
13863
|
+
|
|
13864
|
+
var NATIVE_WEAK_MAP = __webpack_require__(8622);
|
|
13865
|
+
var globalThis = __webpack_require__(4576);
|
|
13866
|
+
var isObject = __webpack_require__(34);
|
|
13867
|
+
var createNonEnumerableProperty = __webpack_require__(6699);
|
|
13868
|
+
var hasOwn = __webpack_require__(9297);
|
|
13869
|
+
var shared = __webpack_require__(7629);
|
|
13870
|
+
var sharedKey = __webpack_require__(6119);
|
|
13871
|
+
var hiddenKeys = __webpack_require__(421);
|
|
13872
|
+
|
|
13873
|
+
var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
|
|
13874
|
+
var TypeError = globalThis.TypeError;
|
|
13875
|
+
var WeakMap = globalThis.WeakMap;
|
|
13876
|
+
var set, get, has;
|
|
13877
|
+
|
|
13878
|
+
var enforce = function (it) {
|
|
13879
|
+
return has(it) ? get(it) : set(it, {});
|
|
13880
|
+
};
|
|
13881
|
+
|
|
13882
|
+
var getterFor = function (TYPE) {
|
|
13883
|
+
return function (it) {
|
|
13884
|
+
var state;
|
|
13885
|
+
if (!isObject(it) || (state = get(it)).type !== TYPE) {
|
|
13886
|
+
throw new TypeError('Incompatible receiver, ' + TYPE + ' required');
|
|
13887
|
+
} return state;
|
|
13888
|
+
};
|
|
13889
|
+
};
|
|
13890
|
+
|
|
13891
|
+
if (NATIVE_WEAK_MAP || shared.state) {
|
|
13892
|
+
var store = shared.state || (shared.state = new WeakMap());
|
|
13893
|
+
/* eslint-disable no-self-assign -- prototype methods protection */
|
|
13894
|
+
store.get = store.get;
|
|
13895
|
+
store.has = store.has;
|
|
13896
|
+
store.set = store.set;
|
|
13897
|
+
/* eslint-enable no-self-assign -- prototype methods protection */
|
|
13898
|
+
set = function (it, metadata) {
|
|
13899
|
+
if (store.has(it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
13900
|
+
metadata.facade = it;
|
|
13901
|
+
store.set(it, metadata);
|
|
13902
|
+
return metadata;
|
|
13903
|
+
};
|
|
13904
|
+
get = function (it) {
|
|
13905
|
+
return store.get(it) || {};
|
|
13906
|
+
};
|
|
13907
|
+
has = function (it) {
|
|
13908
|
+
return store.has(it);
|
|
13909
|
+
};
|
|
13910
|
+
} else {
|
|
13911
|
+
var STATE = sharedKey('state');
|
|
13912
|
+
hiddenKeys[STATE] = true;
|
|
13913
|
+
set = function (it, metadata) {
|
|
13914
|
+
if (hasOwn(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED);
|
|
13915
|
+
metadata.facade = it;
|
|
13916
|
+
createNonEnumerableProperty(it, STATE, metadata);
|
|
13917
|
+
return metadata;
|
|
13918
|
+
};
|
|
13919
|
+
get = function (it) {
|
|
13920
|
+
return hasOwn(it, STATE) ? it[STATE] : {};
|
|
13921
|
+
};
|
|
13922
|
+
has = function (it) {
|
|
13923
|
+
return hasOwn(it, STATE);
|
|
13924
|
+
};
|
|
13925
|
+
}
|
|
13926
|
+
|
|
13927
|
+
module.exports = {
|
|
13928
|
+
set: set,
|
|
13929
|
+
get: get,
|
|
13930
|
+
has: has,
|
|
13931
|
+
enforce: enforce,
|
|
13932
|
+
getterFor: getterFor
|
|
13933
|
+
};
|
|
13934
|
+
|
|
13935
|
+
|
|
13941
13936
|
/***/ }),
|
|
13942
13937
|
|
|
13943
13938
|
/***/ 1291:
|
|
@@ -22593,8 +22588,8 @@ var map = {
|
|
|
22593
22588
|
"./cms-dynamic-comp/index.js": 6467,
|
|
22594
22589
|
"./cms-iconFour": 653,
|
|
22595
22590
|
"./cms-iconFour/": 653,
|
|
22596
|
-
"./cms-iconFour/View":
|
|
22597
|
-
"./cms-iconFour/View.vue":
|
|
22591
|
+
"./cms-iconFour/View": 4027,
|
|
22592
|
+
"./cms-iconFour/View.vue": 4027,
|
|
22598
22593
|
"./cms-iconFour/index": 653,
|
|
22599
22594
|
"./cms-iconFour/index.js": 653,
|
|
22600
22595
|
"./cms-image": 3513,
|
|
@@ -22611,14 +22606,14 @@ var map = {
|
|
|
22611
22606
|
"./cms-image/index.js": 3513,
|
|
22612
22607
|
"./cms-imgFour": 3395,
|
|
22613
22608
|
"./cms-imgFour/": 3395,
|
|
22614
|
-
"./cms-imgFour/View":
|
|
22615
|
-
"./cms-imgFour/View.vue":
|
|
22609
|
+
"./cms-imgFour/View": 5153,
|
|
22610
|
+
"./cms-imgFour/View.vue": 5153,
|
|
22616
22611
|
"./cms-imgFour/index": 3395,
|
|
22617
22612
|
"./cms-imgFour/index.js": 3395,
|
|
22618
22613
|
"./cms-lineFive": 6442,
|
|
22619
22614
|
"./cms-lineFive/": 6442,
|
|
22620
|
-
"./cms-lineFive/View":
|
|
22621
|
-
"./cms-lineFive/View.vue":
|
|
22615
|
+
"./cms-lineFive/View": 9334,
|
|
22616
|
+
"./cms-lineFive/View.vue": 9334,
|
|
22622
22617
|
"./cms-lineFive/index": 6442,
|
|
22623
22618
|
"./cms-lineFive/index.js": 6442,
|
|
22624
22619
|
"./cms-lineFour": 4066,
|
|
@@ -22629,8 +22624,8 @@ var map = {
|
|
|
22629
22624
|
"./cms-lineFour/index.js": 4066,
|
|
22630
22625
|
"./cms-lineThree": 3522,
|
|
22631
22626
|
"./cms-lineThree/": 3522,
|
|
22632
|
-
"./cms-lineThree/View":
|
|
22633
|
-
"./cms-lineThree/View.vue":
|
|
22627
|
+
"./cms-lineThree/View": 779,
|
|
22628
|
+
"./cms-lineThree/View.vue": 779,
|
|
22634
22629
|
"./cms-lineThree/index": 3522,
|
|
22635
22630
|
"./cms-lineThree/index.js": 3522,
|
|
22636
22631
|
"./cms-lineTwo": 7756,
|
|
@@ -22659,8 +22654,8 @@ var map = {
|
|
|
22659
22654
|
"./cms-productDetails/index.js": 4295,
|
|
22660
22655
|
"./cms-question": 9704,
|
|
22661
22656
|
"./cms-question/": 9704,
|
|
22662
|
-
"./cms-question/View":
|
|
22663
|
-
"./cms-question/View.vue":
|
|
22657
|
+
"./cms-question/View": 8105,
|
|
22658
|
+
"./cms-question/View.vue": 8105,
|
|
22664
22659
|
"./cms-question/index": 9704,
|
|
22665
22660
|
"./cms-question/index.js": 9704,
|
|
22666
22661
|
"./cms-richText": 289,
|
|
@@ -22682,8 +22677,8 @@ var map = {
|
|
|
22682
22677
|
"./cms-servePlan-tab/service-plan.scss": 431,
|
|
22683
22678
|
"./cms-servePlan-text": 2520,
|
|
22684
22679
|
"./cms-servePlan-text/": 2520,
|
|
22685
|
-
"./cms-servePlan-text/View":
|
|
22686
|
-
"./cms-servePlan-text/View.vue":
|
|
22680
|
+
"./cms-servePlan-text/View": 1125,
|
|
22681
|
+
"./cms-servePlan-text/View.vue": 1125,
|
|
22687
22682
|
"./cms-servePlan-text/index": 2520,
|
|
22688
22683
|
"./cms-servePlan-text/index.js": 2520,
|
|
22689
22684
|
"./cms-tab": 9007,
|
|
@@ -22706,8 +22701,8 @@ var map = {
|
|
|
22706
22701
|
"./cms-text/index.js": 4759,
|
|
22707
22702
|
"./cms-threeScroll": 1661,
|
|
22708
22703
|
"./cms-threeScroll/": 1661,
|
|
22709
|
-
"./cms-threeScroll/View":
|
|
22710
|
-
"./cms-threeScroll/View.vue":
|
|
22704
|
+
"./cms-threeScroll/View": 3956,
|
|
22705
|
+
"./cms-threeScroll/View.vue": 3956,
|
|
22711
22706
|
"./cms-threeScroll/index": 1661,
|
|
22712
22707
|
"./cms-threeScroll/index.js": 1661,
|
|
22713
22708
|
"./cms-titleCenter": 7891,
|
|
@@ -22919,7 +22914,7 @@ function normalizeComponent(
|
|
|
22919
22914
|
__webpack_require__.r(__webpack_exports__);
|
|
22920
22915
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
22921
22916
|
|
|
22922
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
22917
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 3956));
|
|
22923
22918
|
const langData = {
|
|
22924
22919
|
configList: [{
|
|
22925
22920
|
id: Math.random().toString(),
|
|
@@ -25330,7 +25325,7 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
|
25330
25325
|
__webpack_require__.r(__webpack_exports__);
|
|
25331
25326
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
25332
25327
|
|
|
25333
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
25328
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1125));
|
|
25334
25329
|
const langData = {
|
|
25335
25330
|
input1: "描述",
|
|
25336
25331
|
input2: "标题",
|
|
@@ -28034,7 +28029,7 @@ module.exports = function (key) {
|
|
|
28034
28029
|
__webpack_require__.r(__webpack_exports__);
|
|
28035
28030
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
28036
28031
|
|
|
28037
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28032
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5153));
|
|
28038
28033
|
const langData = {
|
|
28039
28034
|
configList: [{
|
|
28040
28035
|
id: Math.random().toString(),
|
|
@@ -28406,7 +28401,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
28406
28401
|
__webpack_require__.r(__webpack_exports__);
|
|
28407
28402
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
28408
28403
|
|
|
28409
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28404
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 779));
|
|
28410
28405
|
const langData = {
|
|
28411
28406
|
configList: [{
|
|
28412
28407
|
id: Math.random().toString(),
|
|
@@ -37548,6 +37543,234 @@ module.exports = function (argument) {
|
|
|
37548
37543
|
};
|
|
37549
37544
|
|
|
37550
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
|
+
|
|
37551
37774
|
/***/ }),
|
|
37552
37775
|
|
|
37553
37776
|
/***/ 4022:
|
|
@@ -37577,6 +37800,146 @@ module.exports = reflectGetProto ? function getProto(O) {
|
|
|
37577
37800
|
|
|
37578
37801
|
/***/ }),
|
|
37579
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
|
+
|
|
37580
37943
|
/***/ 4055:
|
|
37581
37944
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
37582
37945
|
|
|
@@ -41393,6 +41756,207 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
41393
41756
|
|
|
41394
41757
|
/***/ }),
|
|
41395
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
|
+
|
|
41396
41960
|
/***/ 5154:
|
|
41397
41961
|
/***/ (function(module) {
|
|
41398
41962
|
|
|
@@ -41451,25 +42015,25 @@ var map = {
|
|
|
41451
42015
|
"./cms-column/View.vue": 4623,
|
|
41452
42016
|
"./cms-description/View.vue": 6296,
|
|
41453
42017
|
"./cms-dynamic-comp/View.vue": 471,
|
|
41454
|
-
"./cms-iconFour/View.vue":
|
|
42018
|
+
"./cms-iconFour/View.vue": 4027,
|
|
41455
42019
|
"./cms-image-group/View.vue": 2578,
|
|
41456
42020
|
"./cms-image/View.vue": 2902,
|
|
41457
|
-
"./cms-imgFour/View.vue":
|
|
41458
|
-
"./cms-lineFive/View.vue":
|
|
42021
|
+
"./cms-imgFour/View.vue": 5153,
|
|
42022
|
+
"./cms-lineFive/View.vue": 9334,
|
|
41459
42023
|
"./cms-lineFour/View.vue": 8067,
|
|
41460
|
-
"./cms-lineThree/View.vue":
|
|
42024
|
+
"./cms-lineThree/View.vue": 779,
|
|
41461
42025
|
"./cms-lineTwo/View.vue": 1460,
|
|
41462
42026
|
"./cms-proCard/View.vue": 8945,
|
|
41463
42027
|
"./cms-prodCustomization/View.vue": 9465,
|
|
41464
42028
|
"./cms-productDetails/View.vue": 7979,
|
|
41465
|
-
"./cms-question/View.vue":
|
|
42029
|
+
"./cms-question/View.vue": 8105,
|
|
41466
42030
|
"./cms-richText/View.vue": 2464,
|
|
41467
42031
|
"./cms-servePlan-tab/View.vue": 9051,
|
|
41468
|
-
"./cms-servePlan-text/View.vue":
|
|
42032
|
+
"./cms-servePlan-text/View.vue": 1125,
|
|
41469
42033
|
"./cms-tab/View.vue": 3591,
|
|
41470
42034
|
"./cms-termsAndConditions/View.vue": 5761,
|
|
41471
42035
|
"./cms-text/View.vue": 2618,
|
|
41472
|
-
"./cms-threeScroll/View.vue":
|
|
42036
|
+
"./cms-threeScroll/View.vue": 3956,
|
|
41473
42037
|
"./cms-titleCenter/View.vue": 624,
|
|
41474
42038
|
"./cms-titleLeft/View.vue": 3755,
|
|
41475
42039
|
"./cms-via-storedValueCard/View.vue": 5669,
|
|
@@ -46663,149 +47227,6 @@ module.exports = function (target, src, options) {
|
|
|
46663
47227
|
};
|
|
46664
47228
|
|
|
46665
47229
|
|
|
46666
|
-
/***/ }),
|
|
46667
|
-
|
|
46668
|
-
/***/ 6294:
|
|
46669
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
46670
|
-
|
|
46671
|
-
"use strict";
|
|
46672
|
-
// ESM COMPAT FLAG
|
|
46673
|
-
__webpack_require__.r(__webpack_exports__);
|
|
46674
|
-
|
|
46675
|
-
// EXPORTS
|
|
46676
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
46677
|
-
"default": function() { return /* binding */ View; }
|
|
46678
|
-
});
|
|
46679
|
-
|
|
46680
|
-
;// ./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
|
|
46681
|
-
var render = function render() {
|
|
46682
|
-
var _vm = this,
|
|
46683
|
-
_c = _vm._self._c;
|
|
46684
|
-
return _c('BaseComp', _vm._b({
|
|
46685
|
-
attrs: {
|
|
46686
|
-
"data": _vm.data,
|
|
46687
|
-
"nowCompId": _vm.nowCompId,
|
|
46688
|
-
"isOpcacity": _vm.isOpcacity,
|
|
46689
|
-
"lang": _vm.lang
|
|
46690
|
-
},
|
|
46691
|
-
on: {
|
|
46692
|
-
"getConfigData": _vm.getConfigData
|
|
46693
|
-
}
|
|
46694
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
46695
|
-
staticClass: "cmhk-home_main"
|
|
46696
|
-
}, [_c('div', {
|
|
46697
|
-
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
46698
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
46699
|
-
return _c('div', {
|
|
46700
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
46701
|
-
staticClass: "flex-wapper_item",
|
|
46702
|
-
on: {
|
|
46703
|
-
"click": function ($event) {
|
|
46704
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
46705
|
-
}
|
|
46706
|
-
}
|
|
46707
|
-
}, [_c('div', {
|
|
46708
|
-
staticClass: "card-input"
|
|
46709
|
-
}, [_c('div', {
|
|
46710
|
-
staticClass: "card-input_wapper"
|
|
46711
|
-
}, [_c('img', {
|
|
46712
|
-
staticClass: "card-input_image mobile-show",
|
|
46713
|
-
attrs: {
|
|
46714
|
-
"src": item.uploadImageH5,
|
|
46715
|
-
"alt": item.imageH5ATL
|
|
46716
|
-
}
|
|
46717
|
-
}), _c('img', {
|
|
46718
|
-
staticClass: "card-input_image pc-show",
|
|
46719
|
-
attrs: {
|
|
46720
|
-
"src": item.uploadImagePC,
|
|
46721
|
-
"alt": item.imagePcATL
|
|
46722
|
-
}
|
|
46723
|
-
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
46724
|
-
staticClass: "title"
|
|
46725
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
46726
|
-
staticClass: "sub-title"
|
|
46727
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
46728
|
-
}), 0)])]);
|
|
46729
|
-
};
|
|
46730
|
-
var staticRenderFns = [];
|
|
46731
|
-
|
|
46732
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
46733
|
-
var baseComp = __webpack_require__(677);
|
|
46734
|
-
;// ./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
|
|
46735
|
-
|
|
46736
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
46737
|
-
name: "cms-lineFive",
|
|
46738
|
-
components: {
|
|
46739
|
-
BaseComp: baseComp["default"]
|
|
46740
|
-
},
|
|
46741
|
-
props: {
|
|
46742
|
-
data: {
|
|
46743
|
-
type: Object,
|
|
46744
|
-
default: () => {
|
|
46745
|
-
return {};
|
|
46746
|
-
}
|
|
46747
|
-
},
|
|
46748
|
-
nowCompId: {
|
|
46749
|
-
type: [String, Number],
|
|
46750
|
-
default: ""
|
|
46751
|
-
},
|
|
46752
|
-
isOpcacity: {
|
|
46753
|
-
type: Boolean,
|
|
46754
|
-
default: true
|
|
46755
|
-
},
|
|
46756
|
-
lang: {
|
|
46757
|
-
type: String,
|
|
46758
|
-
default: "zh-HK"
|
|
46759
|
-
}
|
|
46760
|
-
},
|
|
46761
|
-
data() {
|
|
46762
|
-
return {
|
|
46763
|
-
configList: []
|
|
46764
|
-
};
|
|
46765
|
-
},
|
|
46766
|
-
mounted() {},
|
|
46767
|
-
watch: {},
|
|
46768
|
-
methods: {
|
|
46769
|
-
getConfigData(configData) {
|
|
46770
|
-
this.configList = configData.configList;
|
|
46771
|
-
},
|
|
46772
|
-
decodeJumpUrl(url) {
|
|
46773
|
-
if (!url) return;
|
|
46774
|
-
top.location.href = url;
|
|
46775
|
-
}
|
|
46776
|
-
}
|
|
46777
|
-
});
|
|
46778
|
-
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
46779
|
-
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
46780
|
-
;// ./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
|
|
46781
|
-
// extracted by mini-css-extract-plugin
|
|
46782
|
-
|
|
46783
|
-
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=1a5e7dc8&prod&lang=scss&scoped=true
|
|
46784
|
-
|
|
46785
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
46786
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
46787
|
-
;// ./package/cms-lineFive/View.vue
|
|
46788
|
-
|
|
46789
|
-
|
|
46790
|
-
|
|
46791
|
-
;
|
|
46792
|
-
|
|
46793
|
-
|
|
46794
|
-
/* normalize component */
|
|
46795
|
-
|
|
46796
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
46797
|
-
cms_lineFive_Viewvue_type_script_lang_js,
|
|
46798
|
-
render,
|
|
46799
|
-
staticRenderFns,
|
|
46800
|
-
false,
|
|
46801
|
-
null,
|
|
46802
|
-
"1a5e7dc8",
|
|
46803
|
-
null
|
|
46804
|
-
|
|
46805
|
-
)
|
|
46806
|
-
|
|
46807
|
-
/* harmony default export */ var View = (component.exports);
|
|
46808
|
-
|
|
46809
47230
|
/***/ }),
|
|
46810
47231
|
|
|
46811
47232
|
/***/ 6296:
|
|
@@ -47354,7 +47775,7 @@ module.exports = ReferenceError;
|
|
|
47354
47775
|
__webpack_require__.r(__webpack_exports__);
|
|
47355
47776
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
47356
47777
|
|
|
47357
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
47778
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9334));
|
|
47358
47779
|
const langData = {
|
|
47359
47780
|
configList: [{
|
|
47360
47781
|
id: Math.random().toString(),
|
|
@@ -51873,6 +52294,200 @@ if ($transfer) $({ target: 'ArrayBuffer', proto: true }, {
|
|
|
51873
52294
|
});
|
|
51874
52295
|
|
|
51875
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
|
+
|
|
51876
52491
|
/***/ }),
|
|
51877
52492
|
|
|
51878
52493
|
/***/ 8111:
|
|
@@ -52108,200 +52723,6 @@ module.exports = function transformData(data, headers, fns) {
|
|
|
52108
52723
|
|
|
52109
52724
|
/***/ }),
|
|
52110
52725
|
|
|
52111
|
-
/***/ 8352:
|
|
52112
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52113
|
-
|
|
52114
|
-
"use strict";
|
|
52115
|
-
// ESM COMPAT FLAG
|
|
52116
|
-
__webpack_require__.r(__webpack_exports__);
|
|
52117
|
-
|
|
52118
|
-
// EXPORTS
|
|
52119
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
52120
|
-
"default": function() { return /* binding */ View; }
|
|
52121
|
-
});
|
|
52122
|
-
|
|
52123
|
-
;// ./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
|
|
52124
|
-
var render = function render() {
|
|
52125
|
-
var _vm$_stableProblemGui;
|
|
52126
|
-
var _vm = this,
|
|
52127
|
-
_c = _vm._self._c;
|
|
52128
|
-
return _c('BaseComp', _vm._b({
|
|
52129
|
-
attrs: {
|
|
52130
|
-
"data": _vm.data,
|
|
52131
|
-
"nowCompId": _vm.nowCompId,
|
|
52132
|
-
"isOpcacity": _vm.isOpcacity,
|
|
52133
|
-
"lang": _vm.lang
|
|
52134
|
-
},
|
|
52135
|
-
on: {
|
|
52136
|
-
"getConfigData": _vm.getConfigData
|
|
52137
|
-
}
|
|
52138
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
52139
|
-
staticClass: "cmhk-home_main"
|
|
52140
|
-
}, [_c('div', {
|
|
52141
|
-
staticClass: "pageCenter"
|
|
52142
|
-
}, [_c('div', {
|
|
52143
|
-
staticClass: "family-problem-guide"
|
|
52144
|
-
}, [_c('div', {
|
|
52145
|
-
staticClass: "tab-header"
|
|
52146
|
-
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
52147
|
-
return _c('li', {
|
|
52148
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52149
|
-
class: _vm.problemActive == index ? 'active' : '',
|
|
52150
|
-
on: {
|
|
52151
|
-
"click": function ($event) {
|
|
52152
|
-
_vm.problemActive = index;
|
|
52153
|
-
}
|
|
52154
|
-
}
|
|
52155
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
52156
|
-
}), 0)]), _c('div', {
|
|
52157
|
-
staticClass: "tab-body tab-panel_body"
|
|
52158
|
-
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
52159
|
-
return _c('dd', {
|
|
52160
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
52161
|
-
on: {
|
|
52162
|
-
"click": function ($event) {
|
|
52163
|
-
$event.stopPropagation();
|
|
52164
|
-
return _vm.open(item, index, $event);
|
|
52165
|
-
}
|
|
52166
|
-
}
|
|
52167
|
-
}, [_c('div', {
|
|
52168
|
-
staticClass: "body-header"
|
|
52169
|
-
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
52170
|
-
class: !item.status ? '' : 'active'
|
|
52171
|
-
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
52172
|
-
directives: [{
|
|
52173
|
-
name: "show",
|
|
52174
|
-
rawName: "v-show",
|
|
52175
|
-
value: _vm.expend == item.input1 && item.status,
|
|
52176
|
-
expression: "expend == item.input1 && item.status"
|
|
52177
|
-
}],
|
|
52178
|
-
staticClass: "body-main"
|
|
52179
|
-
}, [_c('div', {
|
|
52180
|
-
staticClass: "cms-ht",
|
|
52181
|
-
domProps: {
|
|
52182
|
-
"innerHTML": _vm._s(item.input2)
|
|
52183
|
-
}
|
|
52184
|
-
})])]);
|
|
52185
|
-
}), 0)])])])])]);
|
|
52186
|
-
};
|
|
52187
|
-
var staticRenderFns = [];
|
|
52188
|
-
|
|
52189
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
52190
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
52191
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
52192
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
52193
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
52194
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
52195
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
52196
|
-
var baseComp = __webpack_require__(677);
|
|
52197
|
-
;// ./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
|
|
52198
|
-
|
|
52199
|
-
|
|
52200
|
-
|
|
52201
|
-
|
|
52202
|
-
|
|
52203
|
-
|
|
52204
|
-
|
|
52205
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
52206
|
-
name: "cms-question",
|
|
52207
|
-
components: {
|
|
52208
|
-
BaseComp: baseComp["default"]
|
|
52209
|
-
},
|
|
52210
|
-
props: {
|
|
52211
|
-
data: {
|
|
52212
|
-
type: Object,
|
|
52213
|
-
default: () => {
|
|
52214
|
-
return {};
|
|
52215
|
-
}
|
|
52216
|
-
},
|
|
52217
|
-
nowCompId: {
|
|
52218
|
-
type: [String, Number],
|
|
52219
|
-
default: ""
|
|
52220
|
-
},
|
|
52221
|
-
isOpcacity: {
|
|
52222
|
-
type: Boolean,
|
|
52223
|
-
default: true
|
|
52224
|
-
},
|
|
52225
|
-
lang: {
|
|
52226
|
-
type: String,
|
|
52227
|
-
default: "zh-HK"
|
|
52228
|
-
}
|
|
52229
|
-
},
|
|
52230
|
-
data() {
|
|
52231
|
-
return {
|
|
52232
|
-
configList: [],
|
|
52233
|
-
expend: "",
|
|
52234
|
-
problemActive: 0
|
|
52235
|
-
};
|
|
52236
|
-
},
|
|
52237
|
-
mounted() {},
|
|
52238
|
-
watch: {},
|
|
52239
|
-
methods: {
|
|
52240
|
-
getConfigData(configData) {
|
|
52241
|
-
this.configList = configData.configList;
|
|
52242
|
-
},
|
|
52243
|
-
open(item, index, event) {
|
|
52244
|
-
var _this$configList$this;
|
|
52245
|
-
console.log(event);
|
|
52246
|
-
this.expend = item.input1;
|
|
52247
|
-
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
52248
|
-
var _this$configList$this2;
|
|
52249
|
-
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);
|
|
52250
|
-
});
|
|
52251
|
-
},
|
|
52252
|
-
decodeJumpUrl(url) {
|
|
52253
|
-
if (!url) return;
|
|
52254
|
-
top.location.href = url;
|
|
52255
|
-
}
|
|
52256
|
-
},
|
|
52257
|
-
computed: {
|
|
52258
|
-
_stableProblemGuide() {
|
|
52259
|
-
let res = this.configList || [];
|
|
52260
|
-
return res.map(item => {
|
|
52261
|
-
return {
|
|
52262
|
-
...item,
|
|
52263
|
-
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
52264
|
-
...cur,
|
|
52265
|
-
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
52266
|
-
}))
|
|
52267
|
-
};
|
|
52268
|
-
});
|
|
52269
|
-
}
|
|
52270
|
-
}
|
|
52271
|
-
});
|
|
52272
|
-
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
52273
|
-
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
52274
|
-
;// ./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
|
|
52275
|
-
// extracted by mini-css-extract-plugin
|
|
52276
|
-
|
|
52277
|
-
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=38de48b1&prod&lang=scss&scoped=true
|
|
52278
|
-
|
|
52279
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
52280
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
52281
|
-
;// ./package/cms-question/View.vue
|
|
52282
|
-
|
|
52283
|
-
|
|
52284
|
-
|
|
52285
|
-
;
|
|
52286
|
-
|
|
52287
|
-
|
|
52288
|
-
/* normalize component */
|
|
52289
|
-
|
|
52290
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
52291
|
-
cms_question_Viewvue_type_script_lang_js,
|
|
52292
|
-
render,
|
|
52293
|
-
staticRenderFns,
|
|
52294
|
-
false,
|
|
52295
|
-
null,
|
|
52296
|
-
"38de48b1",
|
|
52297
|
-
null
|
|
52298
|
-
|
|
52299
|
-
)
|
|
52300
|
-
|
|
52301
|
-
/* harmony default export */ var View = (component.exports);
|
|
52302
|
-
|
|
52303
|
-
/***/ }),
|
|
52304
|
-
|
|
52305
52726
|
/***/ 8364:
|
|
52306
52727
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
52307
52728
|
|
|
@@ -58599,6 +59020,149 @@ $({ target: 'Iterator', proto: true, real: true, forced: IS_PURE }, {
|
|
|
58599
59020
|
});
|
|
58600
59021
|
|
|
58601
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
|
+
|
|
58602
59166
|
/***/ }),
|
|
58603
59167
|
|
|
58604
59168
|
/***/ 9348:
|
|
@@ -59115,186 +59679,6 @@ var userAgent = __webpack_require__(2839);
|
|
|
59115
59679
|
module.exports = /(?:ipad|iphone|ipod).*applewebkit/i.test(userAgent);
|
|
59116
59680
|
|
|
59117
59681
|
|
|
59118
|
-
/***/ }),
|
|
59119
|
-
|
|
59120
|
-
/***/ 9545:
|
|
59121
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59122
|
-
|
|
59123
|
-
"use strict";
|
|
59124
|
-
// ESM COMPAT FLAG
|
|
59125
|
-
__webpack_require__.r(__webpack_exports__);
|
|
59126
|
-
|
|
59127
|
-
// EXPORTS
|
|
59128
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
59129
|
-
"default": function() { return /* binding */ View; }
|
|
59130
|
-
});
|
|
59131
|
-
|
|
59132
|
-
;// ./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
|
|
59133
|
-
var render = function render() {
|
|
59134
|
-
var _vm = this,
|
|
59135
|
-
_c = _vm._self._c;
|
|
59136
|
-
return _c('BaseComp', _vm._b({
|
|
59137
|
-
attrs: {
|
|
59138
|
-
"data": _vm.data,
|
|
59139
|
-
"nowCompId": _vm.nowCompId,
|
|
59140
|
-
"isOpcacity": _vm.isOpcacity,
|
|
59141
|
-
"lang": _vm.lang
|
|
59142
|
-
},
|
|
59143
|
-
on: {
|
|
59144
|
-
"getConfigData": _vm.getConfigData
|
|
59145
|
-
}
|
|
59146
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
59147
|
-
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
59148
|
-
}, [_c('div', {
|
|
59149
|
-
staticClass: "fp-part"
|
|
59150
|
-
}, [_c('div', {
|
|
59151
|
-
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
59152
|
-
}, [_c('div', {
|
|
59153
|
-
attrs: {
|
|
59154
|
-
"id": `productList${_vm.data.componentId}`
|
|
59155
|
-
}
|
|
59156
|
-
}, [_c('div', {
|
|
59157
|
-
staticClass: "swiper-wrapper"
|
|
59158
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
59159
|
-
return _c('div', {
|
|
59160
|
-
key: inx,
|
|
59161
|
-
staticClass: "swiper-slide",
|
|
59162
|
-
staticStyle: {
|
|
59163
|
-
"cursor": "pointer"
|
|
59164
|
-
}
|
|
59165
|
-
}, [_c('a', {
|
|
59166
|
-
staticStyle: {
|
|
59167
|
-
"color": "black"
|
|
59168
|
-
},
|
|
59169
|
-
attrs: {
|
|
59170
|
-
"target": "_self"
|
|
59171
|
-
},
|
|
59172
|
-
on: {
|
|
59173
|
-
"click": function ($event) {
|
|
59174
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
59175
|
-
}
|
|
59176
|
-
}
|
|
59177
|
-
}, [_c('div', {
|
|
59178
|
-
staticClass: "relative"
|
|
59179
|
-
}, [_c('img', {
|
|
59180
|
-
staticClass: "layout-pc",
|
|
59181
|
-
attrs: {
|
|
59182
|
-
"src": item.uploadImagePC,
|
|
59183
|
-
"alt": item.imagePcATL
|
|
59184
|
-
}
|
|
59185
|
-
}), _c('img', {
|
|
59186
|
-
staticClass: "layout-mobile",
|
|
59187
|
-
attrs: {
|
|
59188
|
-
"src": item.uploadImageH5,
|
|
59189
|
-
"alt": item.imageH5ATL
|
|
59190
|
-
}
|
|
59191
|
-
})]), _c('div', {
|
|
59192
|
-
staticClass: "fp-advantage-swiper-main"
|
|
59193
|
-
}, [_c('div', {
|
|
59194
|
-
staticClass: "fp-advantage-swiper-title"
|
|
59195
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
59196
|
-
staticClass: "fp-advantage-swiper-content"
|
|
59197
|
-
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
59198
|
-
}), 0)])])])])]);
|
|
59199
|
-
};
|
|
59200
|
-
var staticRenderFns = [];
|
|
59201
|
-
|
|
59202
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
59203
|
-
var swiper = __webpack_require__(828);
|
|
59204
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
59205
|
-
var swiper_esm_bundle = __webpack_require__(1532);
|
|
59206
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59207
|
-
var baseComp = __webpack_require__(677);
|
|
59208
|
-
;// ./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
|
|
59209
|
-
|
|
59210
|
-
|
|
59211
|
-
|
|
59212
|
-
|
|
59213
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
59214
|
-
name: "cms-imgFour",
|
|
59215
|
-
components: {
|
|
59216
|
-
BaseComp: baseComp["default"]
|
|
59217
|
-
},
|
|
59218
|
-
props: {
|
|
59219
|
-
data: {
|
|
59220
|
-
type: Object,
|
|
59221
|
-
default: () => {
|
|
59222
|
-
return {};
|
|
59223
|
-
}
|
|
59224
|
-
},
|
|
59225
|
-
nowCompId: {
|
|
59226
|
-
type: [String, Number],
|
|
59227
|
-
default: ""
|
|
59228
|
-
},
|
|
59229
|
-
isOpcacity: {
|
|
59230
|
-
type: Boolean,
|
|
59231
|
-
default: true
|
|
59232
|
-
},
|
|
59233
|
-
lang: {
|
|
59234
|
-
type: String,
|
|
59235
|
-
default: "zh-HK"
|
|
59236
|
-
}
|
|
59237
|
-
},
|
|
59238
|
-
data() {
|
|
59239
|
-
return {
|
|
59240
|
-
configList: [],
|
|
59241
|
-
productSwiper: null
|
|
59242
|
-
};
|
|
59243
|
-
},
|
|
59244
|
-
mounted() {
|
|
59245
|
-
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
59246
|
-
autoplay: false,
|
|
59247
|
-
loop: false,
|
|
59248
|
-
// 循环模式选项
|
|
59249
|
-
spaceBetween: 0,
|
|
59250
|
-
slidesPerView: "auto",
|
|
59251
|
-
slidesPerGroup: 1,
|
|
59252
|
-
observer: true,
|
|
59253
|
-
observeParents: true
|
|
59254
|
-
});
|
|
59255
|
-
},
|
|
59256
|
-
watch: {},
|
|
59257
|
-
methods: {
|
|
59258
|
-
getConfigData(configData) {
|
|
59259
|
-
this.configList = configData.configList;
|
|
59260
|
-
},
|
|
59261
|
-
decodeJumpUrl(url) {
|
|
59262
|
-
if (!url) return;
|
|
59263
|
-
top.location.href = url;
|
|
59264
|
-
}
|
|
59265
|
-
}
|
|
59266
|
-
});
|
|
59267
|
-
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
59268
|
-
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
59269
|
-
;// ./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
|
|
59270
|
-
// extracted by mini-css-extract-plugin
|
|
59271
|
-
|
|
59272
|
-
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=01a5c2e5&prod&lang=scss&scoped=true
|
|
59273
|
-
|
|
59274
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59275
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
59276
|
-
;// ./package/cms-imgFour/View.vue
|
|
59277
|
-
|
|
59278
|
-
|
|
59279
|
-
|
|
59280
|
-
;
|
|
59281
|
-
|
|
59282
|
-
|
|
59283
|
-
/* normalize component */
|
|
59284
|
-
|
|
59285
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
59286
|
-
cms_imgFour_Viewvue_type_script_lang_js,
|
|
59287
|
-
render,
|
|
59288
|
-
staticRenderFns,
|
|
59289
|
-
false,
|
|
59290
|
-
null,
|
|
59291
|
-
"01a5c2e5",
|
|
59292
|
-
null
|
|
59293
|
-
|
|
59294
|
-
)
|
|
59295
|
-
|
|
59296
|
-
/* harmony default export */ var View = (component.exports);
|
|
59297
|
-
|
|
59298
59682
|
/***/ }),
|
|
59299
59683
|
|
|
59300
59684
|
/***/ 9560:
|
|
@@ -59751,229 +60135,6 @@ module.exports = function (it) {
|
|
|
59751
60135
|
};
|
|
59752
60136
|
|
|
59753
60137
|
|
|
59754
|
-
/***/ }),
|
|
59755
|
-
|
|
59756
|
-
/***/ 9603:
|
|
59757
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
59758
|
-
|
|
59759
|
-
"use strict";
|
|
59760
|
-
// ESM COMPAT FLAG
|
|
59761
|
-
__webpack_require__.r(__webpack_exports__);
|
|
59762
|
-
|
|
59763
|
-
// EXPORTS
|
|
59764
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
59765
|
-
"default": function() { return /* binding */ View; }
|
|
59766
|
-
});
|
|
59767
|
-
|
|
59768
|
-
;// ./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
|
|
59769
|
-
var render = function render() {
|
|
59770
|
-
var _vm = this,
|
|
59771
|
-
_c = _vm._self._c,
|
|
59772
|
-
_setup = _vm._self._setupProxy;
|
|
59773
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
59774
|
-
attrs: {
|
|
59775
|
-
"data": _vm.data,
|
|
59776
|
-
"nowCompId": _vm.nowCompId,
|
|
59777
|
-
"isOpcacity": _vm.isOpcacity,
|
|
59778
|
-
"lang": _vm.lang
|
|
59779
|
-
},
|
|
59780
|
-
on: {
|
|
59781
|
-
"getConfigData": _vm.getConfigData
|
|
59782
|
-
}
|
|
59783
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
59784
|
-
staticClass: "cmhk-home_main"
|
|
59785
|
-
}, [_c('div', {
|
|
59786
|
-
staticClass: "corp-static_wrapper"
|
|
59787
|
-
}, [_c('div', {
|
|
59788
|
-
staticClass: "corp-static_scene_container"
|
|
59789
|
-
}, [_c('ul', {
|
|
59790
|
-
staticClass: "clearfix"
|
|
59791
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
59792
|
-
return _c('li', {
|
|
59793
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
59794
|
-
on: {
|
|
59795
|
-
"click": function ($event) {
|
|
59796
|
-
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
59797
|
-
}
|
|
59798
|
-
}
|
|
59799
|
-
}, [_c('div', {
|
|
59800
|
-
staticClass: "card-shadow"
|
|
59801
|
-
}, [_c('div', {
|
|
59802
|
-
staticClass: "image-desbox_wapper"
|
|
59803
|
-
}, [_c('img', {
|
|
59804
|
-
staticClass: "scene-image",
|
|
59805
|
-
attrs: {
|
|
59806
|
-
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
59807
|
-
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
59808
|
-
}
|
|
59809
|
-
})]), _c('div', {
|
|
59810
|
-
staticClass: "corp-static_scene_content"
|
|
59811
|
-
}, [_c('p', {
|
|
59812
|
-
staticClass: "title"
|
|
59813
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
59814
|
-
staticClass: "des",
|
|
59815
|
-
class: _vm.panelFold ? 'des-more' : ''
|
|
59816
|
-
}, [_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', {
|
|
59817
|
-
staticClass: "crad-more",
|
|
59818
|
-
on: {
|
|
59819
|
-
"click": function ($event) {
|
|
59820
|
-
$event.stopPropagation();
|
|
59821
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59822
|
-
}
|
|
59823
|
-
}
|
|
59824
|
-
}, [_c('span', {
|
|
59825
|
-
directives: [{
|
|
59826
|
-
name: "show",
|
|
59827
|
-
rawName: "v-show",
|
|
59828
|
-
value: _vm.$i18n.locale == 'zh-CN',
|
|
59829
|
-
expression: "$i18n.locale == 'zh-CN'"
|
|
59830
|
-
}]
|
|
59831
|
-
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
59832
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59833
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
59834
|
-
staticClass: "crad-more",
|
|
59835
|
-
on: {
|
|
59836
|
-
"click": function ($event) {
|
|
59837
|
-
$event.stopPropagation();
|
|
59838
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59839
|
-
}
|
|
59840
|
-
}
|
|
59841
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
59842
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59843
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
59844
|
-
staticClass: "crad-more",
|
|
59845
|
-
on: {
|
|
59846
|
-
"click": function ($event) {
|
|
59847
|
-
$event.stopPropagation();
|
|
59848
|
-
_vm.panelFold = !_vm.panelFold;
|
|
59849
|
-
}
|
|
59850
|
-
}
|
|
59851
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
59852
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
59853
|
-
})])]) : _vm._e()])])]);
|
|
59854
|
-
}), 0)])])])]);
|
|
59855
|
-
};
|
|
59856
|
-
var staticRenderFns = [];
|
|
59857
|
-
|
|
59858
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
59859
|
-
var baseComp = __webpack_require__(677);
|
|
59860
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
59861
|
-
var jumpUrl = __webpack_require__(4102);
|
|
59862
|
-
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
59863
|
-
var vue_runtime_esm = __webpack_require__(3562);
|
|
59864
|
-
;// ./src/utils/useMobileEffect.js
|
|
59865
|
-
|
|
59866
|
-
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
59867
|
-
const resize = () => {
|
|
59868
|
-
let bodyW = 0;
|
|
59869
|
-
if (document.body) {
|
|
59870
|
-
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
59871
|
-
}
|
|
59872
|
-
if (bodyW < 800) {
|
|
59873
|
-
isMobileHook.value = true;
|
|
59874
|
-
} else {
|
|
59875
|
-
isMobileHook.value = false;
|
|
59876
|
-
}
|
|
59877
|
-
};
|
|
59878
|
-
/* harmony default export */ function useMobileEffect() {
|
|
59879
|
-
(0,vue_runtime_esm.onMounted)(() => {
|
|
59880
|
-
resize();
|
|
59881
|
-
window.addEventListener('resize', resize);
|
|
59882
|
-
});
|
|
59883
|
-
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
59884
|
-
window.removeEventListener('resize', resize);
|
|
59885
|
-
});
|
|
59886
|
-
return {
|
|
59887
|
-
isMobileHook
|
|
59888
|
-
};
|
|
59889
|
-
}
|
|
59890
|
-
;// ./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
|
|
59891
|
-
|
|
59892
|
-
const __default__ = {
|
|
59893
|
-
name: "cms-lineThree",
|
|
59894
|
-
components: {
|
|
59895
|
-
BaseComp: baseComp["default"]
|
|
59896
|
-
},
|
|
59897
|
-
props: {
|
|
59898
|
-
data: {
|
|
59899
|
-
type: Object,
|
|
59900
|
-
default: () => {
|
|
59901
|
-
return {};
|
|
59902
|
-
}
|
|
59903
|
-
},
|
|
59904
|
-
nowCompId: {
|
|
59905
|
-
type: [String, Number],
|
|
59906
|
-
default: ""
|
|
59907
|
-
},
|
|
59908
|
-
isOpcacity: {
|
|
59909
|
-
type: Boolean,
|
|
59910
|
-
default: true
|
|
59911
|
-
},
|
|
59912
|
-
lang: {
|
|
59913
|
-
type: String,
|
|
59914
|
-
default: "zh-HK"
|
|
59915
|
-
}
|
|
59916
|
-
},
|
|
59917
|
-
data() {
|
|
59918
|
-
return {
|
|
59919
|
-
configList: [],
|
|
59920
|
-
panelFold: false
|
|
59921
|
-
};
|
|
59922
|
-
},
|
|
59923
|
-
mounted() {},
|
|
59924
|
-
watch: {},
|
|
59925
|
-
methods: {
|
|
59926
|
-
getConfigData(configData) {
|
|
59927
|
-
this.configList = configData.configList;
|
|
59928
|
-
}
|
|
59929
|
-
}
|
|
59930
|
-
};
|
|
59931
|
-
|
|
59932
|
-
|
|
59933
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
59934
|
-
setup(__props) {
|
|
59935
|
-
const {
|
|
59936
|
-
isMobileHook
|
|
59937
|
-
} = useMobileEffect();
|
|
59938
|
-
return {
|
|
59939
|
-
__sfc: true,
|
|
59940
|
-
isMobileHook,
|
|
59941
|
-
BaseComp: baseComp["default"],
|
|
59942
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
59943
|
-
};
|
|
59944
|
-
}
|
|
59945
|
-
}));
|
|
59946
|
-
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
59947
|
-
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
59948
|
-
;// ./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
|
|
59949
|
-
// extracted by mini-css-extract-plugin
|
|
59950
|
-
|
|
59951
|
-
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
59952
|
-
|
|
59953
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
59954
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
59955
|
-
;// ./package/cms-lineThree/View.vue
|
|
59956
|
-
|
|
59957
|
-
|
|
59958
|
-
|
|
59959
|
-
;
|
|
59960
|
-
|
|
59961
|
-
|
|
59962
|
-
/* normalize component */
|
|
59963
|
-
|
|
59964
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
59965
|
-
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
59966
|
-
render,
|
|
59967
|
-
staticRenderFns,
|
|
59968
|
-
false,
|
|
59969
|
-
null,
|
|
59970
|
-
"241e1e5b",
|
|
59971
|
-
null
|
|
59972
|
-
|
|
59973
|
-
)
|
|
59974
|
-
|
|
59975
|
-
/* harmony default export */ var View = (component.exports);
|
|
59976
|
-
|
|
59977
60138
|
/***/ }),
|
|
59978
60139
|
|
|
59979
60140
|
/***/ 9617:
|
|
@@ -62269,7 +62430,7 @@ service.interceptors.response.use(response => {
|
|
|
62269
62430
|
__webpack_require__.r(__webpack_exports__);
|
|
62270
62431
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2128);
|
|
62271
62432
|
|
|
62272
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
62433
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8105));
|
|
62273
62434
|
const langData = {
|
|
62274
62435
|
configList: [{
|
|
62275
62436
|
id: Math.random().toString(),
|
|
@@ -62433,146 +62594,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
62433
62594
|
|
|
62434
62595
|
/***/ }),
|
|
62435
62596
|
|
|
62436
|
-
/***/ 9817:
|
|
62437
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62438
|
-
|
|
62439
|
-
"use strict";
|
|
62440
|
-
// ESM COMPAT FLAG
|
|
62441
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62442
|
-
|
|
62443
|
-
// EXPORTS
|
|
62444
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62445
|
-
"default": function() { return /* binding */ View; }
|
|
62446
|
-
});
|
|
62447
|
-
|
|
62448
|
-
;// ./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
|
|
62449
|
-
var render = function render() {
|
|
62450
|
-
var _vm = this,
|
|
62451
|
-
_c = _vm._self._c;
|
|
62452
|
-
return _c('BaseComp', _vm._b({
|
|
62453
|
-
attrs: {
|
|
62454
|
-
"data": _vm.data,
|
|
62455
|
-
"nowCompId": _vm.nowCompId,
|
|
62456
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62457
|
-
"lang": _vm.lang
|
|
62458
|
-
},
|
|
62459
|
-
on: {
|
|
62460
|
-
"getConfigData": _vm.getConfigData
|
|
62461
|
-
}
|
|
62462
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62463
|
-
staticClass: "cmhk-home_main"
|
|
62464
|
-
}, [_c('div', {
|
|
62465
|
-
staticClass: "scrollCenter"
|
|
62466
|
-
}, [_c('div', {
|
|
62467
|
-
staticClass: "scroll"
|
|
62468
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
62469
|
-
return _c('div', {
|
|
62470
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62471
|
-
staticClass: "item",
|
|
62472
|
-
staticStyle: {
|
|
62473
|
-
"z-index": "2"
|
|
62474
|
-
}
|
|
62475
|
-
}, [_c('img', {
|
|
62476
|
-
staticClass: "item-img",
|
|
62477
|
-
attrs: {
|
|
62478
|
-
"src": item.uploadImagePC,
|
|
62479
|
-
"alt": item.imagePcATL
|
|
62480
|
-
},
|
|
62481
|
-
on: {
|
|
62482
|
-
"click": function ($event) {
|
|
62483
|
-
return _vm.decodeJumpUrl(item.jumpUrl ? item.jumpUrl : '');
|
|
62484
|
-
}
|
|
62485
|
-
}
|
|
62486
|
-
}), _c('div', {
|
|
62487
|
-
staticClass: "item-title"
|
|
62488
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
62489
|
-
staticClass: "item-desc"
|
|
62490
|
-
}, [_c('span', {
|
|
62491
|
-
staticClass: "v-baseline"
|
|
62492
|
-
}, [_vm._v(_vm._s(item.input2))])])]);
|
|
62493
|
-
}), 0)])])]);
|
|
62494
|
-
};
|
|
62495
|
-
var staticRenderFns = [];
|
|
62496
|
-
|
|
62497
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62498
|
-
var baseComp = __webpack_require__(677);
|
|
62499
|
-
;// ./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
|
|
62500
|
-
|
|
62501
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62502
|
-
name: "cms-iconFour",
|
|
62503
|
-
components: {
|
|
62504
|
-
BaseComp: baseComp["default"]
|
|
62505
|
-
},
|
|
62506
|
-
props: {
|
|
62507
|
-
data: {
|
|
62508
|
-
type: Object,
|
|
62509
|
-
default: () => {
|
|
62510
|
-
return {};
|
|
62511
|
-
}
|
|
62512
|
-
},
|
|
62513
|
-
nowCompId: {
|
|
62514
|
-
type: [String, Number],
|
|
62515
|
-
default: ""
|
|
62516
|
-
},
|
|
62517
|
-
isOpcacity: {
|
|
62518
|
-
type: Boolean,
|
|
62519
|
-
default: true
|
|
62520
|
-
},
|
|
62521
|
-
lang: {
|
|
62522
|
-
type: String,
|
|
62523
|
-
default: "zh-HK"
|
|
62524
|
-
}
|
|
62525
|
-
},
|
|
62526
|
-
data() {
|
|
62527
|
-
return {
|
|
62528
|
-
configList: []
|
|
62529
|
-
};
|
|
62530
|
-
},
|
|
62531
|
-
mounted() {},
|
|
62532
|
-
watch: {},
|
|
62533
|
-
methods: {
|
|
62534
|
-
getConfigData(configData) {
|
|
62535
|
-
this.configList = configData.configList;
|
|
62536
|
-
},
|
|
62537
|
-
decodeJumpUrl(url) {
|
|
62538
|
-
if (!url) return;
|
|
62539
|
-
top.location.href = url;
|
|
62540
|
-
}
|
|
62541
|
-
}
|
|
62542
|
-
});
|
|
62543
|
-
;// ./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
62544
|
-
/* harmony default export */ var cms_iconFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62545
|
-
;// ./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
|
|
62546
|
-
// extracted by mini-css-extract-plugin
|
|
62547
|
-
|
|
62548
|
-
;// ./package/cms-iconFour/View.vue?vue&type=style&index=0&id=692b1e0d&prod&lang=scss&scoped=true
|
|
62549
|
-
|
|
62550
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62551
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62552
|
-
;// ./package/cms-iconFour/View.vue
|
|
62553
|
-
|
|
62554
|
-
|
|
62555
|
-
|
|
62556
|
-
;
|
|
62557
|
-
|
|
62558
|
-
|
|
62559
|
-
/* normalize component */
|
|
62560
|
-
|
|
62561
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62562
|
-
cms_iconFour_Viewvue_type_script_lang_js,
|
|
62563
|
-
render,
|
|
62564
|
-
staticRenderFns,
|
|
62565
|
-
false,
|
|
62566
|
-
null,
|
|
62567
|
-
"692b1e0d",
|
|
62568
|
-
null
|
|
62569
|
-
|
|
62570
|
-
)
|
|
62571
|
-
|
|
62572
|
-
/* harmony default export */ var View = (component.exports);
|
|
62573
|
-
|
|
62574
|
-
/***/ }),
|
|
62575
|
-
|
|
62576
62597
|
/***/ 9848:
|
|
62577
62598
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
62578
62599
|
|