cms-chenhj-ui 2.2.13 → 2.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cms-chenhj-ui.common.js +2166 -2131
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1737 -1702
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/package.json +1 -1
package/cms-chenhj-ui.common.js
CHANGED
|
@@ -1012,141 +1012,6 @@ module.exports = Math.pow;
|
|
|
1012
1012
|
module.exports = {};
|
|
1013
1013
|
|
|
1014
1014
|
|
|
1015
|
-
/***/ }),
|
|
1016
|
-
|
|
1017
|
-
/***/ 448:
|
|
1018
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1019
|
-
|
|
1020
|
-
"use strict";
|
|
1021
|
-
// ESM COMPAT FLAG
|
|
1022
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1023
|
-
|
|
1024
|
-
// EXPORTS
|
|
1025
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
1026
|
-
"default": function() { return /* binding */ View; }
|
|
1027
|
-
});
|
|
1028
|
-
|
|
1029
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=template&id=043ac991&scoped=true
|
|
1030
|
-
var render = function render() {
|
|
1031
|
-
var _vm = this,
|
|
1032
|
-
_c = _vm._self._c;
|
|
1033
|
-
return _c('BaseComp', _vm._b({
|
|
1034
|
-
attrs: {
|
|
1035
|
-
"data": _vm.data,
|
|
1036
|
-
"nowCompId": _vm.nowCompId,
|
|
1037
|
-
"isOpcacity": _vm.isOpcacity,
|
|
1038
|
-
"lang": _vm.lang
|
|
1039
|
-
},
|
|
1040
|
-
on: {
|
|
1041
|
-
"getConfigData": _vm.getConfigData
|
|
1042
|
-
}
|
|
1043
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
1044
|
-
staticClass: "cmhk-home cms-servePlan-text"
|
|
1045
|
-
}, [_c('div', {
|
|
1046
|
-
staticClass: "sp-custombg"
|
|
1047
|
-
}, [_c('div', {
|
|
1048
|
-
staticClass: "adjust-partheader"
|
|
1049
|
-
}, [_c('section', {
|
|
1050
|
-
staticClass: "cmhk-home_main"
|
|
1051
|
-
}, [_c('div', {
|
|
1052
|
-
class: ['cmhk-partheader']
|
|
1053
|
-
}, [_c('div', {
|
|
1054
|
-
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
1055
|
-
}, [_c('p', {
|
|
1056
|
-
staticClass: "part-header_title"
|
|
1057
|
-
}, [_c('span', {
|
|
1058
|
-
class: ['highlight']
|
|
1059
|
-
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
1060
|
-
staticClass: "part-header_lf layout-pc"
|
|
1061
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
1062
|
-
staticClass: "part-header_subtitle"
|
|
1063
|
-
}, [_c('span', {
|
|
1064
|
-
staticClass: "vm"
|
|
1065
|
-
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
1066
|
-
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
1067
|
-
})])]), _vm.configData.input1 ? _c('p', {
|
|
1068
|
-
staticClass: "part-header_lf layout-mobile"
|
|
1069
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
1070
|
-
};
|
|
1071
|
-
var staticRenderFns = [];
|
|
1072
|
-
|
|
1073
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
1074
|
-
var baseComp = __webpack_require__(4272);
|
|
1075
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
1076
|
-
|
|
1077
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
1078
|
-
name: "cms-servePlan-text",
|
|
1079
|
-
components: {
|
|
1080
|
-
BaseComp: baseComp["default"]
|
|
1081
|
-
},
|
|
1082
|
-
props: {
|
|
1083
|
-
data: {
|
|
1084
|
-
type: Object,
|
|
1085
|
-
default: () => {
|
|
1086
|
-
return {};
|
|
1087
|
-
}
|
|
1088
|
-
},
|
|
1089
|
-
nowCompId: {
|
|
1090
|
-
type: [String, Number],
|
|
1091
|
-
default: ""
|
|
1092
|
-
},
|
|
1093
|
-
isOpcacity: {
|
|
1094
|
-
type: Boolean,
|
|
1095
|
-
default: true
|
|
1096
|
-
},
|
|
1097
|
-
lang: {
|
|
1098
|
-
type: String,
|
|
1099
|
-
default: "zh-HK"
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
data() {
|
|
1103
|
-
return {
|
|
1104
|
-
configData: {}
|
|
1105
|
-
};
|
|
1106
|
-
},
|
|
1107
|
-
mounted() {},
|
|
1108
|
-
watch: {},
|
|
1109
|
-
methods: {
|
|
1110
|
-
getConfigData(configData) {
|
|
1111
|
-
this.configData = configData;
|
|
1112
|
-
},
|
|
1113
|
-
decodeJumpUrl(url) {
|
|
1114
|
-
if (!url) return;
|
|
1115
|
-
top.location.href = url;
|
|
1116
|
-
}
|
|
1117
|
-
}
|
|
1118
|
-
});
|
|
1119
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
1120
|
-
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
1121
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=043ac991&prod&scoped=true&lang=scss
|
|
1122
|
-
// extracted by mini-css-extract-plugin
|
|
1123
|
-
|
|
1124
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=043ac991&prod&scoped=true&lang=scss
|
|
1125
|
-
|
|
1126
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
1127
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
1128
|
-
;// ./package/cms-servePlan-text/View.vue
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
;
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
/* normalize component */
|
|
1136
|
-
|
|
1137
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
1138
|
-
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
1139
|
-
render,
|
|
1140
|
-
staticRenderFns,
|
|
1141
|
-
false,
|
|
1142
|
-
null,
|
|
1143
|
-
"043ac991",
|
|
1144
|
-
null
|
|
1145
|
-
|
|
1146
|
-
)
|
|
1147
|
-
|
|
1148
|
-
/* harmony default export */ var View = (component.exports);
|
|
1149
|
-
|
|
1150
1015
|
/***/ }),
|
|
1151
1016
|
|
|
1152
1017
|
/***/ 492:
|
|
@@ -1201,234 +1066,6 @@ module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
|
|
|
1201
1066
|
};
|
|
1202
1067
|
|
|
1203
1068
|
|
|
1204
|
-
/***/ }),
|
|
1205
|
-
|
|
1206
|
-
/***/ 517:
|
|
1207
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1208
|
-
|
|
1209
|
-
"use strict";
|
|
1210
|
-
// ESM COMPAT FLAG
|
|
1211
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1212
|
-
|
|
1213
|
-
// EXPORTS
|
|
1214
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
1215
|
-
"default": function() { return /* binding */ View; }
|
|
1216
|
-
});
|
|
1217
|
-
|
|
1218
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
1219
|
-
var render = function render() {
|
|
1220
|
-
var _vm = this,
|
|
1221
|
-
_c = _vm._self._c;
|
|
1222
|
-
return _c('BaseComp', _vm._b({
|
|
1223
|
-
attrs: {
|
|
1224
|
-
"data": _vm.data,
|
|
1225
|
-
"nowCompId": _vm.nowCompId,
|
|
1226
|
-
"isOpcacity": _vm.isOpcacity,
|
|
1227
|
-
"lang": _vm.lang
|
|
1228
|
-
},
|
|
1229
|
-
on: {
|
|
1230
|
-
"getConfigData": _vm.getConfigData
|
|
1231
|
-
}
|
|
1232
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
1233
|
-
ref: "news",
|
|
1234
|
-
staticClass: "cmhk-home_main"
|
|
1235
|
-
}, [_vm.configList.length ? _c('div', {
|
|
1236
|
-
staticClass: "section-body"
|
|
1237
|
-
}, [_c('div', {
|
|
1238
|
-
staticClass: "cmhk-section_corp_news-ser"
|
|
1239
|
-
}, [_c('div', {
|
|
1240
|
-
staticClass: "news-box_container"
|
|
1241
|
-
}, [_c('div', {
|
|
1242
|
-
staticClass: "news-box_swiper",
|
|
1243
|
-
attrs: {
|
|
1244
|
-
"id": `news-swiper${_vm.data.componentId}`
|
|
1245
|
-
}
|
|
1246
|
-
}, [_c('div', {
|
|
1247
|
-
staticClass: "swiper-wrapper"
|
|
1248
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
1249
|
-
return _c('div', {
|
|
1250
|
-
key: `${inx}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
1251
|
-
staticClass: "swiper-slide"
|
|
1252
|
-
}, [_c('div', {
|
|
1253
|
-
staticClass: "new-read_card read-card_bg-wt",
|
|
1254
|
-
on: {
|
|
1255
|
-
"click": function ($event) {
|
|
1256
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
}, [_c('div', {
|
|
1260
|
-
staticClass: "image-desbox_wapper"
|
|
1261
|
-
}, [_c('img', {
|
|
1262
|
-
staticClass: "layout-pc",
|
|
1263
|
-
attrs: {
|
|
1264
|
-
"src": item.uploadImagePC,
|
|
1265
|
-
"alt": item.imagePcATL
|
|
1266
|
-
}
|
|
1267
|
-
}), _c('img', {
|
|
1268
|
-
staticClass: "layout-mobile",
|
|
1269
|
-
attrs: {
|
|
1270
|
-
"src": item.uploadImageH5,
|
|
1271
|
-
"alt": item.imageH5ATL
|
|
1272
|
-
}
|
|
1273
|
-
})]), _c('div', {
|
|
1274
|
-
staticClass: "new-read_card-content"
|
|
1275
|
-
}, [_c('p', {
|
|
1276
|
-
staticClass: "title"
|
|
1277
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]), _c('p', {
|
|
1278
|
-
staticClass: "time"
|
|
1279
|
-
}, [_vm._v(_vm._s(item.input2))]), _c('p', {
|
|
1280
|
-
staticClass: "des"
|
|
1281
|
-
}, [_vm._v(_vm._s(item.input3))]), item.input4 ? _c('p', {
|
|
1282
|
-
staticClass: "continue-read"
|
|
1283
|
-
}, [_vm._v(" " + _vm._s(item.input4) + " "), _c('i', {
|
|
1284
|
-
staticClass: "el-icon-arrow-right"
|
|
1285
|
-
})]) : _vm._e()])])]);
|
|
1286
|
-
}), 0)]), _vm.configList.length > 3 ? [_c('div', {
|
|
1287
|
-
staticClass: "pag-prev left layout-pc",
|
|
1288
|
-
class: [_vm.swiperNewsIdx > 2 ? 'is-active' : ''],
|
|
1289
|
-
on: {
|
|
1290
|
-
"click": _vm.newsPrev
|
|
1291
|
-
}
|
|
1292
|
-
}, [_c('i', {
|
|
1293
|
-
staticClass: "el-icon-arrow-left"
|
|
1294
|
-
})]), _c('div', {
|
|
1295
|
-
staticClass: "pag-next right layout-pc",
|
|
1296
|
-
class: [_vm.swiperNewsIdx < _vm.configList.length - 1 ? 'is-active' : ''],
|
|
1297
|
-
on: {
|
|
1298
|
-
"click": _vm.newsNext
|
|
1299
|
-
}
|
|
1300
|
-
}, [_c('i', {
|
|
1301
|
-
staticClass: "el-icon-arrow-right"
|
|
1302
|
-
})])] : _vm._e()], 2)])]) : _vm._e()])]);
|
|
1303
|
-
};
|
|
1304
|
-
var staticRenderFns = [];
|
|
1305
|
-
|
|
1306
|
-
// EXTERNAL MODULE: ./src/utils/index.js
|
|
1307
|
-
var utils = __webpack_require__(1996);
|
|
1308
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
1309
|
-
var swiper = __webpack_require__(2791);
|
|
1310
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
1311
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
1312
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
1313
|
-
var baseComp = __webpack_require__(4272);
|
|
1314
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
1321
|
-
name: "cms-threeScroll",
|
|
1322
|
-
components: {
|
|
1323
|
-
BaseComp: baseComp["default"]
|
|
1324
|
-
},
|
|
1325
|
-
props: {
|
|
1326
|
-
data: {
|
|
1327
|
-
type: Object,
|
|
1328
|
-
default: () => {
|
|
1329
|
-
return {};
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
nowCompId: {
|
|
1333
|
-
type: [String, Number],
|
|
1334
|
-
default: ""
|
|
1335
|
-
},
|
|
1336
|
-
isOpcacity: {
|
|
1337
|
-
type: Boolean,
|
|
1338
|
-
default: true
|
|
1339
|
-
},
|
|
1340
|
-
lang: {
|
|
1341
|
-
type: String,
|
|
1342
|
-
default: "zh-HK"
|
|
1343
|
-
}
|
|
1344
|
-
},
|
|
1345
|
-
data() {
|
|
1346
|
-
return {
|
|
1347
|
-
configList: [],
|
|
1348
|
-
swiperNewsIdx: 0,
|
|
1349
|
-
newsSwiper: null
|
|
1350
|
-
};
|
|
1351
|
-
},
|
|
1352
|
-
mounted() {
|
|
1353
|
-
const vm = this;
|
|
1354
|
-
this.$nextTick(() => {
|
|
1355
|
-
this.newsSwiper = new swiper_esm_bundle/* default */.A(`#news-swiper${this.data.componentId}`, {
|
|
1356
|
-
autoplay: false,
|
|
1357
|
-
loop: false,
|
|
1358
|
-
// 循环模式选项
|
|
1359
|
-
slidesPerView: (0,utils/* getDevice */.Pf)() !== "mobile" ? 3 : "auto",
|
|
1360
|
-
// spaceBetween: getDevice() !== 'mobile' ? 32 : 16, // 在slide之间设置距离
|
|
1361
|
-
observer: true,
|
|
1362
|
-
observeParents: true,
|
|
1363
|
-
touchMoveStopPropagation: true,
|
|
1364
|
-
on: {
|
|
1365
|
-
slideChangeTransitionEnd: function () {
|
|
1366
|
-
if ((0,utils/* getDevice */.Pf)() !== "mobile") {
|
|
1367
|
-
vm.swiperNewsIdx = this.realIndex + 2;
|
|
1368
|
-
} else {
|
|
1369
|
-
vm.swiperNewsIdx = this.realIndex;
|
|
1370
|
-
}
|
|
1371
|
-
console.log("新闻-当前页最后一个元素下标", vm.swiperNewsIdx);
|
|
1372
|
-
},
|
|
1373
|
-
resize: function () {
|
|
1374
|
-
this.update(true);
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1377
|
-
});
|
|
1378
|
-
});
|
|
1379
|
-
},
|
|
1380
|
-
watch: {},
|
|
1381
|
-
methods: {
|
|
1382
|
-
getConfigData(configData) {
|
|
1383
|
-
this.configList = configData.configList;
|
|
1384
|
-
},
|
|
1385
|
-
newsPrev() {
|
|
1386
|
-
if (this.swiperNewsIdx > 2) {
|
|
1387
|
-
this.newsSwiper.slidePrev();
|
|
1388
|
-
}
|
|
1389
|
-
},
|
|
1390
|
-
newsNext() {
|
|
1391
|
-
if (this.swiperNewsIdx < this.configList.length - 1) {
|
|
1392
|
-
this.newsSwiper.slideNext();
|
|
1393
|
-
}
|
|
1394
|
-
},
|
|
1395
|
-
decodeJumpUrl(url) {
|
|
1396
|
-
if (!url) return;
|
|
1397
|
-
top.location.href = url;
|
|
1398
|
-
}
|
|
1399
|
-
}
|
|
1400
|
-
});
|
|
1401
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
1402
|
-
/* harmony default export */ var cms_threeScroll_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
1403
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
1404
|
-
// extracted by mini-css-extract-plugin
|
|
1405
|
-
|
|
1406
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=style&index=0&id=4ecaae13&prod&lang=scss&scoped=true
|
|
1407
|
-
|
|
1408
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
1409
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
1410
|
-
;// ./package/cms-threeScroll/View.vue
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
;
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
/* normalize component */
|
|
1418
|
-
|
|
1419
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
1420
|
-
cms_threeScroll_Viewvue_type_script_lang_js,
|
|
1421
|
-
render,
|
|
1422
|
-
staticRenderFns,
|
|
1423
|
-
false,
|
|
1424
|
-
null,
|
|
1425
|
-
"4ecaae13",
|
|
1426
|
-
null
|
|
1427
|
-
|
|
1428
|
-
)
|
|
1429
|
-
|
|
1430
|
-
/* harmony default export */ var View = (component.exports);
|
|
1431
|
-
|
|
1432
1069
|
/***/ }),
|
|
1433
1070
|
|
|
1434
1071
|
/***/ 550:
|
|
@@ -2031,7 +1668,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
2031
1668
|
"default": function() { return /* binding */ View; }
|
|
2032
1669
|
});
|
|
2033
1670
|
|
|
2034
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-
|
|
1671
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
2035
1672
|
var render = function render() {
|
|
2036
1673
|
var _vm = this,
|
|
2037
1674
|
_c = _vm._self._c;
|
|
@@ -2048,59 +1685,47 @@ var render = function render() {
|
|
|
2048
1685
|
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
2049
1686
|
staticClass: "cmhk-home_main"
|
|
2050
1687
|
}, [_c('div', {
|
|
2051
|
-
staticClass: "
|
|
2052
|
-
class: _vm.swiperArrow == true ? '' : 'active'
|
|
2053
|
-
}, [_c('div', {
|
|
2054
|
-
ref: "barparent",
|
|
2055
|
-
staticClass: "page-tab-swiper common-swiper_tab",
|
|
2056
|
-
attrs: {
|
|
2057
|
-
"id": `terms${_vm.data.componentId}`
|
|
2058
|
-
}
|
|
2059
|
-
}, [_c('div', {
|
|
2060
|
-
staticClass: "swiper-wrapper"
|
|
1688
|
+
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
2061
1689
|
}, _vm._l(_vm.configList, function (item, index) {
|
|
2062
1690
|
return _c('div', {
|
|
2063
1691
|
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
2064
|
-
staticClass: "
|
|
2065
|
-
class: item.id == _vm.currentTab ? 'active' : '',
|
|
1692
|
+
staticClass: "flex-wapper_item",
|
|
2066
1693
|
on: {
|
|
2067
1694
|
"click": function ($event) {
|
|
2068
|
-
return _vm.
|
|
1695
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
2069
1696
|
}
|
|
2070
1697
|
}
|
|
2071
|
-
}, [
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
1698
|
+
}, [_c('div', {
|
|
1699
|
+
staticClass: "card-input"
|
|
1700
|
+
}, [_c('div', {
|
|
1701
|
+
staticClass: "card-input_wapper"
|
|
1702
|
+
}, [_c('img', {
|
|
1703
|
+
staticClass: "card-input_image mobile-show",
|
|
1704
|
+
attrs: {
|
|
1705
|
+
"src": item.uploadImageH5,
|
|
1706
|
+
"alt": item.imageH5ATL
|
|
1707
|
+
}
|
|
1708
|
+
}), _c('img', {
|
|
1709
|
+
staticClass: "card-input_image pc-show",
|
|
1710
|
+
attrs: {
|
|
1711
|
+
"src": item.uploadImagePC,
|
|
1712
|
+
"alt": item.imagePcATL
|
|
1713
|
+
}
|
|
1714
|
+
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
1715
|
+
staticClass: "title"
|
|
1716
|
+
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
1717
|
+
staticClass: "sub-title"
|
|
1718
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
1719
|
+
}), 0)])]);
|
|
2080
1720
|
};
|
|
2081
1721
|
var staticRenderFns = [];
|
|
2082
1722
|
|
|
2083
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
2084
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
2085
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
2086
|
-
var es_iterator_filter = __webpack_require__(2489);
|
|
2087
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
2088
|
-
var swiper = __webpack_require__(2791);
|
|
2089
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
2090
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
2091
1723
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
2092
1724
|
var baseComp = __webpack_require__(4272);
|
|
2093
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
1725
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
2101
1726
|
|
|
2102
1727
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
2103
|
-
name: "cms-
|
|
1728
|
+
name: "cms-lineFive",
|
|
2104
1729
|
components: {
|
|
2105
1730
|
BaseComp: baseComp["default"]
|
|
2106
1731
|
},
|
|
@@ -2126,102 +1751,31 @@ var baseComp = __webpack_require__(4272);
|
|
|
2126
1751
|
},
|
|
2127
1752
|
data() {
|
|
2128
1753
|
return {
|
|
2129
|
-
configList: []
|
|
2130
|
-
currentTab: "",
|
|
2131
|
-
swiperArrow: false,
|
|
2132
|
-
broadbandSwiperC: null,
|
|
2133
|
-
swiperBeginning: false,
|
|
2134
|
-
swiperEnd: false
|
|
1754
|
+
configList: []
|
|
2135
1755
|
};
|
|
2136
1756
|
},
|
|
2137
|
-
mounted() {
|
|
2138
|
-
|
|
2139
|
-
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
|
|
2140
|
-
autoplay: false,
|
|
2141
|
-
loop: false,
|
|
2142
|
-
// 循环模式选项
|
|
2143
|
-
spaceBetween: 0,
|
|
2144
|
-
slidesPerView: "auto",
|
|
2145
|
-
// slidesPerGroup:1,
|
|
2146
|
-
observer: true,
|
|
2147
|
-
observeParents: true
|
|
2148
|
-
});
|
|
2149
|
-
// 0820 -end
|
|
2150
|
-
});
|
|
2151
|
-
this.currentTab = this.configList[0].id;
|
|
2152
|
-
},
|
|
1757
|
+
mounted() {},
|
|
1758
|
+
watch: {},
|
|
2153
1759
|
methods: {
|
|
2154
1760
|
getConfigData(configData) {
|
|
2155
1761
|
this.configList = configData.configList;
|
|
2156
|
-
this.$nextTick(() => {
|
|
2157
|
-
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
2158
|
-
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
2159
|
-
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
2160
|
-
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
2161
|
-
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
2162
|
-
this.swiperArrow = false;
|
|
2163
|
-
} else {
|
|
2164
|
-
this.swiperArrow = true;
|
|
2165
|
-
}
|
|
2166
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2167
|
-
this.swiperBeginning = true;
|
|
2168
|
-
}
|
|
2169
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2170
|
-
this.swiperEnd = true;
|
|
2171
|
-
}
|
|
2172
|
-
});
|
|
2173
|
-
},
|
|
2174
|
-
clickSwiperPrev() {
|
|
2175
|
-
this.broadbandSwiperC.slidePrev();
|
|
2176
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2177
|
-
this.swiperBeginning = true;
|
|
2178
|
-
} else {
|
|
2179
|
-
this.swiperBeginning = false;
|
|
2180
|
-
}
|
|
2181
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2182
|
-
this.swiperEnd = true;
|
|
2183
|
-
} else {
|
|
2184
|
-
this.swiperEnd = false;
|
|
2185
|
-
}
|
|
2186
|
-
},
|
|
2187
|
-
clickSwiperNext() {
|
|
2188
|
-
this.broadbandSwiperC.slideNext();
|
|
2189
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2190
|
-
this.swiperBeginning = true;
|
|
2191
|
-
} else {
|
|
2192
|
-
this.swiperBeginning = false;
|
|
2193
|
-
}
|
|
2194
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2195
|
-
this.swiperEnd = true;
|
|
2196
|
-
} else {
|
|
2197
|
-
this.swiperEnd = false;
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
changeTab(item) {
|
|
2201
|
-
this.currentTab = item.id;
|
|
2202
1762
|
},
|
|
2203
1763
|
decodeJumpUrl(url) {
|
|
2204
1764
|
if (!url) return;
|
|
2205
1765
|
top.location.href = url;
|
|
2206
1766
|
}
|
|
2207
|
-
},
|
|
2208
|
-
computed: {
|
|
2209
|
-
_showTipsInfo() {
|
|
2210
|
-
const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
|
|
2211
|
-
return result.input2;
|
|
2212
|
-
}
|
|
2213
1767
|
}
|
|
2214
1768
|
});
|
|
2215
|
-
;// ./package/cms-
|
|
2216
|
-
/* harmony default export */ var
|
|
2217
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-
|
|
1769
|
+
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
1770
|
+
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
1771
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
2218
1772
|
// extracted by mini-css-extract-plugin
|
|
2219
1773
|
|
|
2220
|
-
;// ./package/cms-
|
|
1774
|
+
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=7e9c168f&prod&lang=scss&scoped=true
|
|
2221
1775
|
|
|
2222
1776
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
2223
1777
|
var componentNormalizer = __webpack_require__(1656);
|
|
2224
|
-
;// ./package/cms-
|
|
1778
|
+
;// ./package/cms-lineFive/View.vue
|
|
2225
1779
|
|
|
2226
1780
|
|
|
2227
1781
|
|
|
@@ -2231,12 +1785,12 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
2231
1785
|
/* normalize component */
|
|
2232
1786
|
|
|
2233
1787
|
var component = (0,componentNormalizer/* default */.A)(
|
|
2234
|
-
|
|
1788
|
+
cms_lineFive_Viewvue_type_script_lang_js,
|
|
2235
1789
|
render,
|
|
2236
1790
|
staticRenderFns,
|
|
2237
1791
|
false,
|
|
2238
1792
|
null,
|
|
2239
|
-
"
|
|
1793
|
+
"7e9c168f",
|
|
2240
1794
|
null
|
|
2241
1795
|
|
|
2242
1796
|
)
|
|
@@ -4622,189 +4176,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4622
4176
|
|
|
4623
4177
|
/***/ }),
|
|
4624
4178
|
|
|
4625
|
-
/***/ 1470:
|
|
4626
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
4627
|
-
|
|
4628
|
-
"use strict";
|
|
4629
|
-
// ESM COMPAT FLAG
|
|
4630
|
-
__webpack_require__.r(__webpack_exports__);
|
|
4631
|
-
|
|
4632
|
-
// EXPORTS
|
|
4633
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
4634
|
-
"default": function() { return /* binding */ View; }
|
|
4635
|
-
});
|
|
4636
|
-
|
|
4637
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=template&id=792be7e2&scoped=true
|
|
4638
|
-
var render = function render() {
|
|
4639
|
-
var _vm = this,
|
|
4640
|
-
_c = _vm._self._c;
|
|
4641
|
-
return _c('BaseComp', _vm._b({
|
|
4642
|
-
attrs: {
|
|
4643
|
-
"data": _vm.data,
|
|
4644
|
-
"nowCompId": _vm.nowCompId,
|
|
4645
|
-
"isOpcacity": _vm.isOpcacity,
|
|
4646
|
-
"lang": _vm.lang
|
|
4647
|
-
},
|
|
4648
|
-
on: {
|
|
4649
|
-
"getConfigData": _vm.getConfigData
|
|
4650
|
-
}
|
|
4651
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
4652
|
-
staticClass: "cmhk-home_main"
|
|
4653
|
-
}, [_c('section', {
|
|
4654
|
-
ref: "servicePlan"
|
|
4655
|
-
}, [_c('div', {
|
|
4656
|
-
ref: "box_swiper",
|
|
4657
|
-
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
4658
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
4659
|
-
return _c('div', {
|
|
4660
|
-
key: inx,
|
|
4661
|
-
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
4662
|
-
attrs: {
|
|
4663
|
-
"data-wow-delay": "200",
|
|
4664
|
-
"data-wow-iteration": "1"
|
|
4665
|
-
}
|
|
4666
|
-
}, [_c('div', {
|
|
4667
|
-
staticClass: "kf-sprbox kf-blur",
|
|
4668
|
-
on: {
|
|
4669
|
-
"click": function ($event) {
|
|
4670
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
4671
|
-
}
|
|
4672
|
-
}
|
|
4673
|
-
}, [_c('img', {
|
|
4674
|
-
staticClass: "col331-image",
|
|
4675
|
-
attrs: {
|
|
4676
|
-
"src": item.uploadImagePC,
|
|
4677
|
-
"alt": item.imagePcATL
|
|
4678
|
-
}
|
|
4679
|
-
}), item.input1 ? _c('div', {
|
|
4680
|
-
staticClass: "swiper-btn"
|
|
4681
|
-
}, [_c('span', {
|
|
4682
|
-
staticClass: "vm"
|
|
4683
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
4684
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
4685
|
-
attrs: {
|
|
4686
|
-
"src": __webpack_require__(1061)
|
|
4687
|
-
}
|
|
4688
|
-
})]) : _vm._e()])]);
|
|
4689
|
-
}), 0), _c('div', {
|
|
4690
|
-
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
4691
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
4692
|
-
return _c('div', {
|
|
4693
|
-
key: inx,
|
|
4694
|
-
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
4695
|
-
attrs: {
|
|
4696
|
-
"data-wow-delay": "200",
|
|
4697
|
-
"data-wow-iteration": "1"
|
|
4698
|
-
}
|
|
4699
|
-
}, [_c('div', {
|
|
4700
|
-
staticClass: "kf-box",
|
|
4701
|
-
on: {
|
|
4702
|
-
"click": function ($event) {
|
|
4703
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
4704
|
-
}
|
|
4705
|
-
}
|
|
4706
|
-
}, [_c('img', {
|
|
4707
|
-
staticClass: "col331-image",
|
|
4708
|
-
attrs: {
|
|
4709
|
-
"src": item.uploadImageH5,
|
|
4710
|
-
"alt": item.imageH5ATL
|
|
4711
|
-
}
|
|
4712
|
-
}), item.input1 ? _c('div', {
|
|
4713
|
-
staticClass: "swiper-btn"
|
|
4714
|
-
}, [_c('span', {
|
|
4715
|
-
staticClass: "vm"
|
|
4716
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
4717
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
4718
|
-
attrs: {
|
|
4719
|
-
"src": __webpack_require__(1061)
|
|
4720
|
-
}
|
|
4721
|
-
})]) : _vm._e()])]);
|
|
4722
|
-
}), 0)])])]);
|
|
4723
|
-
};
|
|
4724
|
-
var staticRenderFns = [];
|
|
4725
|
-
|
|
4726
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=792be7e2&scoped=true
|
|
4727
|
-
|
|
4728
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
4729
|
-
var baseComp = __webpack_require__(4272);
|
|
4730
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
4731
|
-
|
|
4732
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
4733
|
-
name: "cms-prodCustomization",
|
|
4734
|
-
components: {
|
|
4735
|
-
BaseComp: baseComp["default"]
|
|
4736
|
-
},
|
|
4737
|
-
props: {
|
|
4738
|
-
data: {
|
|
4739
|
-
type: Object,
|
|
4740
|
-
default: () => {
|
|
4741
|
-
return {};
|
|
4742
|
-
}
|
|
4743
|
-
},
|
|
4744
|
-
nowCompId: {
|
|
4745
|
-
type: [String, Number],
|
|
4746
|
-
default: ""
|
|
4747
|
-
},
|
|
4748
|
-
isOpcacity: {
|
|
4749
|
-
type: Boolean,
|
|
4750
|
-
default: true
|
|
4751
|
-
},
|
|
4752
|
-
lang: {
|
|
4753
|
-
type: String,
|
|
4754
|
-
default: "zh-HK"
|
|
4755
|
-
}
|
|
4756
|
-
},
|
|
4757
|
-
data() {
|
|
4758
|
-
return {
|
|
4759
|
-
configList: [],
|
|
4760
|
-
plan1Inx: 0
|
|
4761
|
-
};
|
|
4762
|
-
},
|
|
4763
|
-
mounted() {},
|
|
4764
|
-
watch: {},
|
|
4765
|
-
methods: {
|
|
4766
|
-
getConfigData(configData) {
|
|
4767
|
-
this.configList = configData.configList;
|
|
4768
|
-
},
|
|
4769
|
-
decodeJumpUrl(url) {
|
|
4770
|
-
if (!url) return;
|
|
4771
|
-
top.location.href = url;
|
|
4772
|
-
}
|
|
4773
|
-
}
|
|
4774
|
-
});
|
|
4775
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
4776
|
-
/* harmony default export */ var cms_prodCustomization_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
4777
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=792be7e2&prod&lang=scss&scoped=true
|
|
4778
|
-
// extracted by mini-css-extract-plugin
|
|
4779
|
-
|
|
4780
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=792be7e2&prod&lang=scss&scoped=true
|
|
4781
|
-
|
|
4782
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
4783
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
4784
|
-
;// ./package/cms-prodCustomization/View.vue
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
;
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
/* normalize component */
|
|
4792
|
-
|
|
4793
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
4794
|
-
cms_prodCustomization_Viewvue_type_script_lang_js,
|
|
4795
|
-
render,
|
|
4796
|
-
staticRenderFns,
|
|
4797
|
-
false,
|
|
4798
|
-
null,
|
|
4799
|
-
"792be7e2",
|
|
4800
|
-
null
|
|
4801
|
-
|
|
4802
|
-
)
|
|
4803
|
-
|
|
4804
|
-
/* harmony default export */ var View = (component.exports);
|
|
4805
|
-
|
|
4806
|
-
/***/ }),
|
|
4807
|
-
|
|
4808
4179
|
/***/ 1481:
|
|
4809
4180
|
/***/ (function(module, exports, __webpack_require__) {
|
|
4810
4181
|
|
|
@@ -10643,8 +10014,8 @@ var map = {
|
|
|
10643
10014
|
"./cms-dynamic-comp/index.js": 3730,
|
|
10644
10015
|
"./cms-iconFour": 8132,
|
|
10645
10016
|
"./cms-iconFour/": 8132,
|
|
10646
|
-
"./cms-iconFour/View":
|
|
10647
|
-
"./cms-iconFour/View.vue":
|
|
10017
|
+
"./cms-iconFour/View": 7590,
|
|
10018
|
+
"./cms-iconFour/View.vue": 7590,
|
|
10648
10019
|
"./cms-iconFour/index": 8132,
|
|
10649
10020
|
"./cms-iconFour/index.js": 8132,
|
|
10650
10021
|
"./cms-image": 8886,
|
|
@@ -10661,14 +10032,14 @@ var map = {
|
|
|
10661
10032
|
"./cms-image/index.js": 8886,
|
|
10662
10033
|
"./cms-imgFour": 4352,
|
|
10663
10034
|
"./cms-imgFour/": 4352,
|
|
10664
|
-
"./cms-imgFour/View":
|
|
10665
|
-
"./cms-imgFour/View.vue":
|
|
10035
|
+
"./cms-imgFour/View": 9484,
|
|
10036
|
+
"./cms-imgFour/View.vue": 9484,
|
|
10666
10037
|
"./cms-imgFour/index": 4352,
|
|
10667
10038
|
"./cms-imgFour/index.js": 4352,
|
|
10668
10039
|
"./cms-lineFive": 6763,
|
|
10669
10040
|
"./cms-lineFive/": 6763,
|
|
10670
|
-
"./cms-lineFive/View":
|
|
10671
|
-
"./cms-lineFive/View.vue":
|
|
10041
|
+
"./cms-lineFive/View": 792,
|
|
10042
|
+
"./cms-lineFive/View.vue": 792,
|
|
10672
10043
|
"./cms-lineFive/index": 6763,
|
|
10673
10044
|
"./cms-lineFive/index.js": 6763,
|
|
10674
10045
|
"./cms-lineFour": 6175,
|
|
@@ -10679,14 +10050,14 @@ var map = {
|
|
|
10679
10050
|
"./cms-lineFour/index.js": 6175,
|
|
10680
10051
|
"./cms-lineThree": 7277,
|
|
10681
10052
|
"./cms-lineThree/": 7277,
|
|
10682
|
-
"./cms-lineThree/View":
|
|
10683
|
-
"./cms-lineThree/View.vue":
|
|
10053
|
+
"./cms-lineThree/View": 5423,
|
|
10054
|
+
"./cms-lineThree/View.vue": 5423,
|
|
10684
10055
|
"./cms-lineThree/index": 7277,
|
|
10685
10056
|
"./cms-lineThree/index.js": 7277,
|
|
10686
10057
|
"./cms-lineTwo": 8123,
|
|
10687
10058
|
"./cms-lineTwo/": 8123,
|
|
10688
|
-
"./cms-lineTwo/View":
|
|
10689
|
-
"./cms-lineTwo/View.vue":
|
|
10059
|
+
"./cms-lineTwo/View": 6257,
|
|
10060
|
+
"./cms-lineTwo/View.vue": 6257,
|
|
10690
10061
|
"./cms-lineTwo/index": 8123,
|
|
10691
10062
|
"./cms-lineTwo/index.js": 8123,
|
|
10692
10063
|
"./cms-proCard": 4338,
|
|
@@ -10697,8 +10068,8 @@ var map = {
|
|
|
10697
10068
|
"./cms-proCard/index.js": 4338,
|
|
10698
10069
|
"./cms-prodCustomization": 1685,
|
|
10699
10070
|
"./cms-prodCustomization/": 1685,
|
|
10700
|
-
"./cms-prodCustomization/View":
|
|
10701
|
-
"./cms-prodCustomization/View.vue":
|
|
10071
|
+
"./cms-prodCustomization/View": 3053,
|
|
10072
|
+
"./cms-prodCustomization/View.vue": 3053,
|
|
10702
10073
|
"./cms-prodCustomization/index": 1685,
|
|
10703
10074
|
"./cms-prodCustomization/index.js": 1685,
|
|
10704
10075
|
"./cms-productDetails": 4406,
|
|
@@ -10709,8 +10080,8 @@ var map = {
|
|
|
10709
10080
|
"./cms-productDetails/index.js": 4406,
|
|
10710
10081
|
"./cms-question": 2269,
|
|
10711
10082
|
"./cms-question/": 2269,
|
|
10712
|
-
"./cms-question/View":
|
|
10713
|
-
"./cms-question/View.vue":
|
|
10083
|
+
"./cms-question/View": 4872,
|
|
10084
|
+
"./cms-question/View.vue": 4872,
|
|
10714
10085
|
"./cms-question/index": 2269,
|
|
10715
10086
|
"./cms-question/index.js": 2269,
|
|
10716
10087
|
"./cms-richText": 7616,
|
|
@@ -10732,8 +10103,8 @@ var map = {
|
|
|
10732
10103
|
"./cms-servePlan-tab/service-plan.scss": 2358,
|
|
10733
10104
|
"./cms-servePlan-text": 6501,
|
|
10734
10105
|
"./cms-servePlan-text/": 6501,
|
|
10735
|
-
"./cms-servePlan-text/View":
|
|
10736
|
-
"./cms-servePlan-text/View.vue":
|
|
10106
|
+
"./cms-servePlan-text/View": 7907,
|
|
10107
|
+
"./cms-servePlan-text/View.vue": 7907,
|
|
10737
10108
|
"./cms-servePlan-text/index": 6501,
|
|
10738
10109
|
"./cms-servePlan-text/index.js": 6501,
|
|
10739
10110
|
"./cms-tab": 8892,
|
|
@@ -10744,8 +10115,8 @@ var map = {
|
|
|
10744
10115
|
"./cms-tab/index.js": 8892,
|
|
10745
10116
|
"./cms-termsAndConditions": 9387,
|
|
10746
10117
|
"./cms-termsAndConditions/": 9387,
|
|
10747
|
-
"./cms-termsAndConditions/View":
|
|
10748
|
-
"./cms-termsAndConditions/View.vue":
|
|
10118
|
+
"./cms-termsAndConditions/View": 8411,
|
|
10119
|
+
"./cms-termsAndConditions/View.vue": 8411,
|
|
10749
10120
|
"./cms-termsAndConditions/index": 9387,
|
|
10750
10121
|
"./cms-termsAndConditions/index.js": 9387,
|
|
10751
10122
|
"./cms-text": 394,
|
|
@@ -10756,20 +10127,20 @@ var map = {
|
|
|
10756
10127
|
"./cms-text/index.js": 394,
|
|
10757
10128
|
"./cms-threeScroll": 4670,
|
|
10758
10129
|
"./cms-threeScroll/": 4670,
|
|
10759
|
-
"./cms-threeScroll/View":
|
|
10760
|
-
"./cms-threeScroll/View.vue":
|
|
10130
|
+
"./cms-threeScroll/View": 5006,
|
|
10131
|
+
"./cms-threeScroll/View.vue": 5006,
|
|
10761
10132
|
"./cms-threeScroll/index": 4670,
|
|
10762
10133
|
"./cms-threeScroll/index.js": 4670,
|
|
10763
10134
|
"./cms-titleCenter": 8904,
|
|
10764
10135
|
"./cms-titleCenter/": 8904,
|
|
10765
|
-
"./cms-titleCenter/View":
|
|
10766
|
-
"./cms-titleCenter/View.vue":
|
|
10136
|
+
"./cms-titleCenter/View": 9871,
|
|
10137
|
+
"./cms-titleCenter/View.vue": 9871,
|
|
10767
10138
|
"./cms-titleCenter/index": 8904,
|
|
10768
10139
|
"./cms-titleCenter/index.js": 8904,
|
|
10769
10140
|
"./cms-titleLeft": 7804,
|
|
10770
10141
|
"./cms-titleLeft/": 7804,
|
|
10771
|
-
"./cms-titleLeft/View":
|
|
10772
|
-
"./cms-titleLeft/View.vue":
|
|
10142
|
+
"./cms-titleLeft/View": 2950,
|
|
10143
|
+
"./cms-titleLeft/View.vue": 2950,
|
|
10773
10144
|
"./cms-titleLeft/index": 7804,
|
|
10774
10145
|
"./cms-titleLeft/index.js": 7804,
|
|
10775
10146
|
"./cms-via-storedValueCard": 4400,
|
|
@@ -10967,7 +10338,7 @@ webpackContext.id = 1683;
|
|
|
10967
10338
|
__webpack_require__.r(__webpack_exports__);
|
|
10968
10339
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
10969
10340
|
|
|
10970
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
10341
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 3053));
|
|
10971
10342
|
const langData = {
|
|
10972
10343
|
configList: [{
|
|
10973
10344
|
id: Math.random().toString(),
|
|
@@ -13299,7 +12670,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACB
|
|
|
13299
12670
|
__webpack_require__.r(__webpack_exports__);
|
|
13300
12671
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
13301
12672
|
|
|
13302
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
12673
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4872));
|
|
13303
12674
|
const langData = {
|
|
13304
12675
|
configList: [{
|
|
13305
12676
|
id: Math.random().toString(),
|
|
@@ -26555,40 +25926,460 @@ var baseComp = __webpack_require__(4272);
|
|
|
26555
25926
|
lang: {
|
|
26556
25927
|
type: String,
|
|
26557
25928
|
default: "zh-HK"
|
|
26558
|
-
},
|
|
26559
|
-
showCmhkMain: {
|
|
26560
|
-
type: Boolean,
|
|
26561
|
-
default: true
|
|
25929
|
+
},
|
|
25930
|
+
showCmhkMain: {
|
|
25931
|
+
type: Boolean,
|
|
25932
|
+
default: true
|
|
25933
|
+
}
|
|
25934
|
+
},
|
|
25935
|
+
data() {
|
|
25936
|
+
return {
|
|
25937
|
+
configData: {},
|
|
25938
|
+
messFold: false
|
|
25939
|
+
};
|
|
25940
|
+
},
|
|
25941
|
+
mounted() {},
|
|
25942
|
+
watch: {},
|
|
25943
|
+
methods: {
|
|
25944
|
+
getConfigData(configData) {
|
|
25945
|
+
this.configData = configData;
|
|
25946
|
+
this.$nextTick(this.wrapTables);
|
|
25947
|
+
},
|
|
25948
|
+
// 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
|
|
25949
|
+
wrapTables() {
|
|
25950
|
+
const container = this.$el.querySelector('.cms-ht');
|
|
25951
|
+
if (!container) return;
|
|
25952
|
+
const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
|
|
25953
|
+
tables.forEach(table => {
|
|
25954
|
+
const wrapper = document.createElement('div');
|
|
25955
|
+
wrapper.className = 'cms-table-wrap';
|
|
25956
|
+
table.parentNode.insertBefore(wrapper, table);
|
|
25957
|
+
wrapper.appendChild(table);
|
|
25958
|
+
table.setAttribute('data-scroll-wrapped', '1');
|
|
25959
|
+
});
|
|
25960
|
+
},
|
|
25961
|
+
foldMessText() {
|
|
25962
|
+
this.messFold = !this.messFold;
|
|
25963
|
+
},
|
|
25964
|
+
decodeJumpUrl(url) {
|
|
25965
|
+
if (!url) return;
|
|
25966
|
+
top.location.href = url;
|
|
25967
|
+
}
|
|
25968
|
+
}
|
|
25969
|
+
});
|
|
25970
|
+
;// ./package/cms-richText/View.vue?vue&type=script&lang=js
|
|
25971
|
+
/* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
25972
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
|
|
25973
|
+
// extracted by mini-css-extract-plugin
|
|
25974
|
+
|
|
25975
|
+
;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
|
|
25976
|
+
|
|
25977
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
|
|
25978
|
+
// extracted by mini-css-extract-plugin
|
|
25979
|
+
|
|
25980
|
+
;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
|
|
25981
|
+
|
|
25982
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
25983
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
25984
|
+
;// ./package/cms-richText/View.vue
|
|
25985
|
+
|
|
25986
|
+
|
|
25987
|
+
|
|
25988
|
+
;
|
|
25989
|
+
|
|
25990
|
+
|
|
25991
|
+
|
|
25992
|
+
/* normalize component */
|
|
25993
|
+
|
|
25994
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
25995
|
+
cms_richText_Viewvue_type_script_lang_js,
|
|
25996
|
+
render,
|
|
25997
|
+
staticRenderFns,
|
|
25998
|
+
false,
|
|
25999
|
+
null,
|
|
26000
|
+
"0d29ae9c",
|
|
26001
|
+
null
|
|
26002
|
+
|
|
26003
|
+
)
|
|
26004
|
+
|
|
26005
|
+
/* harmony default export */ var View = (component.exports);
|
|
26006
|
+
|
|
26007
|
+
/***/ }),
|
|
26008
|
+
|
|
26009
|
+
/***/ 2950:
|
|
26010
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
26011
|
+
|
|
26012
|
+
"use strict";
|
|
26013
|
+
// ESM COMPAT FLAG
|
|
26014
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26015
|
+
|
|
26016
|
+
// EXPORTS
|
|
26017
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
26018
|
+
"default": function() { return /* binding */ View; }
|
|
26019
|
+
});
|
|
26020
|
+
|
|
26021
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=template&id=460790fc&scoped=true
|
|
26022
|
+
var render = function render() {
|
|
26023
|
+
var _vm = this,
|
|
26024
|
+
_c = _vm._self._c,
|
|
26025
|
+
_setup = _vm._self._setupProxy;
|
|
26026
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
26027
|
+
attrs: {
|
|
26028
|
+
"data": _vm.data,
|
|
26029
|
+
"nowCompId": _vm.nowCompId,
|
|
26030
|
+
"isOpcacity": _vm.isOpcacity,
|
|
26031
|
+
"lang": _vm.lang
|
|
26032
|
+
},
|
|
26033
|
+
on: {
|
|
26034
|
+
"getConfigData": _vm.getConfigData
|
|
26035
|
+
}
|
|
26036
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
26037
|
+
staticClass: "cmhk-home_main cms-titleLeft"
|
|
26038
|
+
}, [_c('div', {
|
|
26039
|
+
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
26040
|
+
}, [_c('p', {
|
|
26041
|
+
staticClass: "part-header_title"
|
|
26042
|
+
}, [_c('span', {
|
|
26043
|
+
class: ['normal']
|
|
26044
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _vm.configData.title2 !== '' ? _c('p', {
|
|
26045
|
+
staticClass: "part-header_lf layout-pc"
|
|
26046
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e(), _vm.configData && _vm.configData.link ? _c('span', {
|
|
26047
|
+
staticClass: "part-header_subtitle",
|
|
26048
|
+
on: {
|
|
26049
|
+
"click": function ($event) {
|
|
26050
|
+
return _setup.decodeJumpUrl(_vm.configData.link, _vm.$router);
|
|
26051
|
+
}
|
|
26052
|
+
}
|
|
26053
|
+
}, [_c('span', {
|
|
26054
|
+
staticClass: "vm"
|
|
26055
|
+
}, [_vm._v(_vm._s(_vm.configData.linkText))])]) : _vm._e()]), _vm.configData.title2 !== '' ? _c('p', {
|
|
26056
|
+
staticClass: "part-header_lf layout-mobile"
|
|
26057
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e()])]);
|
|
26058
|
+
};
|
|
26059
|
+
var staticRenderFns = [];
|
|
26060
|
+
|
|
26061
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
26062
|
+
var baseComp = __webpack_require__(4272);
|
|
26063
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
26064
|
+
var jumpUrl = __webpack_require__(813);
|
|
26065
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
26066
|
+
|
|
26067
|
+
const __default__ = {
|
|
26068
|
+
name: "cms-titleLeft",
|
|
26069
|
+
components: {
|
|
26070
|
+
BaseComp: baseComp["default"]
|
|
26071
|
+
},
|
|
26072
|
+
props: {
|
|
26073
|
+
data: {
|
|
26074
|
+
type: Object,
|
|
26075
|
+
default: () => {
|
|
26076
|
+
return {};
|
|
26077
|
+
}
|
|
26078
|
+
},
|
|
26079
|
+
nowCompId: {
|
|
26080
|
+
type: [String, Number],
|
|
26081
|
+
default: ""
|
|
26082
|
+
},
|
|
26083
|
+
isOpcacity: {
|
|
26084
|
+
type: Boolean,
|
|
26085
|
+
default: true
|
|
26086
|
+
},
|
|
26087
|
+
lang: {
|
|
26088
|
+
type: String,
|
|
26089
|
+
default: "zh-HK"
|
|
26090
|
+
}
|
|
26091
|
+
},
|
|
26092
|
+
data() {
|
|
26093
|
+
return {
|
|
26094
|
+
configData: {}
|
|
26095
|
+
};
|
|
26096
|
+
},
|
|
26097
|
+
mounted() {},
|
|
26098
|
+
watch: {},
|
|
26099
|
+
methods: {
|
|
26100
|
+
getConfigData(configData) {
|
|
26101
|
+
this.configData = configData;
|
|
26102
|
+
}
|
|
26103
|
+
}
|
|
26104
|
+
};
|
|
26105
|
+
|
|
26106
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
26107
|
+
setup(__props) {
|
|
26108
|
+
return {
|
|
26109
|
+
__sfc: true,
|
|
26110
|
+
BaseComp: baseComp["default"],
|
|
26111
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
26112
|
+
};
|
|
26113
|
+
}
|
|
26114
|
+
}));
|
|
26115
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
26116
|
+
/* harmony default export */ var cms_titleLeft_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
26117
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=460790fc&prod&scoped=true&lang=scss
|
|
26118
|
+
// extracted by mini-css-extract-plugin
|
|
26119
|
+
|
|
26120
|
+
;// ./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=460790fc&prod&scoped=true&lang=scss
|
|
26121
|
+
|
|
26122
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
26123
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
26124
|
+
;// ./package/cms-titleLeft/View.vue
|
|
26125
|
+
|
|
26126
|
+
|
|
26127
|
+
|
|
26128
|
+
;
|
|
26129
|
+
|
|
26130
|
+
|
|
26131
|
+
/* normalize component */
|
|
26132
|
+
|
|
26133
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
26134
|
+
cms_titleLeft_Viewvue_type_script_setup_true_lang_js,
|
|
26135
|
+
render,
|
|
26136
|
+
staticRenderFns,
|
|
26137
|
+
false,
|
|
26138
|
+
null,
|
|
26139
|
+
"460790fc",
|
|
26140
|
+
null
|
|
26141
|
+
|
|
26142
|
+
)
|
|
26143
|
+
|
|
26144
|
+
/* harmony default export */ var View = (component.exports);
|
|
26145
|
+
|
|
26146
|
+
/***/ }),
|
|
26147
|
+
|
|
26148
|
+
/***/ 2963:
|
|
26149
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26150
|
+
|
|
26151
|
+
"use strict";
|
|
26152
|
+
|
|
26153
|
+
|
|
26154
|
+
var createError = __webpack_require__(2528);
|
|
26155
|
+
|
|
26156
|
+
/**
|
|
26157
|
+
* Resolve or reject a Promise based on response status.
|
|
26158
|
+
*
|
|
26159
|
+
* @param {Function} resolve A function that resolves the promise.
|
|
26160
|
+
* @param {Function} reject A function that rejects the promise.
|
|
26161
|
+
* @param {object} response The response.
|
|
26162
|
+
*/
|
|
26163
|
+
module.exports = function settle(resolve, reject, response) {
|
|
26164
|
+
var validateStatus = response.config.validateStatus;
|
|
26165
|
+
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
26166
|
+
resolve(response);
|
|
26167
|
+
} else {
|
|
26168
|
+
reject(createError('Request failed with status code ' + response.status, response.config, null, response.request, response));
|
|
26169
|
+
}
|
|
26170
|
+
};
|
|
26171
|
+
|
|
26172
|
+
/***/ }),
|
|
26173
|
+
|
|
26174
|
+
/***/ 2967:
|
|
26175
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26176
|
+
|
|
26177
|
+
"use strict";
|
|
26178
|
+
|
|
26179
|
+
/* eslint-disable no-proto -- safe */
|
|
26180
|
+
var uncurryThisAccessor = __webpack_require__(6706);
|
|
26181
|
+
var isObject = __webpack_require__(34);
|
|
26182
|
+
var requireObjectCoercible = __webpack_require__(7750);
|
|
26183
|
+
var aPossiblePrototype = __webpack_require__(3506);
|
|
26184
|
+
|
|
26185
|
+
// `Object.setPrototypeOf` method
|
|
26186
|
+
// https://tc39.es/ecma262/#sec-object.setprototypeof
|
|
26187
|
+
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
26188
|
+
// eslint-disable-next-line es/no-object-setprototypeof -- safe
|
|
26189
|
+
module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
26190
|
+
var CORRECT_SETTER = false;
|
|
26191
|
+
var test = {};
|
|
26192
|
+
var setter;
|
|
26193
|
+
try {
|
|
26194
|
+
setter = uncurryThisAccessor(Object.prototype, '__proto__', 'set');
|
|
26195
|
+
setter(test, []);
|
|
26196
|
+
CORRECT_SETTER = test instanceof Array;
|
|
26197
|
+
} catch (error) { /* empty */ }
|
|
26198
|
+
return function setPrototypeOf(O, proto) {
|
|
26199
|
+
requireObjectCoercible(O);
|
|
26200
|
+
aPossiblePrototype(proto);
|
|
26201
|
+
if (!isObject(O)) return O;
|
|
26202
|
+
if (CORRECT_SETTER) setter(O, proto);
|
|
26203
|
+
else O.__proto__ = proto;
|
|
26204
|
+
return O;
|
|
26205
|
+
};
|
|
26206
|
+
}() : undefined);
|
|
26207
|
+
|
|
26208
|
+
|
|
26209
|
+
/***/ }),
|
|
26210
|
+
|
|
26211
|
+
/***/ 3023:
|
|
26212
|
+
/***/ (function(module) {
|
|
26213
|
+
|
|
26214
|
+
"use strict";
|
|
26215
|
+
|
|
26216
|
+
|
|
26217
|
+
/** @type {import('./abs')} */
|
|
26218
|
+
module.exports = Math.abs;
|
|
26219
|
+
|
|
26220
|
+
/***/ }),
|
|
26221
|
+
|
|
26222
|
+
/***/ 3048:
|
|
26223
|
+
/***/ (function(module) {
|
|
26224
|
+
|
|
26225
|
+
"use strict";
|
|
26226
|
+
|
|
26227
|
+
|
|
26228
|
+
/**
|
|
26229
|
+
* Determines whether the payload is an error thrown by Axios
|
|
26230
|
+
*
|
|
26231
|
+
* @param {*} payload The value to test
|
|
26232
|
+
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
26233
|
+
*/
|
|
26234
|
+
module.exports = function isAxiosError(payload) {
|
|
26235
|
+
return typeof payload === 'object' && payload.isAxiosError === true;
|
|
26236
|
+
};
|
|
26237
|
+
|
|
26238
|
+
/***/ }),
|
|
26239
|
+
|
|
26240
|
+
/***/ 3053:
|
|
26241
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
26242
|
+
|
|
26243
|
+
"use strict";
|
|
26244
|
+
// ESM COMPAT FLAG
|
|
26245
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26246
|
+
|
|
26247
|
+
// EXPORTS
|
|
26248
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
26249
|
+
"default": function() { return /* binding */ View; }
|
|
26250
|
+
});
|
|
26251
|
+
|
|
26252
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=template&id=4c7c1db7&scoped=true
|
|
26253
|
+
var render = function render() {
|
|
26254
|
+
var _vm = this,
|
|
26255
|
+
_c = _vm._self._c;
|
|
26256
|
+
return _c('BaseComp', _vm._b({
|
|
26257
|
+
attrs: {
|
|
26258
|
+
"data": _vm.data,
|
|
26259
|
+
"nowCompId": _vm.nowCompId,
|
|
26260
|
+
"isOpcacity": _vm.isOpcacity,
|
|
26261
|
+
"lang": _vm.lang
|
|
26262
|
+
},
|
|
26263
|
+
on: {
|
|
26264
|
+
"getConfigData": _vm.getConfigData
|
|
26265
|
+
}
|
|
26266
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
26267
|
+
staticClass: "cmhk-home_main"
|
|
26268
|
+
}, [_c('section', {
|
|
26269
|
+
ref: "servicePlan"
|
|
26270
|
+
}, [_c('div', {
|
|
26271
|
+
ref: "box_swiper",
|
|
26272
|
+
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
26273
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
26274
|
+
return _c('div', {
|
|
26275
|
+
key: inx,
|
|
26276
|
+
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
26277
|
+
attrs: {
|
|
26278
|
+
"data-wow-delay": "200",
|
|
26279
|
+
"data-wow-iteration": "1"
|
|
26280
|
+
}
|
|
26281
|
+
}, [_c('div', {
|
|
26282
|
+
staticClass: "kf-sprbox kf-blur",
|
|
26283
|
+
on: {
|
|
26284
|
+
"click": function ($event) {
|
|
26285
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
26286
|
+
}
|
|
26287
|
+
}
|
|
26288
|
+
}, [_c('img', {
|
|
26289
|
+
staticClass: "col331-image",
|
|
26290
|
+
attrs: {
|
|
26291
|
+
"src": item.uploadImagePC,
|
|
26292
|
+
"alt": item.imagePcATL
|
|
26293
|
+
}
|
|
26294
|
+
}), item.input1 ? _c('div', {
|
|
26295
|
+
staticClass: "swiper-btn"
|
|
26296
|
+
}, [_c('span', {
|
|
26297
|
+
staticClass: "vm"
|
|
26298
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
26299
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
26300
|
+
attrs: {
|
|
26301
|
+
"src": __webpack_require__(1061)
|
|
26302
|
+
}
|
|
26303
|
+
})]) : _vm._e()])]);
|
|
26304
|
+
}), 0), _c('div', {
|
|
26305
|
+
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
26306
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
26307
|
+
return _c('div', {
|
|
26308
|
+
key: inx,
|
|
26309
|
+
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
26310
|
+
attrs: {
|
|
26311
|
+
"data-wow-delay": "200",
|
|
26312
|
+
"data-wow-iteration": "1"
|
|
26313
|
+
}
|
|
26314
|
+
}, [_c('div', {
|
|
26315
|
+
staticClass: "kf-box",
|
|
26316
|
+
on: {
|
|
26317
|
+
"click": function ($event) {
|
|
26318
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
26319
|
+
}
|
|
26320
|
+
}
|
|
26321
|
+
}, [_c('img', {
|
|
26322
|
+
staticClass: "col331-image",
|
|
26323
|
+
attrs: {
|
|
26324
|
+
"src": item.uploadImageH5,
|
|
26325
|
+
"alt": item.imageH5ATL
|
|
26326
|
+
}
|
|
26327
|
+
}), item.input1 ? _c('div', {
|
|
26328
|
+
staticClass: "swiper-btn"
|
|
26329
|
+
}, [_c('span', {
|
|
26330
|
+
staticClass: "vm"
|
|
26331
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
26332
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
26333
|
+
attrs: {
|
|
26334
|
+
"src": __webpack_require__(1061)
|
|
26335
|
+
}
|
|
26336
|
+
})]) : _vm._e()])]);
|
|
26337
|
+
}), 0)])])]);
|
|
26338
|
+
};
|
|
26339
|
+
var staticRenderFns = [];
|
|
26340
|
+
|
|
26341
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=4c7c1db7&scoped=true
|
|
26342
|
+
|
|
26343
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
26344
|
+
var baseComp = __webpack_require__(4272);
|
|
26345
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
26346
|
+
|
|
26347
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
26348
|
+
name: "cms-prodCustomization",
|
|
26349
|
+
components: {
|
|
26350
|
+
BaseComp: baseComp["default"]
|
|
26351
|
+
},
|
|
26352
|
+
props: {
|
|
26353
|
+
data: {
|
|
26354
|
+
type: Object,
|
|
26355
|
+
default: () => {
|
|
26356
|
+
return {};
|
|
26357
|
+
}
|
|
26358
|
+
},
|
|
26359
|
+
nowCompId: {
|
|
26360
|
+
type: [String, Number],
|
|
26361
|
+
default: ""
|
|
26362
|
+
},
|
|
26363
|
+
isOpcacity: {
|
|
26364
|
+
type: Boolean,
|
|
26365
|
+
default: true
|
|
26366
|
+
},
|
|
26367
|
+
lang: {
|
|
26368
|
+
type: String,
|
|
26369
|
+
default: "zh-HK"
|
|
26562
26370
|
}
|
|
26563
26371
|
},
|
|
26564
26372
|
data() {
|
|
26565
26373
|
return {
|
|
26566
|
-
|
|
26567
|
-
|
|
26374
|
+
configList: [],
|
|
26375
|
+
plan1Inx: 0
|
|
26568
26376
|
};
|
|
26569
26377
|
},
|
|
26570
26378
|
mounted() {},
|
|
26571
26379
|
watch: {},
|
|
26572
26380
|
methods: {
|
|
26573
26381
|
getConfigData(configData) {
|
|
26574
|
-
this.
|
|
26575
|
-
this.$nextTick(this.wrapTables);
|
|
26576
|
-
},
|
|
26577
|
-
// 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
|
|
26578
|
-
wrapTables() {
|
|
26579
|
-
const container = this.$el.querySelector('.cms-ht');
|
|
26580
|
-
if (!container) return;
|
|
26581
|
-
const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
|
|
26582
|
-
tables.forEach(table => {
|
|
26583
|
-
const wrapper = document.createElement('div');
|
|
26584
|
-
wrapper.className = 'cms-table-wrap';
|
|
26585
|
-
table.parentNode.insertBefore(wrapper, table);
|
|
26586
|
-
wrapper.appendChild(table);
|
|
26587
|
-
table.setAttribute('data-scroll-wrapped', '1');
|
|
26588
|
-
});
|
|
26589
|
-
},
|
|
26590
|
-
foldMessText() {
|
|
26591
|
-
this.messFold = !this.messFold;
|
|
26382
|
+
this.configList = configData.configList;
|
|
26592
26383
|
},
|
|
26593
26384
|
decodeJumpUrl(url) {
|
|
26594
26385
|
if (!url) return;
|
|
@@ -26596,37 +26387,31 @@ var baseComp = __webpack_require__(4272);
|
|
|
26596
26387
|
}
|
|
26597
26388
|
}
|
|
26598
26389
|
});
|
|
26599
|
-
;// ./package/cms-
|
|
26600
|
-
/* harmony default export */ var
|
|
26601
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-
|
|
26602
|
-
// extracted by mini-css-extract-plugin
|
|
26603
|
-
|
|
26604
|
-
;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
|
|
26605
|
-
|
|
26606
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
|
|
26390
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
26391
|
+
/* harmony default export */ var cms_prodCustomization_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
26392
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=4c7c1db7&prod&lang=scss&scoped=true
|
|
26607
26393
|
// extracted by mini-css-extract-plugin
|
|
26608
26394
|
|
|
26609
|
-
;// ./package/cms-
|
|
26395
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=style&index=0&id=4c7c1db7&prod&lang=scss&scoped=true
|
|
26610
26396
|
|
|
26611
26397
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
26612
26398
|
var componentNormalizer = __webpack_require__(1656);
|
|
26613
|
-
;// ./package/cms-
|
|
26399
|
+
;// ./package/cms-prodCustomization/View.vue
|
|
26614
26400
|
|
|
26615
26401
|
|
|
26616
26402
|
|
|
26617
26403
|
;
|
|
26618
26404
|
|
|
26619
26405
|
|
|
26620
|
-
|
|
26621
26406
|
/* normalize component */
|
|
26622
26407
|
|
|
26623
26408
|
var component = (0,componentNormalizer/* default */.A)(
|
|
26624
|
-
|
|
26409
|
+
cms_prodCustomization_Viewvue_type_script_lang_js,
|
|
26625
26410
|
render,
|
|
26626
26411
|
staticRenderFns,
|
|
26627
26412
|
false,
|
|
26628
26413
|
null,
|
|
26629
|
-
"
|
|
26414
|
+
"4c7c1db7",
|
|
26630
26415
|
null
|
|
26631
26416
|
|
|
26632
26417
|
)
|
|
@@ -26635,98 +26420,6 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
26635
26420
|
|
|
26636
26421
|
/***/ }),
|
|
26637
26422
|
|
|
26638
|
-
/***/ 2963:
|
|
26639
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26640
|
-
|
|
26641
|
-
"use strict";
|
|
26642
|
-
|
|
26643
|
-
|
|
26644
|
-
var createError = __webpack_require__(2528);
|
|
26645
|
-
|
|
26646
|
-
/**
|
|
26647
|
-
* Resolve or reject a Promise based on response status.
|
|
26648
|
-
*
|
|
26649
|
-
* @param {Function} resolve A function that resolves the promise.
|
|
26650
|
-
* @param {Function} reject A function that rejects the promise.
|
|
26651
|
-
* @param {object} response The response.
|
|
26652
|
-
*/
|
|
26653
|
-
module.exports = function settle(resolve, reject, response) {
|
|
26654
|
-
var validateStatus = response.config.validateStatus;
|
|
26655
|
-
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
26656
|
-
resolve(response);
|
|
26657
|
-
} else {
|
|
26658
|
-
reject(createError('Request failed with status code ' + response.status, response.config, null, response.request, response));
|
|
26659
|
-
}
|
|
26660
|
-
};
|
|
26661
|
-
|
|
26662
|
-
/***/ }),
|
|
26663
|
-
|
|
26664
|
-
/***/ 2967:
|
|
26665
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26666
|
-
|
|
26667
|
-
"use strict";
|
|
26668
|
-
|
|
26669
|
-
/* eslint-disable no-proto -- safe */
|
|
26670
|
-
var uncurryThisAccessor = __webpack_require__(6706);
|
|
26671
|
-
var isObject = __webpack_require__(34);
|
|
26672
|
-
var requireObjectCoercible = __webpack_require__(7750);
|
|
26673
|
-
var aPossiblePrototype = __webpack_require__(3506);
|
|
26674
|
-
|
|
26675
|
-
// `Object.setPrototypeOf` method
|
|
26676
|
-
// https://tc39.es/ecma262/#sec-object.setprototypeof
|
|
26677
|
-
// Works with __proto__ only. Old v8 can't work with null proto objects.
|
|
26678
|
-
// eslint-disable-next-line es/no-object-setprototypeof -- safe
|
|
26679
|
-
module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () {
|
|
26680
|
-
var CORRECT_SETTER = false;
|
|
26681
|
-
var test = {};
|
|
26682
|
-
var setter;
|
|
26683
|
-
try {
|
|
26684
|
-
setter = uncurryThisAccessor(Object.prototype, '__proto__', 'set');
|
|
26685
|
-
setter(test, []);
|
|
26686
|
-
CORRECT_SETTER = test instanceof Array;
|
|
26687
|
-
} catch (error) { /* empty */ }
|
|
26688
|
-
return function setPrototypeOf(O, proto) {
|
|
26689
|
-
requireObjectCoercible(O);
|
|
26690
|
-
aPossiblePrototype(proto);
|
|
26691
|
-
if (!isObject(O)) return O;
|
|
26692
|
-
if (CORRECT_SETTER) setter(O, proto);
|
|
26693
|
-
else O.__proto__ = proto;
|
|
26694
|
-
return O;
|
|
26695
|
-
};
|
|
26696
|
-
}() : undefined);
|
|
26697
|
-
|
|
26698
|
-
|
|
26699
|
-
/***/ }),
|
|
26700
|
-
|
|
26701
|
-
/***/ 3023:
|
|
26702
|
-
/***/ (function(module) {
|
|
26703
|
-
|
|
26704
|
-
"use strict";
|
|
26705
|
-
|
|
26706
|
-
|
|
26707
|
-
/** @type {import('./abs')} */
|
|
26708
|
-
module.exports = Math.abs;
|
|
26709
|
-
|
|
26710
|
-
/***/ }),
|
|
26711
|
-
|
|
26712
|
-
/***/ 3048:
|
|
26713
|
-
/***/ (function(module) {
|
|
26714
|
-
|
|
26715
|
-
"use strict";
|
|
26716
|
-
|
|
26717
|
-
|
|
26718
|
-
/**
|
|
26719
|
-
* Determines whether the payload is an error thrown by Axios
|
|
26720
|
-
*
|
|
26721
|
-
* @param {*} payload The value to test
|
|
26722
|
-
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
26723
|
-
*/
|
|
26724
|
-
module.exports = function isAxiosError(payload) {
|
|
26725
|
-
return typeof payload === 'object' && payload.isAxiosError === true;
|
|
26726
|
-
};
|
|
26727
|
-
|
|
26728
|
-
/***/ }),
|
|
26729
|
-
|
|
26730
26423
|
/***/ 3071:
|
|
26731
26424
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
26732
26425
|
|
|
@@ -28686,149 +28379,6 @@ module.exports = function (it) {
|
|
|
28686
28379
|
};
|
|
28687
28380
|
|
|
28688
28381
|
|
|
28689
|
-
/***/ }),
|
|
28690
|
-
|
|
28691
|
-
/***/ 4210:
|
|
28692
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28693
|
-
|
|
28694
|
-
"use strict";
|
|
28695
|
-
// ESM COMPAT FLAG
|
|
28696
|
-
__webpack_require__.r(__webpack_exports__);
|
|
28697
|
-
|
|
28698
|
-
// EXPORTS
|
|
28699
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
28700
|
-
"default": function() { return /* binding */ View; }
|
|
28701
|
-
});
|
|
28702
|
-
|
|
28703
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
28704
|
-
var render = function render() {
|
|
28705
|
-
var _vm = this,
|
|
28706
|
-
_c = _vm._self._c;
|
|
28707
|
-
return _c('BaseComp', _vm._b({
|
|
28708
|
-
attrs: {
|
|
28709
|
-
"data": _vm.data,
|
|
28710
|
-
"nowCompId": _vm.nowCompId,
|
|
28711
|
-
"isOpcacity": _vm.isOpcacity,
|
|
28712
|
-
"lang": _vm.lang
|
|
28713
|
-
},
|
|
28714
|
-
on: {
|
|
28715
|
-
"getConfigData": _vm.getConfigData
|
|
28716
|
-
}
|
|
28717
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
28718
|
-
staticClass: "cmhk-home_main"
|
|
28719
|
-
}, [_c('div', {
|
|
28720
|
-
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
28721
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
28722
|
-
return _c('div', {
|
|
28723
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
28724
|
-
staticClass: "flex-wapper_item",
|
|
28725
|
-
on: {
|
|
28726
|
-
"click": function ($event) {
|
|
28727
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
28728
|
-
}
|
|
28729
|
-
}
|
|
28730
|
-
}, [_c('div', {
|
|
28731
|
-
staticClass: "card-input"
|
|
28732
|
-
}, [_c('div', {
|
|
28733
|
-
staticClass: "card-input_wapper"
|
|
28734
|
-
}, [_c('img', {
|
|
28735
|
-
staticClass: "card-input_image mobile-show",
|
|
28736
|
-
attrs: {
|
|
28737
|
-
"src": item.uploadImageH5,
|
|
28738
|
-
"alt": item.imageH5ATL
|
|
28739
|
-
}
|
|
28740
|
-
}), _c('img', {
|
|
28741
|
-
staticClass: "card-input_image pc-show",
|
|
28742
|
-
attrs: {
|
|
28743
|
-
"src": item.uploadImagePC,
|
|
28744
|
-
"alt": item.imagePcATL
|
|
28745
|
-
}
|
|
28746
|
-
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
28747
|
-
staticClass: "title"
|
|
28748
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
28749
|
-
staticClass: "sub-title"
|
|
28750
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
28751
|
-
}), 0)])]);
|
|
28752
|
-
};
|
|
28753
|
-
var staticRenderFns = [];
|
|
28754
|
-
|
|
28755
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
28756
|
-
var baseComp = __webpack_require__(4272);
|
|
28757
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
28758
|
-
|
|
28759
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
28760
|
-
name: "cms-lineFive",
|
|
28761
|
-
components: {
|
|
28762
|
-
BaseComp: baseComp["default"]
|
|
28763
|
-
},
|
|
28764
|
-
props: {
|
|
28765
|
-
data: {
|
|
28766
|
-
type: Object,
|
|
28767
|
-
default: () => {
|
|
28768
|
-
return {};
|
|
28769
|
-
}
|
|
28770
|
-
},
|
|
28771
|
-
nowCompId: {
|
|
28772
|
-
type: [String, Number],
|
|
28773
|
-
default: ""
|
|
28774
|
-
},
|
|
28775
|
-
isOpcacity: {
|
|
28776
|
-
type: Boolean,
|
|
28777
|
-
default: true
|
|
28778
|
-
},
|
|
28779
|
-
lang: {
|
|
28780
|
-
type: String,
|
|
28781
|
-
default: "zh-HK"
|
|
28782
|
-
}
|
|
28783
|
-
},
|
|
28784
|
-
data() {
|
|
28785
|
-
return {
|
|
28786
|
-
configList: []
|
|
28787
|
-
};
|
|
28788
|
-
},
|
|
28789
|
-
mounted() {},
|
|
28790
|
-
watch: {},
|
|
28791
|
-
methods: {
|
|
28792
|
-
getConfigData(configData) {
|
|
28793
|
-
this.configList = configData.configList;
|
|
28794
|
-
},
|
|
28795
|
-
decodeJumpUrl(url) {
|
|
28796
|
-
if (!url) return;
|
|
28797
|
-
top.location.href = url;
|
|
28798
|
-
}
|
|
28799
|
-
}
|
|
28800
|
-
});
|
|
28801
|
-
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
28802
|
-
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
28803
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
28804
|
-
// extracted by mini-css-extract-plugin
|
|
28805
|
-
|
|
28806
|
-
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=1a5e7dc8&prod&lang=scss&scoped=true
|
|
28807
|
-
|
|
28808
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
28809
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
28810
|
-
;// ./package/cms-lineFive/View.vue
|
|
28811
|
-
|
|
28812
|
-
|
|
28813
|
-
|
|
28814
|
-
;
|
|
28815
|
-
|
|
28816
|
-
|
|
28817
|
-
/* normalize component */
|
|
28818
|
-
|
|
28819
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
28820
|
-
cms_lineFive_Viewvue_type_script_lang_js,
|
|
28821
|
-
render,
|
|
28822
|
-
staticRenderFns,
|
|
28823
|
-
false,
|
|
28824
|
-
null,
|
|
28825
|
-
"1a5e7dc8",
|
|
28826
|
-
null
|
|
28827
|
-
|
|
28828
|
-
)
|
|
28829
|
-
|
|
28830
|
-
/* harmony default export */ var View = (component.exports);
|
|
28831
|
-
|
|
28832
28382
|
/***/ }),
|
|
28833
28383
|
|
|
28834
28384
|
/***/ 4211:
|
|
@@ -28839,8 +28389,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28839
28389
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
28840
28390
|
|
|
28841
28391
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4084));
|
|
28842
|
-
const
|
|
28843
|
-
|
|
28392
|
+
const getTodayEndTimestamp = () => {
|
|
28393
|
+
const today = new Date();
|
|
28394
|
+
today.setHours(23, 59, 59, 999);
|
|
28395
|
+
return today.getTime();
|
|
28396
|
+
};
|
|
28397
|
+
const getDefaultLangData = () => ({
|
|
28398
|
+
dateTime: getTodayEndTimestamp(),
|
|
28844
28399
|
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315174726_yhL6RHpo_614x380.png",
|
|
28845
28400
|
input4: "",
|
|
28846
28401
|
input3: "",
|
|
@@ -28850,7 +28405,8 @@ const langData = {
|
|
|
28850
28405
|
imagePcATL: "",
|
|
28851
28406
|
imageH5ATL: "",
|
|
28852
28407
|
jumpUrl: ""
|
|
28853
|
-
};
|
|
28408
|
+
});
|
|
28409
|
+
const langData = getDefaultLangData();
|
|
28854
28410
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
28855
28411
|
uploadImagePC: {
|
|
28856
28412
|
label: "上传PC图片"
|
|
@@ -28897,7 +28453,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
28897
28453
|
settings: cmsCompName => {
|
|
28898
28454
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
28899
28455
|
cmsCompName,
|
|
28900
|
-
langData
|
|
28456
|
+
langData: getDefaultLangData()
|
|
28901
28457
|
});
|
|
28902
28458
|
}
|
|
28903
28459
|
});
|
|
@@ -29255,145 +28811,6 @@ module.exports = Error;
|
|
|
29255
28811
|
|
|
29256
28812
|
/***/ }),
|
|
29257
28813
|
|
|
29258
|
-
/***/ 4314:
|
|
29259
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
29260
|
-
|
|
29261
|
-
"use strict";
|
|
29262
|
-
// ESM COMPAT FLAG
|
|
29263
|
-
__webpack_require__.r(__webpack_exports__);
|
|
29264
|
-
|
|
29265
|
-
// EXPORTS
|
|
29266
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
29267
|
-
"default": function() { return /* binding */ View; }
|
|
29268
|
-
});
|
|
29269
|
-
|
|
29270
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=template&id=ba5b54ce&scoped=true
|
|
29271
|
-
var render = function render() {
|
|
29272
|
-
var _vm = this,
|
|
29273
|
-
_c = _vm._self._c,
|
|
29274
|
-
_setup = _vm._self._setupProxy;
|
|
29275
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
29276
|
-
attrs: {
|
|
29277
|
-
"data": _vm.data,
|
|
29278
|
-
"nowCompId": _vm.nowCompId,
|
|
29279
|
-
"isOpcacity": _vm.isOpcacity,
|
|
29280
|
-
"lang": _vm.lang
|
|
29281
|
-
},
|
|
29282
|
-
on: {
|
|
29283
|
-
"getConfigData": _vm.getConfigData
|
|
29284
|
-
}
|
|
29285
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
29286
|
-
staticClass: "cmhk-home_main cms-titleLeft"
|
|
29287
|
-
}, [_c('div', {
|
|
29288
|
-
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
29289
|
-
}, [_c('p', {
|
|
29290
|
-
staticClass: "part-header_title"
|
|
29291
|
-
}, [_c('span', {
|
|
29292
|
-
class: ['normal']
|
|
29293
|
-
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _vm.configData.title2 !== '' ? _c('p', {
|
|
29294
|
-
staticClass: "part-header_lf layout-pc"
|
|
29295
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e(), _vm.configData && _vm.configData.link ? _c('span', {
|
|
29296
|
-
staticClass: "part-header_subtitle",
|
|
29297
|
-
on: {
|
|
29298
|
-
"click": function ($event) {
|
|
29299
|
-
return _setup.decodeJumpUrl(_vm.configData.link, _vm.$router);
|
|
29300
|
-
}
|
|
29301
|
-
}
|
|
29302
|
-
}, [_c('span', {
|
|
29303
|
-
staticClass: "vm"
|
|
29304
|
-
}, [_vm._v(_vm._s(_vm.configData.linkText))])]) : _vm._e()]), _vm.configData.title2 !== '' ? _c('p', {
|
|
29305
|
-
staticClass: "part-header_lf layout-mobile"
|
|
29306
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.title2) + " ")]) : _vm._e()])]);
|
|
29307
|
-
};
|
|
29308
|
-
var staticRenderFns = [];
|
|
29309
|
-
|
|
29310
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
29311
|
-
var baseComp = __webpack_require__(4272);
|
|
29312
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
29313
|
-
var jumpUrl = __webpack_require__(813);
|
|
29314
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
29315
|
-
|
|
29316
|
-
const __default__ = {
|
|
29317
|
-
name: "cms-titleLeft",
|
|
29318
|
-
components: {
|
|
29319
|
-
BaseComp: baseComp["default"]
|
|
29320
|
-
},
|
|
29321
|
-
props: {
|
|
29322
|
-
data: {
|
|
29323
|
-
type: Object,
|
|
29324
|
-
default: () => {
|
|
29325
|
-
return {};
|
|
29326
|
-
}
|
|
29327
|
-
},
|
|
29328
|
-
nowCompId: {
|
|
29329
|
-
type: [String, Number],
|
|
29330
|
-
default: ""
|
|
29331
|
-
},
|
|
29332
|
-
isOpcacity: {
|
|
29333
|
-
type: Boolean,
|
|
29334
|
-
default: true
|
|
29335
|
-
},
|
|
29336
|
-
lang: {
|
|
29337
|
-
type: String,
|
|
29338
|
-
default: "zh-HK"
|
|
29339
|
-
}
|
|
29340
|
-
},
|
|
29341
|
-
data() {
|
|
29342
|
-
return {
|
|
29343
|
-
configData: {}
|
|
29344
|
-
};
|
|
29345
|
-
},
|
|
29346
|
-
mounted() {},
|
|
29347
|
-
watch: {},
|
|
29348
|
-
methods: {
|
|
29349
|
-
getConfigData(configData) {
|
|
29350
|
-
this.configData = configData;
|
|
29351
|
-
}
|
|
29352
|
-
}
|
|
29353
|
-
};
|
|
29354
|
-
|
|
29355
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
29356
|
-
setup(__props) {
|
|
29357
|
-
return {
|
|
29358
|
-
__sfc: true,
|
|
29359
|
-
BaseComp: baseComp["default"],
|
|
29360
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
29361
|
-
};
|
|
29362
|
-
}
|
|
29363
|
-
}));
|
|
29364
|
-
;// ./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
29365
|
-
/* harmony default export */ var cms_titleLeft_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
29366
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=ba5b54ce&prod&scoped=true&lang=scss
|
|
29367
|
-
// extracted by mini-css-extract-plugin
|
|
29368
|
-
|
|
29369
|
-
;// ./package/cms-titleLeft/View.vue?vue&type=style&index=0&id=ba5b54ce&prod&scoped=true&lang=scss
|
|
29370
|
-
|
|
29371
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
29372
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
29373
|
-
;// ./package/cms-titleLeft/View.vue
|
|
29374
|
-
|
|
29375
|
-
|
|
29376
|
-
|
|
29377
|
-
;
|
|
29378
|
-
|
|
29379
|
-
|
|
29380
|
-
/* normalize component */
|
|
29381
|
-
|
|
29382
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
29383
|
-
cms_titleLeft_Viewvue_type_script_setup_true_lang_js,
|
|
29384
|
-
render,
|
|
29385
|
-
staticRenderFns,
|
|
29386
|
-
false,
|
|
29387
|
-
null,
|
|
29388
|
-
"ba5b54ce",
|
|
29389
|
-
null
|
|
29390
|
-
|
|
29391
|
-
)
|
|
29392
|
-
|
|
29393
|
-
/* harmony default export */ var View = (component.exports);
|
|
29394
|
-
|
|
29395
|
-
/***/ }),
|
|
29396
|
-
|
|
29397
28814
|
/***/ 4338:
|
|
29398
28815
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
29399
28816
|
|
|
@@ -29508,7 +28925,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
29508
28925
|
__webpack_require__.r(__webpack_exports__);
|
|
29509
28926
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
29510
28927
|
|
|
29511
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28928
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9484));
|
|
29512
28929
|
const langData = {
|
|
29513
28930
|
configList: [{
|
|
29514
28931
|
id: Math.random().toString(),
|
|
@@ -38264,229 +37681,6 @@ module.exports =
|
|
|
38264
37681
|
(function () { return this; })() || Function('return this')();
|
|
38265
37682
|
|
|
38266
37683
|
|
|
38267
|
-
/***/ }),
|
|
38268
|
-
|
|
38269
|
-
/***/ 4602:
|
|
38270
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38271
|
-
|
|
38272
|
-
"use strict";
|
|
38273
|
-
// ESM COMPAT FLAG
|
|
38274
|
-
__webpack_require__.r(__webpack_exports__);
|
|
38275
|
-
|
|
38276
|
-
// EXPORTS
|
|
38277
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
38278
|
-
"default": function() { return /* binding */ View; }
|
|
38279
|
-
});
|
|
38280
|
-
|
|
38281
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
38282
|
-
var render = function render() {
|
|
38283
|
-
var _vm = this,
|
|
38284
|
-
_c = _vm._self._c,
|
|
38285
|
-
_setup = _vm._self._setupProxy;
|
|
38286
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
38287
|
-
attrs: {
|
|
38288
|
-
"data": _vm.data,
|
|
38289
|
-
"nowCompId": _vm.nowCompId,
|
|
38290
|
-
"isOpcacity": _vm.isOpcacity,
|
|
38291
|
-
"lang": _vm.lang
|
|
38292
|
-
},
|
|
38293
|
-
on: {
|
|
38294
|
-
"getConfigData": _vm.getConfigData
|
|
38295
|
-
}
|
|
38296
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
38297
|
-
staticClass: "cmhk-home_main"
|
|
38298
|
-
}, [_c('div', {
|
|
38299
|
-
staticClass: "corp-static_wrapper"
|
|
38300
|
-
}, [_c('div', {
|
|
38301
|
-
staticClass: "corp-static_scene_container"
|
|
38302
|
-
}, [_c('ul', {
|
|
38303
|
-
staticClass: "clearfix"
|
|
38304
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
38305
|
-
return _c('li', {
|
|
38306
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
38307
|
-
on: {
|
|
38308
|
-
"click": function ($event) {
|
|
38309
|
-
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
38310
|
-
}
|
|
38311
|
-
}
|
|
38312
|
-
}, [_c('div', {
|
|
38313
|
-
staticClass: "card-shadow"
|
|
38314
|
-
}, [_c('div', {
|
|
38315
|
-
staticClass: "image-desbox_wapper"
|
|
38316
|
-
}, [_c('img', {
|
|
38317
|
-
staticClass: "scene-image",
|
|
38318
|
-
attrs: {
|
|
38319
|
-
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
38320
|
-
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
38321
|
-
}
|
|
38322
|
-
})]), _c('div', {
|
|
38323
|
-
staticClass: "corp-static_scene_content"
|
|
38324
|
-
}, [_c('p', {
|
|
38325
|
-
staticClass: "title"
|
|
38326
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
38327
|
-
staticClass: "des",
|
|
38328
|
-
class: _vm.panelFold ? 'des-more' : ''
|
|
38329
|
-
}, [_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', {
|
|
38330
|
-
staticClass: "crad-more",
|
|
38331
|
-
on: {
|
|
38332
|
-
"click": function ($event) {
|
|
38333
|
-
$event.stopPropagation();
|
|
38334
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38335
|
-
}
|
|
38336
|
-
}
|
|
38337
|
-
}, [_c('span', {
|
|
38338
|
-
directives: [{
|
|
38339
|
-
name: "show",
|
|
38340
|
-
rawName: "v-show",
|
|
38341
|
-
value: _vm.$i18n.locale == 'zh-CN',
|
|
38342
|
-
expression: "$i18n.locale == 'zh-CN'"
|
|
38343
|
-
}]
|
|
38344
|
-
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
38345
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38346
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
38347
|
-
staticClass: "crad-more",
|
|
38348
|
-
on: {
|
|
38349
|
-
"click": function ($event) {
|
|
38350
|
-
$event.stopPropagation();
|
|
38351
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38352
|
-
}
|
|
38353
|
-
}
|
|
38354
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
38355
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38356
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
38357
|
-
staticClass: "crad-more",
|
|
38358
|
-
on: {
|
|
38359
|
-
"click": function ($event) {
|
|
38360
|
-
$event.stopPropagation();
|
|
38361
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38362
|
-
}
|
|
38363
|
-
}
|
|
38364
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
38365
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38366
|
-
})])]) : _vm._e()])])]);
|
|
38367
|
-
}), 0)])])])]);
|
|
38368
|
-
};
|
|
38369
|
-
var staticRenderFns = [];
|
|
38370
|
-
|
|
38371
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
38372
|
-
var baseComp = __webpack_require__(4272);
|
|
38373
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
38374
|
-
var jumpUrl = __webpack_require__(813);
|
|
38375
|
-
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
38376
|
-
var vue_runtime_esm = __webpack_require__(6848);
|
|
38377
|
-
;// ./src/utils/useMobileEffect.js
|
|
38378
|
-
|
|
38379
|
-
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
38380
|
-
const resize = () => {
|
|
38381
|
-
let bodyW = 0;
|
|
38382
|
-
if (document.body) {
|
|
38383
|
-
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
38384
|
-
}
|
|
38385
|
-
if (bodyW < 800) {
|
|
38386
|
-
isMobileHook.value = true;
|
|
38387
|
-
} else {
|
|
38388
|
-
isMobileHook.value = false;
|
|
38389
|
-
}
|
|
38390
|
-
};
|
|
38391
|
-
/* harmony default export */ function useMobileEffect() {
|
|
38392
|
-
(0,vue_runtime_esm.onMounted)(() => {
|
|
38393
|
-
resize();
|
|
38394
|
-
window.addEventListener('resize', resize);
|
|
38395
|
-
});
|
|
38396
|
-
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
38397
|
-
window.removeEventListener('resize', resize);
|
|
38398
|
-
});
|
|
38399
|
-
return {
|
|
38400
|
-
isMobileHook
|
|
38401
|
-
};
|
|
38402
|
-
}
|
|
38403
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
38404
|
-
|
|
38405
|
-
const __default__ = {
|
|
38406
|
-
name: "cms-lineThree",
|
|
38407
|
-
components: {
|
|
38408
|
-
BaseComp: baseComp["default"]
|
|
38409
|
-
},
|
|
38410
|
-
props: {
|
|
38411
|
-
data: {
|
|
38412
|
-
type: Object,
|
|
38413
|
-
default: () => {
|
|
38414
|
-
return {};
|
|
38415
|
-
}
|
|
38416
|
-
},
|
|
38417
|
-
nowCompId: {
|
|
38418
|
-
type: [String, Number],
|
|
38419
|
-
default: ""
|
|
38420
|
-
},
|
|
38421
|
-
isOpcacity: {
|
|
38422
|
-
type: Boolean,
|
|
38423
|
-
default: true
|
|
38424
|
-
},
|
|
38425
|
-
lang: {
|
|
38426
|
-
type: String,
|
|
38427
|
-
default: "zh-HK"
|
|
38428
|
-
}
|
|
38429
|
-
},
|
|
38430
|
-
data() {
|
|
38431
|
-
return {
|
|
38432
|
-
configList: [],
|
|
38433
|
-
panelFold: false
|
|
38434
|
-
};
|
|
38435
|
-
},
|
|
38436
|
-
mounted() {},
|
|
38437
|
-
watch: {},
|
|
38438
|
-
methods: {
|
|
38439
|
-
getConfigData(configData) {
|
|
38440
|
-
this.configList = configData.configList;
|
|
38441
|
-
}
|
|
38442
|
-
}
|
|
38443
|
-
};
|
|
38444
|
-
|
|
38445
|
-
|
|
38446
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38447
|
-
setup(__props) {
|
|
38448
|
-
const {
|
|
38449
|
-
isMobileHook
|
|
38450
|
-
} = useMobileEffect();
|
|
38451
|
-
return {
|
|
38452
|
-
__sfc: true,
|
|
38453
|
-
isMobileHook,
|
|
38454
|
-
BaseComp: baseComp["default"],
|
|
38455
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
38456
|
-
};
|
|
38457
|
-
}
|
|
38458
|
-
}));
|
|
38459
|
-
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
38460
|
-
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
38461
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
38462
|
-
// extracted by mini-css-extract-plugin
|
|
38463
|
-
|
|
38464
|
-
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
38465
|
-
|
|
38466
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
38467
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
38468
|
-
;// ./package/cms-lineThree/View.vue
|
|
38469
|
-
|
|
38470
|
-
|
|
38471
|
-
|
|
38472
|
-
;
|
|
38473
|
-
|
|
38474
|
-
|
|
38475
|
-
/* normalize component */
|
|
38476
|
-
|
|
38477
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
38478
|
-
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
38479
|
-
render,
|
|
38480
|
-
staticRenderFns,
|
|
38481
|
-
false,
|
|
38482
|
-
null,
|
|
38483
|
-
"241e1e5b",
|
|
38484
|
-
null
|
|
38485
|
-
|
|
38486
|
-
)
|
|
38487
|
-
|
|
38488
|
-
/* harmony default export */ var View = (component.exports);
|
|
38489
|
-
|
|
38490
37684
|
/***/ }),
|
|
38491
37685
|
|
|
38492
37686
|
/***/ 4603:
|
|
@@ -38771,7 +37965,7 @@ module.exports = function (object, key, value) {
|
|
|
38771
37965
|
__webpack_require__.r(__webpack_exports__);
|
|
38772
37966
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
38773
37967
|
|
|
38774
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
37968
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5006));
|
|
38775
37969
|
const langData = {
|
|
38776
37970
|
configList: [{
|
|
38777
37971
|
id: Math.random().toString(),
|
|
@@ -39548,6 +38742,200 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADz
|
|
|
39548
38742
|
|
|
39549
38743
|
/***/ }),
|
|
39550
38744
|
|
|
38745
|
+
/***/ 4872:
|
|
38746
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38747
|
+
|
|
38748
|
+
"use strict";
|
|
38749
|
+
// ESM COMPAT FLAG
|
|
38750
|
+
__webpack_require__.r(__webpack_exports__);
|
|
38751
|
+
|
|
38752
|
+
// EXPORTS
|
|
38753
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
38754
|
+
"default": function() { return /* binding */ View; }
|
|
38755
|
+
});
|
|
38756
|
+
|
|
38757
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
38758
|
+
var render = function render() {
|
|
38759
|
+
var _vm$_stableProblemGui;
|
|
38760
|
+
var _vm = this,
|
|
38761
|
+
_c = _vm._self._c;
|
|
38762
|
+
return _c('BaseComp', _vm._b({
|
|
38763
|
+
attrs: {
|
|
38764
|
+
"data": _vm.data,
|
|
38765
|
+
"nowCompId": _vm.nowCompId,
|
|
38766
|
+
"isOpcacity": _vm.isOpcacity,
|
|
38767
|
+
"lang": _vm.lang
|
|
38768
|
+
},
|
|
38769
|
+
on: {
|
|
38770
|
+
"getConfigData": _vm.getConfigData
|
|
38771
|
+
}
|
|
38772
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
38773
|
+
staticClass: "cmhk-home_main"
|
|
38774
|
+
}, [_c('div', {
|
|
38775
|
+
staticClass: "pageCenter"
|
|
38776
|
+
}, [_c('div', {
|
|
38777
|
+
staticClass: "family-problem-guide"
|
|
38778
|
+
}, [_c('div', {
|
|
38779
|
+
staticClass: "tab-header"
|
|
38780
|
+
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
38781
|
+
return _c('li', {
|
|
38782
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
38783
|
+
class: _vm.problemActive == index ? 'active' : '',
|
|
38784
|
+
on: {
|
|
38785
|
+
"click": function ($event) {
|
|
38786
|
+
_vm.problemActive = index;
|
|
38787
|
+
}
|
|
38788
|
+
}
|
|
38789
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
38790
|
+
}), 0)]), _c('div', {
|
|
38791
|
+
staticClass: "tab-body tab-panel_body"
|
|
38792
|
+
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
38793
|
+
return _c('dd', {
|
|
38794
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
38795
|
+
on: {
|
|
38796
|
+
"click": function ($event) {
|
|
38797
|
+
$event.stopPropagation();
|
|
38798
|
+
return _vm.open(item, index, $event);
|
|
38799
|
+
}
|
|
38800
|
+
}
|
|
38801
|
+
}, [_c('div', {
|
|
38802
|
+
staticClass: "body-header"
|
|
38803
|
+
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
38804
|
+
class: !item.status ? '' : 'active'
|
|
38805
|
+
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
38806
|
+
directives: [{
|
|
38807
|
+
name: "show",
|
|
38808
|
+
rawName: "v-show",
|
|
38809
|
+
value: _vm.expend == item.input1 && item.status,
|
|
38810
|
+
expression: "expend == item.input1 && item.status"
|
|
38811
|
+
}],
|
|
38812
|
+
staticClass: "body-main"
|
|
38813
|
+
}, [_c('div', {
|
|
38814
|
+
staticClass: "cms-ht",
|
|
38815
|
+
domProps: {
|
|
38816
|
+
"innerHTML": _vm._s(item.input2)
|
|
38817
|
+
}
|
|
38818
|
+
})])]);
|
|
38819
|
+
}), 0)])])])])]);
|
|
38820
|
+
};
|
|
38821
|
+
var staticRenderFns = [];
|
|
38822
|
+
|
|
38823
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
38824
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
38825
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
38826
|
+
var es_iterator_for_each = __webpack_require__(7588);
|
|
38827
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
38828
|
+
var es_iterator_map = __webpack_require__(1701);
|
|
38829
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
38830
|
+
var baseComp = __webpack_require__(4272);
|
|
38831
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
38832
|
+
|
|
38833
|
+
|
|
38834
|
+
|
|
38835
|
+
|
|
38836
|
+
|
|
38837
|
+
|
|
38838
|
+
|
|
38839
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
38840
|
+
name: "cms-question",
|
|
38841
|
+
components: {
|
|
38842
|
+
BaseComp: baseComp["default"]
|
|
38843
|
+
},
|
|
38844
|
+
props: {
|
|
38845
|
+
data: {
|
|
38846
|
+
type: Object,
|
|
38847
|
+
default: () => {
|
|
38848
|
+
return {};
|
|
38849
|
+
}
|
|
38850
|
+
},
|
|
38851
|
+
nowCompId: {
|
|
38852
|
+
type: [String, Number],
|
|
38853
|
+
default: ""
|
|
38854
|
+
},
|
|
38855
|
+
isOpcacity: {
|
|
38856
|
+
type: Boolean,
|
|
38857
|
+
default: true
|
|
38858
|
+
},
|
|
38859
|
+
lang: {
|
|
38860
|
+
type: String,
|
|
38861
|
+
default: "zh-HK"
|
|
38862
|
+
}
|
|
38863
|
+
},
|
|
38864
|
+
data() {
|
|
38865
|
+
return {
|
|
38866
|
+
configList: [],
|
|
38867
|
+
expend: "",
|
|
38868
|
+
problemActive: 0
|
|
38869
|
+
};
|
|
38870
|
+
},
|
|
38871
|
+
mounted() {},
|
|
38872
|
+
watch: {},
|
|
38873
|
+
methods: {
|
|
38874
|
+
getConfigData(configData) {
|
|
38875
|
+
this.configList = configData.configList;
|
|
38876
|
+
},
|
|
38877
|
+
open(item, index, event) {
|
|
38878
|
+
var _this$configList$this;
|
|
38879
|
+
console.log(event);
|
|
38880
|
+
this.expend = item.input1;
|
|
38881
|
+
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
38882
|
+
var _this$configList$this2;
|
|
38883
|
+
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);
|
|
38884
|
+
});
|
|
38885
|
+
},
|
|
38886
|
+
decodeJumpUrl(url) {
|
|
38887
|
+
if (!url) return;
|
|
38888
|
+
top.location.href = url;
|
|
38889
|
+
}
|
|
38890
|
+
},
|
|
38891
|
+
computed: {
|
|
38892
|
+
_stableProblemGuide() {
|
|
38893
|
+
let res = this.configList || [];
|
|
38894
|
+
return res.map(item => {
|
|
38895
|
+
return {
|
|
38896
|
+
...item,
|
|
38897
|
+
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
38898
|
+
...cur,
|
|
38899
|
+
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
38900
|
+
}))
|
|
38901
|
+
};
|
|
38902
|
+
});
|
|
38903
|
+
}
|
|
38904
|
+
}
|
|
38905
|
+
});
|
|
38906
|
+
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
38907
|
+
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
38908
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
38909
|
+
// extracted by mini-css-extract-plugin
|
|
38910
|
+
|
|
38911
|
+
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=a9cd740c&prod&lang=scss&scoped=true
|
|
38912
|
+
|
|
38913
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
38914
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
38915
|
+
;// ./package/cms-question/View.vue
|
|
38916
|
+
|
|
38917
|
+
|
|
38918
|
+
|
|
38919
|
+
;
|
|
38920
|
+
|
|
38921
|
+
|
|
38922
|
+
/* normalize component */
|
|
38923
|
+
|
|
38924
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
38925
|
+
cms_question_Viewvue_type_script_lang_js,
|
|
38926
|
+
render,
|
|
38927
|
+
staticRenderFns,
|
|
38928
|
+
false,
|
|
38929
|
+
null,
|
|
38930
|
+
"a9cd740c",
|
|
38931
|
+
null
|
|
38932
|
+
|
|
38933
|
+
)
|
|
38934
|
+
|
|
38935
|
+
/* harmony default export */ var View = (component.exports);
|
|
38936
|
+
|
|
38937
|
+
/***/ }),
|
|
38938
|
+
|
|
39551
38939
|
/***/ 4887:
|
|
39552
38940
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
39553
38941
|
|
|
@@ -40071,6 +39459,234 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
40071
39459
|
|
|
40072
39460
|
/***/ }),
|
|
40073
39461
|
|
|
39462
|
+
/***/ 5006:
|
|
39463
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
39464
|
+
|
|
39465
|
+
"use strict";
|
|
39466
|
+
// ESM COMPAT FLAG
|
|
39467
|
+
__webpack_require__.r(__webpack_exports__);
|
|
39468
|
+
|
|
39469
|
+
// EXPORTS
|
|
39470
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
39471
|
+
"default": function() { return /* binding */ View; }
|
|
39472
|
+
});
|
|
39473
|
+
|
|
39474
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
39475
|
+
var render = function render() {
|
|
39476
|
+
var _vm = this,
|
|
39477
|
+
_c = _vm._self._c;
|
|
39478
|
+
return _c('BaseComp', _vm._b({
|
|
39479
|
+
attrs: {
|
|
39480
|
+
"data": _vm.data,
|
|
39481
|
+
"nowCompId": _vm.nowCompId,
|
|
39482
|
+
"isOpcacity": _vm.isOpcacity,
|
|
39483
|
+
"lang": _vm.lang
|
|
39484
|
+
},
|
|
39485
|
+
on: {
|
|
39486
|
+
"getConfigData": _vm.getConfigData
|
|
39487
|
+
}
|
|
39488
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
39489
|
+
ref: "news",
|
|
39490
|
+
staticClass: "cmhk-home_main"
|
|
39491
|
+
}, [_vm.configList.length ? _c('div', {
|
|
39492
|
+
staticClass: "section-body"
|
|
39493
|
+
}, [_c('div', {
|
|
39494
|
+
staticClass: "cmhk-section_corp_news-ser"
|
|
39495
|
+
}, [_c('div', {
|
|
39496
|
+
staticClass: "news-box_container"
|
|
39497
|
+
}, [_c('div', {
|
|
39498
|
+
staticClass: "news-box_swiper",
|
|
39499
|
+
attrs: {
|
|
39500
|
+
"id": `news-swiper${_vm.data.componentId}`
|
|
39501
|
+
}
|
|
39502
|
+
}, [_c('div', {
|
|
39503
|
+
staticClass: "swiper-wrapper"
|
|
39504
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
39505
|
+
return _c('div', {
|
|
39506
|
+
key: `${inx}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
39507
|
+
staticClass: "swiper-slide"
|
|
39508
|
+
}, [_c('div', {
|
|
39509
|
+
staticClass: "new-read_card read-card_bg-wt",
|
|
39510
|
+
on: {
|
|
39511
|
+
"click": function ($event) {
|
|
39512
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
39513
|
+
}
|
|
39514
|
+
}
|
|
39515
|
+
}, [_c('div', {
|
|
39516
|
+
staticClass: "image-desbox_wapper"
|
|
39517
|
+
}, [_c('img', {
|
|
39518
|
+
staticClass: "layout-pc",
|
|
39519
|
+
attrs: {
|
|
39520
|
+
"src": item.uploadImagePC,
|
|
39521
|
+
"alt": item.imagePcATL
|
|
39522
|
+
}
|
|
39523
|
+
}), _c('img', {
|
|
39524
|
+
staticClass: "layout-mobile",
|
|
39525
|
+
attrs: {
|
|
39526
|
+
"src": item.uploadImageH5,
|
|
39527
|
+
"alt": item.imageH5ATL
|
|
39528
|
+
}
|
|
39529
|
+
})]), _c('div', {
|
|
39530
|
+
staticClass: "new-read_card-content"
|
|
39531
|
+
}, [_c('p', {
|
|
39532
|
+
staticClass: "title"
|
|
39533
|
+
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]), _c('p', {
|
|
39534
|
+
staticClass: "time"
|
|
39535
|
+
}, [_vm._v(_vm._s(item.input2))]), item.input3 ? _c('p', {
|
|
39536
|
+
staticClass: "des"
|
|
39537
|
+
}, [_vm._v(_vm._s(item.input3))]) : _vm._e(), item.input4 ? _c('p', {
|
|
39538
|
+
staticClass: "continue-read"
|
|
39539
|
+
}, [_vm._v(" " + _vm._s(item.input4) + " "), _c('i', {
|
|
39540
|
+
staticClass: "el-icon-arrow-right"
|
|
39541
|
+
})]) : _vm._e()])])]);
|
|
39542
|
+
}), 0)]), _vm.configList.length > 3 ? [_c('div', {
|
|
39543
|
+
staticClass: "pag-prev left layout-pc",
|
|
39544
|
+
class: [_vm.swiperNewsIdx > 2 ? 'is-active' : ''],
|
|
39545
|
+
on: {
|
|
39546
|
+
"click": _vm.newsPrev
|
|
39547
|
+
}
|
|
39548
|
+
}, [_c('i', {
|
|
39549
|
+
staticClass: "el-icon-arrow-left"
|
|
39550
|
+
})]), _c('div', {
|
|
39551
|
+
staticClass: "pag-next right layout-pc",
|
|
39552
|
+
class: [_vm.swiperNewsIdx < _vm.configList.length - 1 ? 'is-active' : ''],
|
|
39553
|
+
on: {
|
|
39554
|
+
"click": _vm.newsNext
|
|
39555
|
+
}
|
|
39556
|
+
}, [_c('i', {
|
|
39557
|
+
staticClass: "el-icon-arrow-right"
|
|
39558
|
+
})])] : _vm._e()], 2)])]) : _vm._e()])]);
|
|
39559
|
+
};
|
|
39560
|
+
var staticRenderFns = [];
|
|
39561
|
+
|
|
39562
|
+
// EXTERNAL MODULE: ./src/utils/index.js
|
|
39563
|
+
var utils = __webpack_require__(1996);
|
|
39564
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
39565
|
+
var swiper = __webpack_require__(2791);
|
|
39566
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
39567
|
+
var swiper_esm_bundle = __webpack_require__(4418);
|
|
39568
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
39569
|
+
var baseComp = __webpack_require__(4272);
|
|
39570
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
39571
|
+
|
|
39572
|
+
|
|
39573
|
+
|
|
39574
|
+
|
|
39575
|
+
|
|
39576
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
39577
|
+
name: "cms-threeScroll",
|
|
39578
|
+
components: {
|
|
39579
|
+
BaseComp: baseComp["default"]
|
|
39580
|
+
},
|
|
39581
|
+
props: {
|
|
39582
|
+
data: {
|
|
39583
|
+
type: Object,
|
|
39584
|
+
default: () => {
|
|
39585
|
+
return {};
|
|
39586
|
+
}
|
|
39587
|
+
},
|
|
39588
|
+
nowCompId: {
|
|
39589
|
+
type: [String, Number],
|
|
39590
|
+
default: ""
|
|
39591
|
+
},
|
|
39592
|
+
isOpcacity: {
|
|
39593
|
+
type: Boolean,
|
|
39594
|
+
default: true
|
|
39595
|
+
},
|
|
39596
|
+
lang: {
|
|
39597
|
+
type: String,
|
|
39598
|
+
default: "zh-HK"
|
|
39599
|
+
}
|
|
39600
|
+
},
|
|
39601
|
+
data() {
|
|
39602
|
+
return {
|
|
39603
|
+
configList: [],
|
|
39604
|
+
swiperNewsIdx: 0,
|
|
39605
|
+
newsSwiper: null
|
|
39606
|
+
};
|
|
39607
|
+
},
|
|
39608
|
+
mounted() {
|
|
39609
|
+
const vm = this;
|
|
39610
|
+
this.$nextTick(() => {
|
|
39611
|
+
this.newsSwiper = new swiper_esm_bundle/* default */.A(`#news-swiper${this.data.componentId}`, {
|
|
39612
|
+
autoplay: false,
|
|
39613
|
+
loop: false,
|
|
39614
|
+
// 循环模式选项
|
|
39615
|
+
slidesPerView: (0,utils/* getDevice */.Pf)() !== "mobile" ? 3 : "auto",
|
|
39616
|
+
// spaceBetween: getDevice() !== 'mobile' ? 32 : 16, // 在slide之间设置距离
|
|
39617
|
+
observer: true,
|
|
39618
|
+
observeParents: true,
|
|
39619
|
+
touchMoveStopPropagation: true,
|
|
39620
|
+
on: {
|
|
39621
|
+
slideChangeTransitionEnd: function () {
|
|
39622
|
+
if ((0,utils/* getDevice */.Pf)() !== "mobile") {
|
|
39623
|
+
vm.swiperNewsIdx = this.realIndex + 2;
|
|
39624
|
+
} else {
|
|
39625
|
+
vm.swiperNewsIdx = this.realIndex;
|
|
39626
|
+
}
|
|
39627
|
+
console.log("新闻-当前页最后一个元素下标", vm.swiperNewsIdx);
|
|
39628
|
+
},
|
|
39629
|
+
resize: function () {
|
|
39630
|
+
this.update(true);
|
|
39631
|
+
}
|
|
39632
|
+
}
|
|
39633
|
+
});
|
|
39634
|
+
});
|
|
39635
|
+
},
|
|
39636
|
+
watch: {},
|
|
39637
|
+
methods: {
|
|
39638
|
+
getConfigData(configData) {
|
|
39639
|
+
this.configList = configData.configList;
|
|
39640
|
+
},
|
|
39641
|
+
newsPrev() {
|
|
39642
|
+
if (this.swiperNewsIdx > 2) {
|
|
39643
|
+
this.newsSwiper.slidePrev();
|
|
39644
|
+
}
|
|
39645
|
+
},
|
|
39646
|
+
newsNext() {
|
|
39647
|
+
if (this.swiperNewsIdx < this.configList.length - 1) {
|
|
39648
|
+
this.newsSwiper.slideNext();
|
|
39649
|
+
}
|
|
39650
|
+
},
|
|
39651
|
+
decodeJumpUrl(url) {
|
|
39652
|
+
if (!url) return;
|
|
39653
|
+
top.location.href = url;
|
|
39654
|
+
}
|
|
39655
|
+
}
|
|
39656
|
+
});
|
|
39657
|
+
;// ./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
39658
|
+
/* harmony default export */ var cms_threeScroll_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
39659
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
39660
|
+
// extracted by mini-css-extract-plugin
|
|
39661
|
+
|
|
39662
|
+
;// ./package/cms-threeScroll/View.vue?vue&type=style&index=0&id=04d55a94&prod&lang=scss&scoped=true
|
|
39663
|
+
|
|
39664
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
39665
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
39666
|
+
;// ./package/cms-threeScroll/View.vue
|
|
39667
|
+
|
|
39668
|
+
|
|
39669
|
+
|
|
39670
|
+
;
|
|
39671
|
+
|
|
39672
|
+
|
|
39673
|
+
/* normalize component */
|
|
39674
|
+
|
|
39675
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
39676
|
+
cms_threeScroll_Viewvue_type_script_lang_js,
|
|
39677
|
+
render,
|
|
39678
|
+
staticRenderFns,
|
|
39679
|
+
false,
|
|
39680
|
+
null,
|
|
39681
|
+
"04d55a94",
|
|
39682
|
+
null
|
|
39683
|
+
|
|
39684
|
+
)
|
|
39685
|
+
|
|
39686
|
+
/* harmony default export */ var View = (component.exports);
|
|
39687
|
+
|
|
39688
|
+
/***/ }),
|
|
39689
|
+
|
|
40074
39690
|
/***/ 5024:
|
|
40075
39691
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
40076
39692
|
|
|
@@ -41124,27 +40740,27 @@ var map = {
|
|
|
41124
40740
|
"./cms-column/View.vue": 5519,
|
|
41125
40741
|
"./cms-description/View.vue": 3203,
|
|
41126
40742
|
"./cms-dynamic-comp/View.vue": 2809,
|
|
41127
|
-
"./cms-iconFour/View.vue":
|
|
40743
|
+
"./cms-iconFour/View.vue": 7590,
|
|
41128
40744
|
"./cms-image-group/View.vue": 1243,
|
|
41129
40745
|
"./cms-image/View.vue": 6598,
|
|
41130
|
-
"./cms-imgFour/View.vue":
|
|
41131
|
-
"./cms-lineFive/View.vue":
|
|
40746
|
+
"./cms-imgFour/View.vue": 9484,
|
|
40747
|
+
"./cms-lineFive/View.vue": 792,
|
|
41132
40748
|
"./cms-lineFour/View.vue": 9703,
|
|
41133
|
-
"./cms-lineThree/View.vue":
|
|
41134
|
-
"./cms-lineTwo/View.vue":
|
|
40749
|
+
"./cms-lineThree/View.vue": 5423,
|
|
40750
|
+
"./cms-lineTwo/View.vue": 6257,
|
|
41135
40751
|
"./cms-proCard/View.vue": 7063,
|
|
41136
|
-
"./cms-prodCustomization/View.vue":
|
|
40752
|
+
"./cms-prodCustomization/View.vue": 3053,
|
|
41137
40753
|
"./cms-productDetails/View.vue": 4110,
|
|
41138
|
-
"./cms-question/View.vue":
|
|
40754
|
+
"./cms-question/View.vue": 4872,
|
|
41139
40755
|
"./cms-richText/View.vue": 2851,
|
|
41140
40756
|
"./cms-servePlan-tab/View.vue": 8502,
|
|
41141
|
-
"./cms-servePlan-text/View.vue":
|
|
40757
|
+
"./cms-servePlan-text/View.vue": 7907,
|
|
41142
40758
|
"./cms-tab/View.vue": 4685,
|
|
41143
|
-
"./cms-termsAndConditions/View.vue":
|
|
40759
|
+
"./cms-termsAndConditions/View.vue": 8411,
|
|
41144
40760
|
"./cms-text/View.vue": 7787,
|
|
41145
|
-
"./cms-threeScroll/View.vue":
|
|
41146
|
-
"./cms-titleCenter/View.vue":
|
|
41147
|
-
"./cms-titleLeft/View.vue":
|
|
40761
|
+
"./cms-threeScroll/View.vue": 5006,
|
|
40762
|
+
"./cms-titleCenter/View.vue": 9871,
|
|
40763
|
+
"./cms-titleLeft/View.vue": 2950,
|
|
41148
40764
|
"./cms-via-storedValueCard/View.vue": 8498,
|
|
41149
40765
|
"./cms-video-group/View.vue": 7864,
|
|
41150
40766
|
"./cms-video/View.vue": 2564,
|
|
@@ -41230,146 +40846,6 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
41230
40846
|
|
|
41231
40847
|
/***/ }),
|
|
41232
40848
|
|
|
41233
|
-
/***/ 5314:
|
|
41234
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41235
|
-
|
|
41236
|
-
"use strict";
|
|
41237
|
-
// ESM COMPAT FLAG
|
|
41238
|
-
__webpack_require__.r(__webpack_exports__);
|
|
41239
|
-
|
|
41240
|
-
// EXPORTS
|
|
41241
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
41242
|
-
"default": function() { return /* binding */ View; }
|
|
41243
|
-
});
|
|
41244
|
-
|
|
41245
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
41246
|
-
var render = function render() {
|
|
41247
|
-
var _vm = this,
|
|
41248
|
-
_c = _vm._self._c;
|
|
41249
|
-
return _c('BaseComp', _vm._b({
|
|
41250
|
-
attrs: {
|
|
41251
|
-
"data": _vm.data,
|
|
41252
|
-
"nowCompId": _vm.nowCompId,
|
|
41253
|
-
"isOpcacity": _vm.isOpcacity,
|
|
41254
|
-
"lang": _vm.lang
|
|
41255
|
-
},
|
|
41256
|
-
on: {
|
|
41257
|
-
"getConfigData": _vm.getConfigData
|
|
41258
|
-
}
|
|
41259
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
41260
|
-
staticClass: "cmhk-home_main"
|
|
41261
|
-
}, [_c('div', {
|
|
41262
|
-
staticClass: "scrollCenter"
|
|
41263
|
-
}, [_c('div', {
|
|
41264
|
-
staticClass: "scroll"
|
|
41265
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
41266
|
-
return _c('div', {
|
|
41267
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
41268
|
-
staticClass: "item",
|
|
41269
|
-
staticStyle: {
|
|
41270
|
-
"z-index": "2"
|
|
41271
|
-
}
|
|
41272
|
-
}, [_c('img', {
|
|
41273
|
-
staticClass: "item-img",
|
|
41274
|
-
attrs: {
|
|
41275
|
-
"src": item.uploadImagePC,
|
|
41276
|
-
"alt": item.imagePcATL
|
|
41277
|
-
},
|
|
41278
|
-
on: {
|
|
41279
|
-
"click": function ($event) {
|
|
41280
|
-
return _vm.decodeJumpUrl(item.jumpUrl ? item.jumpUrl : '');
|
|
41281
|
-
}
|
|
41282
|
-
}
|
|
41283
|
-
}), _c('div', {
|
|
41284
|
-
staticClass: "item-title"
|
|
41285
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
41286
|
-
staticClass: "item-desc"
|
|
41287
|
-
}, [_c('span', {
|
|
41288
|
-
staticClass: "v-baseline"
|
|
41289
|
-
}, [_vm._v(_vm._s(item.input2))])])]);
|
|
41290
|
-
}), 0)])])]);
|
|
41291
|
-
};
|
|
41292
|
-
var staticRenderFns = [];
|
|
41293
|
-
|
|
41294
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41295
|
-
var baseComp = __webpack_require__(4272);
|
|
41296
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
41297
|
-
|
|
41298
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
41299
|
-
name: "cms-iconFour",
|
|
41300
|
-
components: {
|
|
41301
|
-
BaseComp: baseComp["default"]
|
|
41302
|
-
},
|
|
41303
|
-
props: {
|
|
41304
|
-
data: {
|
|
41305
|
-
type: Object,
|
|
41306
|
-
default: () => {
|
|
41307
|
-
return {};
|
|
41308
|
-
}
|
|
41309
|
-
},
|
|
41310
|
-
nowCompId: {
|
|
41311
|
-
type: [String, Number],
|
|
41312
|
-
default: ""
|
|
41313
|
-
},
|
|
41314
|
-
isOpcacity: {
|
|
41315
|
-
type: Boolean,
|
|
41316
|
-
default: true
|
|
41317
|
-
},
|
|
41318
|
-
lang: {
|
|
41319
|
-
type: String,
|
|
41320
|
-
default: "zh-HK"
|
|
41321
|
-
}
|
|
41322
|
-
},
|
|
41323
|
-
data() {
|
|
41324
|
-
return {
|
|
41325
|
-
configList: []
|
|
41326
|
-
};
|
|
41327
|
-
},
|
|
41328
|
-
mounted() {},
|
|
41329
|
-
watch: {},
|
|
41330
|
-
methods: {
|
|
41331
|
-
getConfigData(configData) {
|
|
41332
|
-
this.configList = configData.configList;
|
|
41333
|
-
},
|
|
41334
|
-
decodeJumpUrl(url) {
|
|
41335
|
-
if (!url) return;
|
|
41336
|
-
top.location.href = url;
|
|
41337
|
-
}
|
|
41338
|
-
}
|
|
41339
|
-
});
|
|
41340
|
-
;// ./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
41341
|
-
/* harmony default export */ var cms_iconFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
41342
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
41343
|
-
// extracted by mini-css-extract-plugin
|
|
41344
|
-
|
|
41345
|
-
;// ./package/cms-iconFour/View.vue?vue&type=style&index=0&id=692b1e0d&prod&lang=scss&scoped=true
|
|
41346
|
-
|
|
41347
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
41348
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
41349
|
-
;// ./package/cms-iconFour/View.vue
|
|
41350
|
-
|
|
41351
|
-
|
|
41352
|
-
|
|
41353
|
-
;
|
|
41354
|
-
|
|
41355
|
-
|
|
41356
|
-
/* normalize component */
|
|
41357
|
-
|
|
41358
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
41359
|
-
cms_iconFour_Viewvue_type_script_lang_js,
|
|
41360
|
-
render,
|
|
41361
|
-
staticRenderFns,
|
|
41362
|
-
false,
|
|
41363
|
-
null,
|
|
41364
|
-
"692b1e0d",
|
|
41365
|
-
null
|
|
41366
|
-
|
|
41367
|
-
)
|
|
41368
|
-
|
|
41369
|
-
/* harmony default export */ var View = (component.exports);
|
|
41370
|
-
|
|
41371
|
-
/***/ }),
|
|
41372
|
-
|
|
41373
40849
|
/***/ 5335:
|
|
41374
40850
|
/***/ (function(module) {
|
|
41375
40851
|
|
|
@@ -41549,6 +41025,229 @@ module.exports = function (it) {
|
|
|
41549
41025
|
};
|
|
41550
41026
|
|
|
41551
41027
|
|
|
41028
|
+
/***/ }),
|
|
41029
|
+
|
|
41030
|
+
/***/ 5423:
|
|
41031
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41032
|
+
|
|
41033
|
+
"use strict";
|
|
41034
|
+
// ESM COMPAT FLAG
|
|
41035
|
+
__webpack_require__.r(__webpack_exports__);
|
|
41036
|
+
|
|
41037
|
+
// EXPORTS
|
|
41038
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
41039
|
+
"default": function() { return /* binding */ View; }
|
|
41040
|
+
});
|
|
41041
|
+
|
|
41042
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
41043
|
+
var render = function render() {
|
|
41044
|
+
var _vm = this,
|
|
41045
|
+
_c = _vm._self._c,
|
|
41046
|
+
_setup = _vm._self._setupProxy;
|
|
41047
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
41048
|
+
attrs: {
|
|
41049
|
+
"data": _vm.data,
|
|
41050
|
+
"nowCompId": _vm.nowCompId,
|
|
41051
|
+
"isOpcacity": _vm.isOpcacity,
|
|
41052
|
+
"lang": _vm.lang
|
|
41053
|
+
},
|
|
41054
|
+
on: {
|
|
41055
|
+
"getConfigData": _vm.getConfigData
|
|
41056
|
+
}
|
|
41057
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
41058
|
+
staticClass: "cmhk-home_main"
|
|
41059
|
+
}, [_c('div', {
|
|
41060
|
+
staticClass: "corp-static_wrapper"
|
|
41061
|
+
}, [_c('div', {
|
|
41062
|
+
staticClass: "corp-static_scene_container"
|
|
41063
|
+
}, [_c('ul', {
|
|
41064
|
+
staticClass: "clearfix"
|
|
41065
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
41066
|
+
return _c('li', {
|
|
41067
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
41068
|
+
on: {
|
|
41069
|
+
"click": function ($event) {
|
|
41070
|
+
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
41071
|
+
}
|
|
41072
|
+
}
|
|
41073
|
+
}, [_c('div', {
|
|
41074
|
+
staticClass: "card-shadow"
|
|
41075
|
+
}, [_c('div', {
|
|
41076
|
+
staticClass: "image-desbox_wapper"
|
|
41077
|
+
}, [_c('img', {
|
|
41078
|
+
staticClass: "scene-image",
|
|
41079
|
+
attrs: {
|
|
41080
|
+
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
41081
|
+
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
41082
|
+
}
|
|
41083
|
+
})]), _c('div', {
|
|
41084
|
+
staticClass: "corp-static_scene_content"
|
|
41085
|
+
}, [_c('p', {
|
|
41086
|
+
staticClass: "title"
|
|
41087
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
41088
|
+
staticClass: "des",
|
|
41089
|
+
class: _vm.panelFold ? 'des-more' : ''
|
|
41090
|
+
}, [_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', {
|
|
41091
|
+
staticClass: "crad-more",
|
|
41092
|
+
on: {
|
|
41093
|
+
"click": function ($event) {
|
|
41094
|
+
$event.stopPropagation();
|
|
41095
|
+
_vm.panelFold = !_vm.panelFold;
|
|
41096
|
+
}
|
|
41097
|
+
}
|
|
41098
|
+
}, [_c('span', {
|
|
41099
|
+
directives: [{
|
|
41100
|
+
name: "show",
|
|
41101
|
+
rawName: "v-show",
|
|
41102
|
+
value: _vm.$i18n.locale == 'zh-CN',
|
|
41103
|
+
expression: "$i18n.locale == 'zh-CN'"
|
|
41104
|
+
}]
|
|
41105
|
+
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
41106
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
41107
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
41108
|
+
staticClass: "crad-more",
|
|
41109
|
+
on: {
|
|
41110
|
+
"click": function ($event) {
|
|
41111
|
+
$event.stopPropagation();
|
|
41112
|
+
_vm.panelFold = !_vm.panelFold;
|
|
41113
|
+
}
|
|
41114
|
+
}
|
|
41115
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
41116
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
41117
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
41118
|
+
staticClass: "crad-more",
|
|
41119
|
+
on: {
|
|
41120
|
+
"click": function ($event) {
|
|
41121
|
+
$event.stopPropagation();
|
|
41122
|
+
_vm.panelFold = !_vm.panelFold;
|
|
41123
|
+
}
|
|
41124
|
+
}
|
|
41125
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
41126
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
41127
|
+
})])]) : _vm._e()])])]);
|
|
41128
|
+
}), 0)])])])]);
|
|
41129
|
+
};
|
|
41130
|
+
var staticRenderFns = [];
|
|
41131
|
+
|
|
41132
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41133
|
+
var baseComp = __webpack_require__(4272);
|
|
41134
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
41135
|
+
var jumpUrl = __webpack_require__(813);
|
|
41136
|
+
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
41137
|
+
var vue_runtime_esm = __webpack_require__(6848);
|
|
41138
|
+
;// ./src/utils/useMobileEffect.js
|
|
41139
|
+
|
|
41140
|
+
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
41141
|
+
const resize = () => {
|
|
41142
|
+
let bodyW = 0;
|
|
41143
|
+
if (document.body) {
|
|
41144
|
+
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
41145
|
+
}
|
|
41146
|
+
if (bodyW < 800) {
|
|
41147
|
+
isMobileHook.value = true;
|
|
41148
|
+
} else {
|
|
41149
|
+
isMobileHook.value = false;
|
|
41150
|
+
}
|
|
41151
|
+
};
|
|
41152
|
+
/* harmony default export */ function useMobileEffect() {
|
|
41153
|
+
(0,vue_runtime_esm.onMounted)(() => {
|
|
41154
|
+
resize();
|
|
41155
|
+
window.addEventListener('resize', resize);
|
|
41156
|
+
});
|
|
41157
|
+
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
41158
|
+
window.removeEventListener('resize', resize);
|
|
41159
|
+
});
|
|
41160
|
+
return {
|
|
41161
|
+
isMobileHook
|
|
41162
|
+
};
|
|
41163
|
+
}
|
|
41164
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
41165
|
+
|
|
41166
|
+
const __default__ = {
|
|
41167
|
+
name: "cms-lineThree",
|
|
41168
|
+
components: {
|
|
41169
|
+
BaseComp: baseComp["default"]
|
|
41170
|
+
},
|
|
41171
|
+
props: {
|
|
41172
|
+
data: {
|
|
41173
|
+
type: Object,
|
|
41174
|
+
default: () => {
|
|
41175
|
+
return {};
|
|
41176
|
+
}
|
|
41177
|
+
},
|
|
41178
|
+
nowCompId: {
|
|
41179
|
+
type: [String, Number],
|
|
41180
|
+
default: ""
|
|
41181
|
+
},
|
|
41182
|
+
isOpcacity: {
|
|
41183
|
+
type: Boolean,
|
|
41184
|
+
default: true
|
|
41185
|
+
},
|
|
41186
|
+
lang: {
|
|
41187
|
+
type: String,
|
|
41188
|
+
default: "zh-HK"
|
|
41189
|
+
}
|
|
41190
|
+
},
|
|
41191
|
+
data() {
|
|
41192
|
+
return {
|
|
41193
|
+
configList: [],
|
|
41194
|
+
panelFold: false
|
|
41195
|
+
};
|
|
41196
|
+
},
|
|
41197
|
+
mounted() {},
|
|
41198
|
+
watch: {},
|
|
41199
|
+
methods: {
|
|
41200
|
+
getConfigData(configData) {
|
|
41201
|
+
this.configList = configData.configList;
|
|
41202
|
+
}
|
|
41203
|
+
}
|
|
41204
|
+
};
|
|
41205
|
+
|
|
41206
|
+
|
|
41207
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
41208
|
+
setup(__props) {
|
|
41209
|
+
const {
|
|
41210
|
+
isMobileHook
|
|
41211
|
+
} = useMobileEffect();
|
|
41212
|
+
return {
|
|
41213
|
+
__sfc: true,
|
|
41214
|
+
isMobileHook,
|
|
41215
|
+
BaseComp: baseComp["default"],
|
|
41216
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
41217
|
+
};
|
|
41218
|
+
}
|
|
41219
|
+
}));
|
|
41220
|
+
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
41221
|
+
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
41222
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
41223
|
+
// extracted by mini-css-extract-plugin
|
|
41224
|
+
|
|
41225
|
+
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=a822c0de&prod&lang=scss&scoped=true
|
|
41226
|
+
|
|
41227
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
41228
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
41229
|
+
;// ./package/cms-lineThree/View.vue
|
|
41230
|
+
|
|
41231
|
+
|
|
41232
|
+
|
|
41233
|
+
;
|
|
41234
|
+
|
|
41235
|
+
|
|
41236
|
+
/* normalize component */
|
|
41237
|
+
|
|
41238
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
41239
|
+
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
41240
|
+
render,
|
|
41241
|
+
staticRenderFns,
|
|
41242
|
+
false,
|
|
41243
|
+
null,
|
|
41244
|
+
"a822c0de",
|
|
41245
|
+
null
|
|
41246
|
+
|
|
41247
|
+
)
|
|
41248
|
+
|
|
41249
|
+
/* harmony default export */ var View = (component.exports);
|
|
41250
|
+
|
|
41552
41251
|
/***/ }),
|
|
41553
41252
|
|
|
41554
41253
|
/***/ 5519:
|
|
@@ -42796,6 +42495,152 @@ module.exports = function (obj) {
|
|
|
42796
42495
|
};
|
|
42797
42496
|
|
|
42798
42497
|
|
|
42498
|
+
/***/ }),
|
|
42499
|
+
|
|
42500
|
+
/***/ 6257:
|
|
42501
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
42502
|
+
|
|
42503
|
+
"use strict";
|
|
42504
|
+
// ESM COMPAT FLAG
|
|
42505
|
+
__webpack_require__.r(__webpack_exports__);
|
|
42506
|
+
|
|
42507
|
+
// EXPORTS
|
|
42508
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
42509
|
+
"default": function() { return /* binding */ View; }
|
|
42510
|
+
});
|
|
42511
|
+
|
|
42512
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=template&id=3ecc63be&scoped=true
|
|
42513
|
+
var render = function render() {
|
|
42514
|
+
var _vm = this,
|
|
42515
|
+
_c = _vm._self._c;
|
|
42516
|
+
return _c('BaseComp', _vm._b({
|
|
42517
|
+
attrs: {
|
|
42518
|
+
"data": _vm.data,
|
|
42519
|
+
"nowCompId": _vm.nowCompId,
|
|
42520
|
+
"isOpcacity": _vm.isOpcacity,
|
|
42521
|
+
"lang": _vm.lang
|
|
42522
|
+
},
|
|
42523
|
+
on: {
|
|
42524
|
+
"getConfigData": _vm.getConfigData
|
|
42525
|
+
}
|
|
42526
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
42527
|
+
staticClass: "cmhk-home_main"
|
|
42528
|
+
}, [_c('div', {
|
|
42529
|
+
staticClass: "dataTransferTips"
|
|
42530
|
+
}, [_c('div', {
|
|
42531
|
+
staticClass: "pageCenter"
|
|
42532
|
+
}, [_c('div', {
|
|
42533
|
+
staticClass: "tab"
|
|
42534
|
+
}, [_c('div', {
|
|
42535
|
+
staticClass: "main"
|
|
42536
|
+
}, [_c('div', {
|
|
42537
|
+
staticClass: "tpl-marketingnew-activity"
|
|
42538
|
+
}, [_c('div', {
|
|
42539
|
+
staticClass: "marketingnew_activity"
|
|
42540
|
+
}, [_c('div', {
|
|
42541
|
+
staticClass: "marketingnew_activity_list common_width_container"
|
|
42542
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
42543
|
+
return _c('div', {
|
|
42544
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
42545
|
+
staticClass: "activity_item activity_link_item"
|
|
42546
|
+
}, [_c('div', {
|
|
42547
|
+
staticClass: "activity_item_img"
|
|
42548
|
+
}, [_c('a', {
|
|
42549
|
+
attrs: {
|
|
42550
|
+
"href": item.jumpUrl,
|
|
42551
|
+
"target": "_blank"
|
|
42552
|
+
}
|
|
42553
|
+
}, [_c('img', {
|
|
42554
|
+
staticClass: "pc-show",
|
|
42555
|
+
attrs: {
|
|
42556
|
+
"src": item.uploadImagePC,
|
|
42557
|
+
"alt": item.imagePcATL
|
|
42558
|
+
}
|
|
42559
|
+
}), _c('img', {
|
|
42560
|
+
staticClass: "mobile-show",
|
|
42561
|
+
attrs: {
|
|
42562
|
+
"src": item.uploadImageH5,
|
|
42563
|
+
"alt": item.imageH5ATL
|
|
42564
|
+
}
|
|
42565
|
+
})])]), _c('p', {
|
|
42566
|
+
staticClass: "activity_item_text"
|
|
42567
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")])]);
|
|
42568
|
+
}), 0)])])])])])])])]);
|
|
42569
|
+
};
|
|
42570
|
+
var staticRenderFns = [];
|
|
42571
|
+
|
|
42572
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
42573
|
+
var baseComp = __webpack_require__(4272);
|
|
42574
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
42575
|
+
|
|
42576
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
42577
|
+
name: "cms-lineTwo",
|
|
42578
|
+
components: {
|
|
42579
|
+
BaseComp: baseComp["default"]
|
|
42580
|
+
},
|
|
42581
|
+
props: {
|
|
42582
|
+
data: {
|
|
42583
|
+
type: Object,
|
|
42584
|
+
default: () => {
|
|
42585
|
+
return {};
|
|
42586
|
+
}
|
|
42587
|
+
},
|
|
42588
|
+
nowCompId: {
|
|
42589
|
+
type: [String, Number],
|
|
42590
|
+
default: ""
|
|
42591
|
+
},
|
|
42592
|
+
isOpcacity: {
|
|
42593
|
+
type: Boolean,
|
|
42594
|
+
default: true
|
|
42595
|
+
},
|
|
42596
|
+
lang: {
|
|
42597
|
+
type: String,
|
|
42598
|
+
default: "zh-HK"
|
|
42599
|
+
}
|
|
42600
|
+
},
|
|
42601
|
+
data() {
|
|
42602
|
+
return {
|
|
42603
|
+
configList: []
|
|
42604
|
+
};
|
|
42605
|
+
},
|
|
42606
|
+
mounted() {},
|
|
42607
|
+
methods: {
|
|
42608
|
+
getConfigData(configData) {
|
|
42609
|
+
this.configList = configData.configList;
|
|
42610
|
+
}
|
|
42611
|
+
}
|
|
42612
|
+
});
|
|
42613
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
42614
|
+
/* harmony default export */ var cms_lineTwo_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
42615
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=3ecc63be&prod&lang=scss&scoped=true
|
|
42616
|
+
// extracted by mini-css-extract-plugin
|
|
42617
|
+
|
|
42618
|
+
;// ./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=3ecc63be&prod&lang=scss&scoped=true
|
|
42619
|
+
|
|
42620
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
42621
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
42622
|
+
;// ./package/cms-lineTwo/View.vue
|
|
42623
|
+
|
|
42624
|
+
|
|
42625
|
+
|
|
42626
|
+
;
|
|
42627
|
+
|
|
42628
|
+
|
|
42629
|
+
/* normalize component */
|
|
42630
|
+
|
|
42631
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
42632
|
+
cms_lineTwo_Viewvue_type_script_lang_js,
|
|
42633
|
+
render,
|
|
42634
|
+
staticRenderFns,
|
|
42635
|
+
false,
|
|
42636
|
+
null,
|
|
42637
|
+
"3ecc63be",
|
|
42638
|
+
null
|
|
42639
|
+
|
|
42640
|
+
)
|
|
42641
|
+
|
|
42642
|
+
/* harmony default export */ var View = (component.exports);
|
|
42643
|
+
|
|
42799
42644
|
/***/ }),
|
|
42800
42645
|
|
|
42801
42646
|
/***/ 6269:
|
|
@@ -42928,7 +42773,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42928
42773
|
__webpack_require__.r(__webpack_exports__);
|
|
42929
42774
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
42930
42775
|
|
|
42931
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
42776
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7907));
|
|
42932
42777
|
const langData = {
|
|
42933
42778
|
input1: "描述",
|
|
42934
42779
|
input2: "标题",
|
|
@@ -43646,7 +43491,7 @@ module.exports = function (object, key, method) {
|
|
|
43646
43491
|
__webpack_require__.r(__webpack_exports__);
|
|
43647
43492
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
43648
43493
|
|
|
43649
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
43494
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 792));
|
|
43650
43495
|
const langData = {
|
|
43651
43496
|
configList: [{
|
|
43652
43497
|
id: Math.random().toString(),
|
|
@@ -53119,10 +52964,18 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
53119
52964
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
53120
52965
|
|
|
53121
52966
|
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9062));
|
|
53122
|
-
const
|
|
53123
|
-
|
|
52967
|
+
const getTodayDate = () => {
|
|
52968
|
+
const today = new Date();
|
|
52969
|
+
const year = today.getFullYear();
|
|
52970
|
+
const month = `${today.getMonth() + 1}`.padStart(2, "0");
|
|
52971
|
+
const date = `${today.getDate()}`.padStart(2, "0");
|
|
52972
|
+
return `${year}-${month}-${date}`;
|
|
52973
|
+
};
|
|
52974
|
+
const getDefaultLangData = () => ({
|
|
52975
|
+
startTime: getTodayDate(),
|
|
53124
52976
|
endTime: "2098-01-01"
|
|
53125
|
-
};
|
|
52977
|
+
});
|
|
52978
|
+
const langData = getDefaultLangData();
|
|
53126
52979
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
53127
52980
|
startTime: {
|
|
53128
52981
|
label: "开始时间",
|
|
@@ -53146,7 +52999,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
53146
52999
|
settings: cmsCompName => {
|
|
53147
53000
|
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
53148
53001
|
cmsCompName,
|
|
53149
|
-
langData,
|
|
53002
|
+
langData: getDefaultLangData(),
|
|
53150
53003
|
isLangAll: true
|
|
53151
53004
|
});
|
|
53152
53005
|
}
|
|
@@ -53206,7 +53059,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
53206
53059
|
__webpack_require__.r(__webpack_exports__);
|
|
53207
53060
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
53208
53061
|
|
|
53209
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
53062
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5423));
|
|
53210
53063
|
const langData = {
|
|
53211
53064
|
configList: [{
|
|
53212
53065
|
id: Math.random().toString(),
|
|
@@ -53384,120 +53237,6 @@ module.exports = ArrayBuffer && uncurryThisAccessor(ArrayBuffer.prototype, 'byte
|
|
|
53384
53237
|
};
|
|
53385
53238
|
|
|
53386
53239
|
|
|
53387
|
-
/***/ }),
|
|
53388
|
-
|
|
53389
|
-
/***/ 7454:
|
|
53390
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
53391
|
-
|
|
53392
|
-
"use strict";
|
|
53393
|
-
// ESM COMPAT FLAG
|
|
53394
|
-
__webpack_require__.r(__webpack_exports__);
|
|
53395
|
-
|
|
53396
|
-
// EXPORTS
|
|
53397
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
53398
|
-
"default": function() { return /* binding */ View; }
|
|
53399
|
-
});
|
|
53400
|
-
|
|
53401
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=template&id=a36f7d16&scoped=true
|
|
53402
|
-
var render = function render() {
|
|
53403
|
-
var _vm = this,
|
|
53404
|
-
_c = _vm._self._c;
|
|
53405
|
-
return _c('BaseComp', _vm._b({
|
|
53406
|
-
attrs: {
|
|
53407
|
-
"data": _vm.data,
|
|
53408
|
-
"nowCompId": _vm.nowCompId,
|
|
53409
|
-
"isOpcacity": _vm.isOpcacity,
|
|
53410
|
-
"lang": _vm.lang
|
|
53411
|
-
},
|
|
53412
|
-
on: {
|
|
53413
|
-
"getConfigData": _vm.getConfigData
|
|
53414
|
-
}
|
|
53415
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
53416
|
-
staticClass: "section-head"
|
|
53417
|
-
}, [_c('div', {
|
|
53418
|
-
staticClass: "cmhk-home_main"
|
|
53419
|
-
}, [_c('p', {
|
|
53420
|
-
staticClass: "title"
|
|
53421
|
-
}, [_c('span', {
|
|
53422
|
-
staticClass: "main"
|
|
53423
|
-
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
53424
|
-
staticClass: "subtitle"
|
|
53425
|
-
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
53426
|
-
};
|
|
53427
|
-
var staticRenderFns = [];
|
|
53428
|
-
|
|
53429
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
53430
|
-
var baseComp = __webpack_require__(4272);
|
|
53431
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
53432
|
-
|
|
53433
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
53434
|
-
name: "cms-titleCenter",
|
|
53435
|
-
components: {
|
|
53436
|
-
BaseComp: baseComp["default"]
|
|
53437
|
-
},
|
|
53438
|
-
props: {
|
|
53439
|
-
data: {
|
|
53440
|
-
type: Object,
|
|
53441
|
-
default: () => {
|
|
53442
|
-
return {};
|
|
53443
|
-
}
|
|
53444
|
-
},
|
|
53445
|
-
nowCompId: {
|
|
53446
|
-
type: [String, Number],
|
|
53447
|
-
default: ""
|
|
53448
|
-
},
|
|
53449
|
-
isOpcacity: {
|
|
53450
|
-
type: Boolean,
|
|
53451
|
-
default: true
|
|
53452
|
-
},
|
|
53453
|
-
lang: {
|
|
53454
|
-
type: String,
|
|
53455
|
-
default: "zh-HK"
|
|
53456
|
-
}
|
|
53457
|
-
},
|
|
53458
|
-
data() {
|
|
53459
|
-
return {
|
|
53460
|
-
configData: {}
|
|
53461
|
-
};
|
|
53462
|
-
},
|
|
53463
|
-
mounted() {},
|
|
53464
|
-
methods: {
|
|
53465
|
-
getConfigData(configData) {
|
|
53466
|
-
this.configData = configData;
|
|
53467
|
-
}
|
|
53468
|
-
}
|
|
53469
|
-
});
|
|
53470
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
53471
|
-
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
53472
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=a36f7d16&prod&scoped=true&lang=scss
|
|
53473
|
-
// extracted by mini-css-extract-plugin
|
|
53474
|
-
|
|
53475
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=a36f7d16&prod&scoped=true&lang=scss
|
|
53476
|
-
|
|
53477
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
53478
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
53479
|
-
;// ./package/cms-titleCenter/View.vue
|
|
53480
|
-
|
|
53481
|
-
|
|
53482
|
-
|
|
53483
|
-
;
|
|
53484
|
-
|
|
53485
|
-
|
|
53486
|
-
/* normalize component */
|
|
53487
|
-
|
|
53488
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
53489
|
-
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
53490
|
-
render,
|
|
53491
|
-
staticRenderFns,
|
|
53492
|
-
false,
|
|
53493
|
-
null,
|
|
53494
|
-
"a36f7d16",
|
|
53495
|
-
null
|
|
53496
|
-
|
|
53497
|
-
)
|
|
53498
|
-
|
|
53499
|
-
/* harmony default export */ var View = (component.exports);
|
|
53500
|
-
|
|
53501
53240
|
/***/ }),
|
|
53502
53241
|
|
|
53503
53242
|
/***/ 7467:
|
|
@@ -53612,6 +53351,146 @@ $({ target: 'Iterator', proto: true, real: true }, {
|
|
|
53612
53351
|
});
|
|
53613
53352
|
|
|
53614
53353
|
|
|
53354
|
+
/***/ }),
|
|
53355
|
+
|
|
53356
|
+
/***/ 7590:
|
|
53357
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
53358
|
+
|
|
53359
|
+
"use strict";
|
|
53360
|
+
// ESM COMPAT FLAG
|
|
53361
|
+
__webpack_require__.r(__webpack_exports__);
|
|
53362
|
+
|
|
53363
|
+
// EXPORTS
|
|
53364
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
53365
|
+
"default": function() { return /* binding */ View; }
|
|
53366
|
+
});
|
|
53367
|
+
|
|
53368
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
53369
|
+
var render = function render() {
|
|
53370
|
+
var _vm = this,
|
|
53371
|
+
_c = _vm._self._c;
|
|
53372
|
+
return _c('BaseComp', _vm._b({
|
|
53373
|
+
attrs: {
|
|
53374
|
+
"data": _vm.data,
|
|
53375
|
+
"nowCompId": _vm.nowCompId,
|
|
53376
|
+
"isOpcacity": _vm.isOpcacity,
|
|
53377
|
+
"lang": _vm.lang
|
|
53378
|
+
},
|
|
53379
|
+
on: {
|
|
53380
|
+
"getConfigData": _vm.getConfigData
|
|
53381
|
+
}
|
|
53382
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
53383
|
+
staticClass: "cmhk-home_main"
|
|
53384
|
+
}, [_c('div', {
|
|
53385
|
+
staticClass: "scrollCenter"
|
|
53386
|
+
}, [_c('div', {
|
|
53387
|
+
staticClass: "scroll"
|
|
53388
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
53389
|
+
return _c('div', {
|
|
53390
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
53391
|
+
staticClass: "item",
|
|
53392
|
+
staticStyle: {
|
|
53393
|
+
"z-index": "2"
|
|
53394
|
+
}
|
|
53395
|
+
}, [_c('img', {
|
|
53396
|
+
staticClass: "item-img",
|
|
53397
|
+
attrs: {
|
|
53398
|
+
"src": item.uploadImagePC,
|
|
53399
|
+
"alt": item.imagePcATL
|
|
53400
|
+
},
|
|
53401
|
+
on: {
|
|
53402
|
+
"click": function ($event) {
|
|
53403
|
+
return _vm.decodeJumpUrl(item.jumpUrl ? item.jumpUrl : '');
|
|
53404
|
+
}
|
|
53405
|
+
}
|
|
53406
|
+
}), _c('div', {
|
|
53407
|
+
staticClass: "item-title"
|
|
53408
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
53409
|
+
staticClass: "item-desc"
|
|
53410
|
+
}, [_c('span', {
|
|
53411
|
+
staticClass: "v-baseline"
|
|
53412
|
+
}, [_vm._v(_vm._s(item.input2))])])]);
|
|
53413
|
+
}), 0)])])]);
|
|
53414
|
+
};
|
|
53415
|
+
var staticRenderFns = [];
|
|
53416
|
+
|
|
53417
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
53418
|
+
var baseComp = __webpack_require__(4272);
|
|
53419
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
53420
|
+
|
|
53421
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
53422
|
+
name: "cms-iconFour",
|
|
53423
|
+
components: {
|
|
53424
|
+
BaseComp: baseComp["default"]
|
|
53425
|
+
},
|
|
53426
|
+
props: {
|
|
53427
|
+
data: {
|
|
53428
|
+
type: Object,
|
|
53429
|
+
default: () => {
|
|
53430
|
+
return {};
|
|
53431
|
+
}
|
|
53432
|
+
},
|
|
53433
|
+
nowCompId: {
|
|
53434
|
+
type: [String, Number],
|
|
53435
|
+
default: ""
|
|
53436
|
+
},
|
|
53437
|
+
isOpcacity: {
|
|
53438
|
+
type: Boolean,
|
|
53439
|
+
default: true
|
|
53440
|
+
},
|
|
53441
|
+
lang: {
|
|
53442
|
+
type: String,
|
|
53443
|
+
default: "zh-HK"
|
|
53444
|
+
}
|
|
53445
|
+
},
|
|
53446
|
+
data() {
|
|
53447
|
+
return {
|
|
53448
|
+
configList: []
|
|
53449
|
+
};
|
|
53450
|
+
},
|
|
53451
|
+
mounted() {},
|
|
53452
|
+
watch: {},
|
|
53453
|
+
methods: {
|
|
53454
|
+
getConfigData(configData) {
|
|
53455
|
+
this.configList = configData.configList;
|
|
53456
|
+
},
|
|
53457
|
+
decodeJumpUrl(url) {
|
|
53458
|
+
if (!url) return;
|
|
53459
|
+
top.location.href = url;
|
|
53460
|
+
}
|
|
53461
|
+
}
|
|
53462
|
+
});
|
|
53463
|
+
;// ./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
53464
|
+
/* harmony default export */ var cms_iconFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
53465
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
53466
|
+
// extracted by mini-css-extract-plugin
|
|
53467
|
+
|
|
53468
|
+
;// ./package/cms-iconFour/View.vue?vue&type=style&index=0&id=26a3a996&prod&lang=scss&scoped=true
|
|
53469
|
+
|
|
53470
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
53471
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
53472
|
+
;// ./package/cms-iconFour/View.vue
|
|
53473
|
+
|
|
53474
|
+
|
|
53475
|
+
|
|
53476
|
+
;
|
|
53477
|
+
|
|
53478
|
+
|
|
53479
|
+
/* normalize component */
|
|
53480
|
+
|
|
53481
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
53482
|
+
cms_iconFour_Viewvue_type_script_lang_js,
|
|
53483
|
+
render,
|
|
53484
|
+
staticRenderFns,
|
|
53485
|
+
false,
|
|
53486
|
+
null,
|
|
53487
|
+
"26a3a996",
|
|
53488
|
+
null
|
|
53489
|
+
|
|
53490
|
+
)
|
|
53491
|
+
|
|
53492
|
+
/* harmony default export */ var View = (component.exports);
|
|
53493
|
+
|
|
53615
53494
|
/***/ }),
|
|
53616
53495
|
|
|
53617
53496
|
/***/ 7616:
|
|
@@ -54364,7 +54243,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
54364
54243
|
__webpack_require__.r(__webpack_exports__);
|
|
54365
54244
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
54366
54245
|
|
|
54367
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
54246
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 2950));
|
|
54368
54247
|
const langData = {
|
|
54369
54248
|
title1: "标题",
|
|
54370
54249
|
title2: "副标题",
|
|
@@ -54473,152 +54352,6 @@ module.exports = Math.round;
|
|
|
54473
54352
|
|
|
54474
54353
|
/***/ }),
|
|
54475
54354
|
|
|
54476
|
-
/***/ 7862:
|
|
54477
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
54478
|
-
|
|
54479
|
-
"use strict";
|
|
54480
|
-
// ESM COMPAT FLAG
|
|
54481
|
-
__webpack_require__.r(__webpack_exports__);
|
|
54482
|
-
|
|
54483
|
-
// EXPORTS
|
|
54484
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54485
|
-
"default": function() { return /* binding */ View; }
|
|
54486
|
-
});
|
|
54487
|
-
|
|
54488
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=template&id=790084d2&scoped=true
|
|
54489
|
-
var render = function render() {
|
|
54490
|
-
var _vm = this,
|
|
54491
|
-
_c = _vm._self._c;
|
|
54492
|
-
return _c('BaseComp', _vm._b({
|
|
54493
|
-
attrs: {
|
|
54494
|
-
"data": _vm.data,
|
|
54495
|
-
"nowCompId": _vm.nowCompId,
|
|
54496
|
-
"isOpcacity": _vm.isOpcacity,
|
|
54497
|
-
"lang": _vm.lang
|
|
54498
|
-
},
|
|
54499
|
-
on: {
|
|
54500
|
-
"getConfigData": _vm.getConfigData
|
|
54501
|
-
}
|
|
54502
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
54503
|
-
staticClass: "cmhk-home_main"
|
|
54504
|
-
}, [_c('div', {
|
|
54505
|
-
staticClass: "dataTransferTips"
|
|
54506
|
-
}, [_c('div', {
|
|
54507
|
-
staticClass: "pageCenter"
|
|
54508
|
-
}, [_c('div', {
|
|
54509
|
-
staticClass: "tab"
|
|
54510
|
-
}, [_c('div', {
|
|
54511
|
-
staticClass: "main"
|
|
54512
|
-
}, [_c('div', {
|
|
54513
|
-
staticClass: "tpl-marketingnew-activity"
|
|
54514
|
-
}, [_c('div', {
|
|
54515
|
-
staticClass: "marketingnew_activity"
|
|
54516
|
-
}, [_c('div', {
|
|
54517
|
-
staticClass: "marketingnew_activity_list common_width_container"
|
|
54518
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
54519
|
-
return _c('div', {
|
|
54520
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
54521
|
-
staticClass: "activity_item activity_link_item"
|
|
54522
|
-
}, [_c('div', {
|
|
54523
|
-
staticClass: "activity_item_img"
|
|
54524
|
-
}, [_c('a', {
|
|
54525
|
-
attrs: {
|
|
54526
|
-
"href": item.jumpUrl,
|
|
54527
|
-
"target": "_blank"
|
|
54528
|
-
}
|
|
54529
|
-
}, [_c('img', {
|
|
54530
|
-
staticClass: "pc-show",
|
|
54531
|
-
attrs: {
|
|
54532
|
-
"src": item.uploadImagePC,
|
|
54533
|
-
"alt": item.imagePcATL
|
|
54534
|
-
}
|
|
54535
|
-
}), _c('img', {
|
|
54536
|
-
staticClass: "mobile-show",
|
|
54537
|
-
attrs: {
|
|
54538
|
-
"src": item.uploadImageH5,
|
|
54539
|
-
"alt": item.imageH5ATL
|
|
54540
|
-
}
|
|
54541
|
-
})])]), _c('p', {
|
|
54542
|
-
staticClass: "activity_item_text"
|
|
54543
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")])]);
|
|
54544
|
-
}), 0)])])])])])])])]);
|
|
54545
|
-
};
|
|
54546
|
-
var staticRenderFns = [];
|
|
54547
|
-
|
|
54548
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
54549
|
-
var baseComp = __webpack_require__(4272);
|
|
54550
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
54551
|
-
|
|
54552
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
54553
|
-
name: "cms-lineTwo",
|
|
54554
|
-
components: {
|
|
54555
|
-
BaseComp: baseComp["default"]
|
|
54556
|
-
},
|
|
54557
|
-
props: {
|
|
54558
|
-
data: {
|
|
54559
|
-
type: Object,
|
|
54560
|
-
default: () => {
|
|
54561
|
-
return {};
|
|
54562
|
-
}
|
|
54563
|
-
},
|
|
54564
|
-
nowCompId: {
|
|
54565
|
-
type: [String, Number],
|
|
54566
|
-
default: ""
|
|
54567
|
-
},
|
|
54568
|
-
isOpcacity: {
|
|
54569
|
-
type: Boolean,
|
|
54570
|
-
default: true
|
|
54571
|
-
},
|
|
54572
|
-
lang: {
|
|
54573
|
-
type: String,
|
|
54574
|
-
default: "zh-HK"
|
|
54575
|
-
}
|
|
54576
|
-
},
|
|
54577
|
-
data() {
|
|
54578
|
-
return {
|
|
54579
|
-
configList: []
|
|
54580
|
-
};
|
|
54581
|
-
},
|
|
54582
|
-
mounted() {},
|
|
54583
|
-
methods: {
|
|
54584
|
-
getConfigData(configData) {
|
|
54585
|
-
this.configList = configData.configList;
|
|
54586
|
-
}
|
|
54587
|
-
}
|
|
54588
|
-
});
|
|
54589
|
-
;// ./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
54590
|
-
/* harmony default export */ var cms_lineTwo_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
54591
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=790084d2&prod&lang=scss&scoped=true
|
|
54592
|
-
// extracted by mini-css-extract-plugin
|
|
54593
|
-
|
|
54594
|
-
;// ./package/cms-lineTwo/View.vue?vue&type=style&index=0&id=790084d2&prod&lang=scss&scoped=true
|
|
54595
|
-
|
|
54596
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
54597
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
54598
|
-
;// ./package/cms-lineTwo/View.vue
|
|
54599
|
-
|
|
54600
|
-
|
|
54601
|
-
|
|
54602
|
-
;
|
|
54603
|
-
|
|
54604
|
-
|
|
54605
|
-
/* normalize component */
|
|
54606
|
-
|
|
54607
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
54608
|
-
cms_lineTwo_Viewvue_type_script_lang_js,
|
|
54609
|
-
render,
|
|
54610
|
-
staticRenderFns,
|
|
54611
|
-
false,
|
|
54612
|
-
null,
|
|
54613
|
-
"790084d2",
|
|
54614
|
-
null
|
|
54615
|
-
|
|
54616
|
-
)
|
|
54617
|
-
|
|
54618
|
-
/* harmony default export */ var View = (component.exports);
|
|
54619
|
-
|
|
54620
|
-
/***/ }),
|
|
54621
|
-
|
|
54622
54355
|
/***/ 7864:
|
|
54623
54356
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
54624
54357
|
|
|
@@ -55156,6 +54889,141 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
55156
54889
|
|
|
55157
54890
|
/***/ }),
|
|
55158
54891
|
|
|
54892
|
+
/***/ 7907:
|
|
54893
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
54894
|
+
|
|
54895
|
+
"use strict";
|
|
54896
|
+
// ESM COMPAT FLAG
|
|
54897
|
+
__webpack_require__.r(__webpack_exports__);
|
|
54898
|
+
|
|
54899
|
+
// EXPORTS
|
|
54900
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
54901
|
+
"default": function() { return /* binding */ View; }
|
|
54902
|
+
});
|
|
54903
|
+
|
|
54904
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
54905
|
+
var render = function render() {
|
|
54906
|
+
var _vm = this,
|
|
54907
|
+
_c = _vm._self._c;
|
|
54908
|
+
return _c('BaseComp', _vm._b({
|
|
54909
|
+
attrs: {
|
|
54910
|
+
"data": _vm.data,
|
|
54911
|
+
"nowCompId": _vm.nowCompId,
|
|
54912
|
+
"isOpcacity": _vm.isOpcacity,
|
|
54913
|
+
"lang": _vm.lang
|
|
54914
|
+
},
|
|
54915
|
+
on: {
|
|
54916
|
+
"getConfigData": _vm.getConfigData
|
|
54917
|
+
}
|
|
54918
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
54919
|
+
staticClass: "cmhk-home cms-servePlan-text"
|
|
54920
|
+
}, [_c('div', {
|
|
54921
|
+
staticClass: "sp-custombg"
|
|
54922
|
+
}, [_c('div', {
|
|
54923
|
+
staticClass: "adjust-partheader"
|
|
54924
|
+
}, [_c('section', {
|
|
54925
|
+
staticClass: "cmhk-home_main"
|
|
54926
|
+
}, [_c('div', {
|
|
54927
|
+
class: ['cmhk-partheader']
|
|
54928
|
+
}, [_c('div', {
|
|
54929
|
+
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
54930
|
+
}, [_c('p', {
|
|
54931
|
+
staticClass: "part-header_title"
|
|
54932
|
+
}, [_c('span', {
|
|
54933
|
+
class: ['highlight']
|
|
54934
|
+
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
54935
|
+
staticClass: "part-header_lf layout-pc"
|
|
54936
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
54937
|
+
staticClass: "part-header_subtitle"
|
|
54938
|
+
}, [_c('span', {
|
|
54939
|
+
staticClass: "vm"
|
|
54940
|
+
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
54941
|
+
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
54942
|
+
})])]), _vm.configData.input1 ? _c('p', {
|
|
54943
|
+
staticClass: "part-header_lf layout-mobile"
|
|
54944
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
54945
|
+
};
|
|
54946
|
+
var staticRenderFns = [];
|
|
54947
|
+
|
|
54948
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
54949
|
+
var baseComp = __webpack_require__(4272);
|
|
54950
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
54951
|
+
|
|
54952
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
54953
|
+
name: "cms-servePlan-text",
|
|
54954
|
+
components: {
|
|
54955
|
+
BaseComp: baseComp["default"]
|
|
54956
|
+
},
|
|
54957
|
+
props: {
|
|
54958
|
+
data: {
|
|
54959
|
+
type: Object,
|
|
54960
|
+
default: () => {
|
|
54961
|
+
return {};
|
|
54962
|
+
}
|
|
54963
|
+
},
|
|
54964
|
+
nowCompId: {
|
|
54965
|
+
type: [String, Number],
|
|
54966
|
+
default: ""
|
|
54967
|
+
},
|
|
54968
|
+
isOpcacity: {
|
|
54969
|
+
type: Boolean,
|
|
54970
|
+
default: true
|
|
54971
|
+
},
|
|
54972
|
+
lang: {
|
|
54973
|
+
type: String,
|
|
54974
|
+
default: "zh-HK"
|
|
54975
|
+
}
|
|
54976
|
+
},
|
|
54977
|
+
data() {
|
|
54978
|
+
return {
|
|
54979
|
+
configData: {}
|
|
54980
|
+
};
|
|
54981
|
+
},
|
|
54982
|
+
mounted() {},
|
|
54983
|
+
watch: {},
|
|
54984
|
+
methods: {
|
|
54985
|
+
getConfigData(configData) {
|
|
54986
|
+
this.configData = configData;
|
|
54987
|
+
},
|
|
54988
|
+
decodeJumpUrl(url) {
|
|
54989
|
+
if (!url) return;
|
|
54990
|
+
top.location.href = url;
|
|
54991
|
+
}
|
|
54992
|
+
}
|
|
54993
|
+
});
|
|
54994
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
54995
|
+
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
54996
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
54997
|
+
// extracted by mini-css-extract-plugin
|
|
54998
|
+
|
|
54999
|
+
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=1e95772a&prod&scoped=true&lang=scss
|
|
55000
|
+
|
|
55001
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
55002
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
55003
|
+
;// ./package/cms-servePlan-text/View.vue
|
|
55004
|
+
|
|
55005
|
+
|
|
55006
|
+
|
|
55007
|
+
;
|
|
55008
|
+
|
|
55009
|
+
|
|
55010
|
+
/* normalize component */
|
|
55011
|
+
|
|
55012
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
55013
|
+
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
55014
|
+
render,
|
|
55015
|
+
staticRenderFns,
|
|
55016
|
+
false,
|
|
55017
|
+
null,
|
|
55018
|
+
"1e95772a",
|
|
55019
|
+
null
|
|
55020
|
+
|
|
55021
|
+
)
|
|
55022
|
+
|
|
55023
|
+
/* harmony default export */ var View = (component.exports);
|
|
55024
|
+
|
|
55025
|
+
/***/ }),
|
|
55026
|
+
|
|
55159
55027
|
/***/ 7936:
|
|
55160
55028
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
55161
55029
|
|
|
@@ -55603,7 +55471,7 @@ $({ global: true, constructor: true, forced: FORCED }, {
|
|
|
55603
55471
|
__webpack_require__.r(__webpack_exports__);
|
|
55604
55472
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
55605
55473
|
|
|
55606
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
55474
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 6257));
|
|
55607
55475
|
const langData = {
|
|
55608
55476
|
configList: [{
|
|
55609
55477
|
id: Math.random().toString(),
|
|
@@ -55666,7 +55534,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
55666
55534
|
__webpack_require__.r(__webpack_exports__);
|
|
55667
55535
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
55668
55536
|
|
|
55669
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
55537
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7590));
|
|
55670
55538
|
const langData = {
|
|
55671
55539
|
configList: [{
|
|
55672
55540
|
id: Math.random().toString(),
|
|
@@ -57850,6 +57718,232 @@ module.exports = function hasNativeSymbols() {
|
|
|
57850
57718
|
|
|
57851
57719
|
/***/ }),
|
|
57852
57720
|
|
|
57721
|
+
/***/ 8411:
|
|
57722
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
57723
|
+
|
|
57724
|
+
"use strict";
|
|
57725
|
+
// ESM COMPAT FLAG
|
|
57726
|
+
__webpack_require__.r(__webpack_exports__);
|
|
57727
|
+
|
|
57728
|
+
// EXPORTS
|
|
57729
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
57730
|
+
"default": function() { return /* binding */ View; }
|
|
57731
|
+
});
|
|
57732
|
+
|
|
57733
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=template&id=1e31b2da&scoped=true
|
|
57734
|
+
var render = function render() {
|
|
57735
|
+
var _vm = this,
|
|
57736
|
+
_c = _vm._self._c;
|
|
57737
|
+
return _c('BaseComp', _vm._b({
|
|
57738
|
+
attrs: {
|
|
57739
|
+
"data": _vm.data,
|
|
57740
|
+
"nowCompId": _vm.nowCompId,
|
|
57741
|
+
"isOpcacity": _vm.isOpcacity,
|
|
57742
|
+
"lang": _vm.lang
|
|
57743
|
+
},
|
|
57744
|
+
on: {
|
|
57745
|
+
"getConfigData": _vm.getConfigData
|
|
57746
|
+
}
|
|
57747
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
57748
|
+
staticClass: "cmhk-home_main"
|
|
57749
|
+
}, [_c('div', {
|
|
57750
|
+
staticClass: "page-tab-swiper_wrapper",
|
|
57751
|
+
class: _vm.swiperArrow == true ? '' : 'active'
|
|
57752
|
+
}, [_c('div', {
|
|
57753
|
+
ref: "barparent",
|
|
57754
|
+
staticClass: "page-tab-swiper common-swiper_tab",
|
|
57755
|
+
attrs: {
|
|
57756
|
+
"id": `terms${_vm.data.componentId}`
|
|
57757
|
+
}
|
|
57758
|
+
}, [_c('div', {
|
|
57759
|
+
staticClass: "swiper-wrapper"
|
|
57760
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
57761
|
+
return _c('div', {
|
|
57762
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
57763
|
+
staticClass: "swiper-slide",
|
|
57764
|
+
class: item.id == _vm.currentTab ? 'active' : '',
|
|
57765
|
+
on: {
|
|
57766
|
+
"click": function ($event) {
|
|
57767
|
+
return _vm.changeTab(item);
|
|
57768
|
+
}
|
|
57769
|
+
}
|
|
57770
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")]);
|
|
57771
|
+
}), 0)])]), _c('div', {
|
|
57772
|
+
staticClass: "page-tab-swiper-body"
|
|
57773
|
+
}, [_c('div', {
|
|
57774
|
+
staticClass: "desContent cms-ht",
|
|
57775
|
+
domProps: {
|
|
57776
|
+
"innerHTML": _vm._s(_vm._showTipsInfo)
|
|
57777
|
+
}
|
|
57778
|
+
})])])]);
|
|
57779
|
+
};
|
|
57780
|
+
var staticRenderFns = [];
|
|
57781
|
+
|
|
57782
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
57783
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
57784
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
57785
|
+
var es_iterator_filter = __webpack_require__(2489);
|
|
57786
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
57787
|
+
var swiper = __webpack_require__(2791);
|
|
57788
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
57789
|
+
var swiper_esm_bundle = __webpack_require__(4418);
|
|
57790
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
57791
|
+
var baseComp = __webpack_require__(4272);
|
|
57792
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
57793
|
+
|
|
57794
|
+
|
|
57795
|
+
|
|
57796
|
+
|
|
57797
|
+
|
|
57798
|
+
|
|
57799
|
+
|
|
57800
|
+
|
|
57801
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
57802
|
+
name: "cms-termsAndConditions",
|
|
57803
|
+
components: {
|
|
57804
|
+
BaseComp: baseComp["default"]
|
|
57805
|
+
},
|
|
57806
|
+
props: {
|
|
57807
|
+
data: {
|
|
57808
|
+
type: Object,
|
|
57809
|
+
default: () => {
|
|
57810
|
+
return {};
|
|
57811
|
+
}
|
|
57812
|
+
},
|
|
57813
|
+
nowCompId: {
|
|
57814
|
+
type: [String, Number],
|
|
57815
|
+
default: ""
|
|
57816
|
+
},
|
|
57817
|
+
isOpcacity: {
|
|
57818
|
+
type: Boolean,
|
|
57819
|
+
default: true
|
|
57820
|
+
},
|
|
57821
|
+
lang: {
|
|
57822
|
+
type: String,
|
|
57823
|
+
default: "zh-HK"
|
|
57824
|
+
}
|
|
57825
|
+
},
|
|
57826
|
+
data() {
|
|
57827
|
+
return {
|
|
57828
|
+
configList: [],
|
|
57829
|
+
currentTab: "",
|
|
57830
|
+
swiperArrow: false,
|
|
57831
|
+
broadbandSwiperC: null,
|
|
57832
|
+
swiperBeginning: false,
|
|
57833
|
+
swiperEnd: false
|
|
57834
|
+
};
|
|
57835
|
+
},
|
|
57836
|
+
mounted() {
|
|
57837
|
+
this.$nextTick(() => {
|
|
57838
|
+
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
|
|
57839
|
+
autoplay: false,
|
|
57840
|
+
loop: false,
|
|
57841
|
+
// 循环模式选项
|
|
57842
|
+
spaceBetween: 0,
|
|
57843
|
+
slidesPerView: "auto",
|
|
57844
|
+
// slidesPerGroup:1,
|
|
57845
|
+
observer: true,
|
|
57846
|
+
observeParents: true
|
|
57847
|
+
});
|
|
57848
|
+
// 0820 -end
|
|
57849
|
+
});
|
|
57850
|
+
this.currentTab = this.configList[0].id;
|
|
57851
|
+
},
|
|
57852
|
+
methods: {
|
|
57853
|
+
getConfigData(configData) {
|
|
57854
|
+
this.configList = configData.configList;
|
|
57855
|
+
this.$nextTick(() => {
|
|
57856
|
+
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
57857
|
+
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
57858
|
+
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
57859
|
+
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
57860
|
+
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
57861
|
+
this.swiperArrow = false;
|
|
57862
|
+
} else {
|
|
57863
|
+
this.swiperArrow = true;
|
|
57864
|
+
}
|
|
57865
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
57866
|
+
this.swiperBeginning = true;
|
|
57867
|
+
}
|
|
57868
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
57869
|
+
this.swiperEnd = true;
|
|
57870
|
+
}
|
|
57871
|
+
});
|
|
57872
|
+
},
|
|
57873
|
+
clickSwiperPrev() {
|
|
57874
|
+
this.broadbandSwiperC.slidePrev();
|
|
57875
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
57876
|
+
this.swiperBeginning = true;
|
|
57877
|
+
} else {
|
|
57878
|
+
this.swiperBeginning = false;
|
|
57879
|
+
}
|
|
57880
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
57881
|
+
this.swiperEnd = true;
|
|
57882
|
+
} else {
|
|
57883
|
+
this.swiperEnd = false;
|
|
57884
|
+
}
|
|
57885
|
+
},
|
|
57886
|
+
clickSwiperNext() {
|
|
57887
|
+
this.broadbandSwiperC.slideNext();
|
|
57888
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
57889
|
+
this.swiperBeginning = true;
|
|
57890
|
+
} else {
|
|
57891
|
+
this.swiperBeginning = false;
|
|
57892
|
+
}
|
|
57893
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
57894
|
+
this.swiperEnd = true;
|
|
57895
|
+
} else {
|
|
57896
|
+
this.swiperEnd = false;
|
|
57897
|
+
}
|
|
57898
|
+
},
|
|
57899
|
+
changeTab(item) {
|
|
57900
|
+
this.currentTab = item.id;
|
|
57901
|
+
},
|
|
57902
|
+
decodeJumpUrl(url) {
|
|
57903
|
+
if (!url) return;
|
|
57904
|
+
top.location.href = url;
|
|
57905
|
+
}
|
|
57906
|
+
},
|
|
57907
|
+
computed: {
|
|
57908
|
+
_showTipsInfo() {
|
|
57909
|
+
const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
|
|
57910
|
+
return result.input2;
|
|
57911
|
+
}
|
|
57912
|
+
}
|
|
57913
|
+
});
|
|
57914
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
57915
|
+
/* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
57916
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=1e31b2da&prod&lang=scss&scoped=true
|
|
57917
|
+
// extracted by mini-css-extract-plugin
|
|
57918
|
+
|
|
57919
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=1e31b2da&prod&lang=scss&scoped=true
|
|
57920
|
+
|
|
57921
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
57922
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
57923
|
+
;// ./package/cms-termsAndConditions/View.vue
|
|
57924
|
+
|
|
57925
|
+
|
|
57926
|
+
|
|
57927
|
+
;
|
|
57928
|
+
|
|
57929
|
+
|
|
57930
|
+
/* normalize component */
|
|
57931
|
+
|
|
57932
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
57933
|
+
cms_termsAndConditions_Viewvue_type_script_lang_js,
|
|
57934
|
+
render,
|
|
57935
|
+
staticRenderFns,
|
|
57936
|
+
false,
|
|
57937
|
+
null,
|
|
57938
|
+
"1e31b2da",
|
|
57939
|
+
null
|
|
57940
|
+
|
|
57941
|
+
)
|
|
57942
|
+
|
|
57943
|
+
/* harmony default export */ var View = (component.exports);
|
|
57944
|
+
|
|
57945
|
+
/***/ }),
|
|
57946
|
+
|
|
57853
57947
|
/***/ 8434:
|
|
57854
57948
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
57855
57949
|
|
|
@@ -60647,7 +60741,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
60647
60741
|
__webpack_require__.r(__webpack_exports__);
|
|
60648
60742
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
60649
60743
|
|
|
60650
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
60744
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9871));
|
|
60651
60745
|
const langData = {
|
|
60652
60746
|
title1: "标题",
|
|
60653
60747
|
title2: "副标题"
|
|
@@ -61233,7 +61327,7 @@ module.exports = TypeError;
|
|
|
61233
61327
|
__webpack_require__.r(__webpack_exports__);
|
|
61234
61328
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
61235
61329
|
|
|
61236
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
61330
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8411));
|
|
61237
61331
|
const langData = {
|
|
61238
61332
|
configList: [{
|
|
61239
61333
|
id: Math.random().toString(),
|
|
@@ -61441,6 +61535,207 @@ module.exports = function (scheduler, hasTimeArg) {
|
|
|
61441
61535
|
};
|
|
61442
61536
|
|
|
61443
61537
|
|
|
61538
|
+
/***/ }),
|
|
61539
|
+
|
|
61540
|
+
/***/ 9484:
|
|
61541
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
61542
|
+
|
|
61543
|
+
"use strict";
|
|
61544
|
+
// ESM COMPAT FLAG
|
|
61545
|
+
__webpack_require__.r(__webpack_exports__);
|
|
61546
|
+
|
|
61547
|
+
// EXPORTS
|
|
61548
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
61549
|
+
"default": function() { return /* binding */ View; }
|
|
61550
|
+
});
|
|
61551
|
+
|
|
61552
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
61553
|
+
var render = function render() {
|
|
61554
|
+
var _vm = this,
|
|
61555
|
+
_c = _vm._self._c;
|
|
61556
|
+
return _c('BaseComp', _vm._b({
|
|
61557
|
+
attrs: {
|
|
61558
|
+
"data": _vm.data,
|
|
61559
|
+
"nowCompId": _vm.nowCompId,
|
|
61560
|
+
"isOpcacity": _vm.isOpcacity,
|
|
61561
|
+
"lang": _vm.lang
|
|
61562
|
+
},
|
|
61563
|
+
on: {
|
|
61564
|
+
"getConfigData": _vm.getConfigData
|
|
61565
|
+
}
|
|
61566
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
61567
|
+
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
61568
|
+
}, [_c('div', {
|
|
61569
|
+
staticClass: "fp-part"
|
|
61570
|
+
}, [_c('div', {
|
|
61571
|
+
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
61572
|
+
}, [_c('div', {
|
|
61573
|
+
attrs: {
|
|
61574
|
+
"id": `productList${_vm.data.componentId}`
|
|
61575
|
+
}
|
|
61576
|
+
}, [_c('div', {
|
|
61577
|
+
staticClass: "swiper-wrapper"
|
|
61578
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
61579
|
+
return _c('div', {
|
|
61580
|
+
key: inx,
|
|
61581
|
+
staticClass: "swiper-slide",
|
|
61582
|
+
staticStyle: {
|
|
61583
|
+
"cursor": "pointer"
|
|
61584
|
+
}
|
|
61585
|
+
}, [_c('a', {
|
|
61586
|
+
staticStyle: {
|
|
61587
|
+
"color": "black"
|
|
61588
|
+
},
|
|
61589
|
+
attrs: {
|
|
61590
|
+
"target": "_self"
|
|
61591
|
+
},
|
|
61592
|
+
on: {
|
|
61593
|
+
"click": function ($event) {
|
|
61594
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
61595
|
+
}
|
|
61596
|
+
}
|
|
61597
|
+
}, [_c('div', {
|
|
61598
|
+
staticClass: "relative"
|
|
61599
|
+
}, [_c('img', {
|
|
61600
|
+
staticClass: "layout-pc",
|
|
61601
|
+
attrs: {
|
|
61602
|
+
"src": item.uploadImagePC,
|
|
61603
|
+
"alt": item.imagePcATL
|
|
61604
|
+
}
|
|
61605
|
+
}), _c('img', {
|
|
61606
|
+
staticClass: "layout-mobile",
|
|
61607
|
+
attrs: {
|
|
61608
|
+
"src": item.uploadImageH5,
|
|
61609
|
+
"alt": item.imageH5ATL
|
|
61610
|
+
}
|
|
61611
|
+
})]), _c('div', {
|
|
61612
|
+
staticClass: "fp-advantage-swiper-main"
|
|
61613
|
+
}, [_c('div', {
|
|
61614
|
+
staticClass: "fp-advantage-swiper-title"
|
|
61615
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
61616
|
+
staticClass: "fp-advantage-swiper-content"
|
|
61617
|
+
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
61618
|
+
}), 0)])])])])]);
|
|
61619
|
+
};
|
|
61620
|
+
var staticRenderFns = [];
|
|
61621
|
+
|
|
61622
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
61623
|
+
var swiper = __webpack_require__(2791);
|
|
61624
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
61625
|
+
var swiper_esm_bundle = __webpack_require__(4418);
|
|
61626
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
61627
|
+
var baseComp = __webpack_require__(4272);
|
|
61628
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
61629
|
+
|
|
61630
|
+
|
|
61631
|
+
|
|
61632
|
+
|
|
61633
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
61634
|
+
name: "cms-imgFour",
|
|
61635
|
+
components: {
|
|
61636
|
+
BaseComp: baseComp["default"]
|
|
61637
|
+
},
|
|
61638
|
+
props: {
|
|
61639
|
+
data: {
|
|
61640
|
+
type: Object,
|
|
61641
|
+
default: () => {
|
|
61642
|
+
return {};
|
|
61643
|
+
}
|
|
61644
|
+
},
|
|
61645
|
+
nowCompId: {
|
|
61646
|
+
type: [String, Number],
|
|
61647
|
+
default: ""
|
|
61648
|
+
},
|
|
61649
|
+
isOpcacity: {
|
|
61650
|
+
type: Boolean,
|
|
61651
|
+
default: true
|
|
61652
|
+
},
|
|
61653
|
+
lang: {
|
|
61654
|
+
type: String,
|
|
61655
|
+
default: "zh-HK"
|
|
61656
|
+
}
|
|
61657
|
+
},
|
|
61658
|
+
data() {
|
|
61659
|
+
return {
|
|
61660
|
+
configList: [],
|
|
61661
|
+
productSwiper: null
|
|
61662
|
+
};
|
|
61663
|
+
},
|
|
61664
|
+
mounted() {
|
|
61665
|
+
this.initSwiper();
|
|
61666
|
+
},
|
|
61667
|
+
beforeDestroy() {
|
|
61668
|
+
if (this.productSwiper) {
|
|
61669
|
+
this.productSwiper.destroy(true, true);
|
|
61670
|
+
this.productSwiper = null;
|
|
61671
|
+
}
|
|
61672
|
+
},
|
|
61673
|
+
watch: {},
|
|
61674
|
+
methods: {
|
|
61675
|
+
initSwiper() {
|
|
61676
|
+
this.$nextTick(() => {
|
|
61677
|
+
const total = this.configList.length || 1;
|
|
61678
|
+
if (this.productSwiper) {
|
|
61679
|
+
this.productSwiper.destroy(true, true);
|
|
61680
|
+
}
|
|
61681
|
+
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
61682
|
+
autoplay: false,
|
|
61683
|
+
loop: false,
|
|
61684
|
+
spaceBetween: 32,
|
|
61685
|
+
slidesPerView: Math.min(total, 4),
|
|
61686
|
+
slidesPerGroup: 1,
|
|
61687
|
+
observer: true,
|
|
61688
|
+
observeParents: true,
|
|
61689
|
+
breakpoints: {
|
|
61690
|
+
779: {
|
|
61691
|
+
spaceBetween: 10,
|
|
61692
|
+
slidesPerView: Math.min(total, 2)
|
|
61693
|
+
}
|
|
61694
|
+
}
|
|
61695
|
+
});
|
|
61696
|
+
});
|
|
61697
|
+
},
|
|
61698
|
+
getConfigData(configData) {
|
|
61699
|
+
this.configList = configData.configList || [];
|
|
61700
|
+
this.initSwiper();
|
|
61701
|
+
},
|
|
61702
|
+
decodeJumpUrl(url) {
|
|
61703
|
+
if (!url) return;
|
|
61704
|
+
top.location.href = url;
|
|
61705
|
+
}
|
|
61706
|
+
}
|
|
61707
|
+
});
|
|
61708
|
+
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
61709
|
+
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
61710
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
61711
|
+
// extracted by mini-css-extract-plugin
|
|
61712
|
+
|
|
61713
|
+
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=0585cb32&prod&lang=scss&scoped=true
|
|
61714
|
+
|
|
61715
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
61716
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
61717
|
+
;// ./package/cms-imgFour/View.vue
|
|
61718
|
+
|
|
61719
|
+
|
|
61720
|
+
|
|
61721
|
+
;
|
|
61722
|
+
|
|
61723
|
+
|
|
61724
|
+
/* normalize component */
|
|
61725
|
+
|
|
61726
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
61727
|
+
cms_imgFour_Viewvue_type_script_lang_js,
|
|
61728
|
+
render,
|
|
61729
|
+
staticRenderFns,
|
|
61730
|
+
false,
|
|
61731
|
+
null,
|
|
61732
|
+
"0585cb32",
|
|
61733
|
+
null
|
|
61734
|
+
|
|
61735
|
+
)
|
|
61736
|
+
|
|
61737
|
+
/* harmony default export */ var View = (component.exports);
|
|
61738
|
+
|
|
61444
61739
|
/***/ }),
|
|
61445
61740
|
|
|
61446
61741
|
/***/ 9504:
|
|
@@ -62432,380 +62727,6 @@ module.exports = function dispatchRequest(config) {
|
|
|
62432
62727
|
|
|
62433
62728
|
/***/ }),
|
|
62434
62729
|
|
|
62435
|
-
/***/ 9751:
|
|
62436
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62437
|
-
|
|
62438
|
-
"use strict";
|
|
62439
|
-
// ESM COMPAT FLAG
|
|
62440
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62441
|
-
|
|
62442
|
-
// EXPORTS
|
|
62443
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62444
|
-
"default": function() { return /* binding */ View; }
|
|
62445
|
-
});
|
|
62446
|
-
|
|
62447
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
62448
|
-
var render = function render() {
|
|
62449
|
-
var _vm = this,
|
|
62450
|
-
_c = _vm._self._c;
|
|
62451
|
-
return _c('BaseComp', _vm._b({
|
|
62452
|
-
attrs: {
|
|
62453
|
-
"data": _vm.data,
|
|
62454
|
-
"nowCompId": _vm.nowCompId,
|
|
62455
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62456
|
-
"lang": _vm.lang
|
|
62457
|
-
},
|
|
62458
|
-
on: {
|
|
62459
|
-
"getConfigData": _vm.getConfigData
|
|
62460
|
-
}
|
|
62461
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62462
|
-
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
62463
|
-
}, [_c('div', {
|
|
62464
|
-
staticClass: "fp-part"
|
|
62465
|
-
}, [_c('div', {
|
|
62466
|
-
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
62467
|
-
}, [_c('div', {
|
|
62468
|
-
attrs: {
|
|
62469
|
-
"id": `productList${_vm.data.componentId}`
|
|
62470
|
-
}
|
|
62471
|
-
}, [_c('div', {
|
|
62472
|
-
staticClass: "swiper-wrapper"
|
|
62473
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
62474
|
-
return _c('div', {
|
|
62475
|
-
key: inx,
|
|
62476
|
-
staticClass: "swiper-slide",
|
|
62477
|
-
staticStyle: {
|
|
62478
|
-
"cursor": "pointer"
|
|
62479
|
-
}
|
|
62480
|
-
}, [_c('a', {
|
|
62481
|
-
staticStyle: {
|
|
62482
|
-
"color": "black"
|
|
62483
|
-
},
|
|
62484
|
-
attrs: {
|
|
62485
|
-
"target": "_self"
|
|
62486
|
-
},
|
|
62487
|
-
on: {
|
|
62488
|
-
"click": function ($event) {
|
|
62489
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
62490
|
-
}
|
|
62491
|
-
}
|
|
62492
|
-
}, [_c('div', {
|
|
62493
|
-
staticClass: "relative"
|
|
62494
|
-
}, [_c('img', {
|
|
62495
|
-
staticClass: "layout-pc",
|
|
62496
|
-
attrs: {
|
|
62497
|
-
"src": item.uploadImagePC,
|
|
62498
|
-
"alt": item.imagePcATL
|
|
62499
|
-
}
|
|
62500
|
-
}), _c('img', {
|
|
62501
|
-
staticClass: "layout-mobile",
|
|
62502
|
-
attrs: {
|
|
62503
|
-
"src": item.uploadImageH5,
|
|
62504
|
-
"alt": item.imageH5ATL
|
|
62505
|
-
}
|
|
62506
|
-
})]), _c('div', {
|
|
62507
|
-
staticClass: "fp-advantage-swiper-main"
|
|
62508
|
-
}, [_c('div', {
|
|
62509
|
-
staticClass: "fp-advantage-swiper-title"
|
|
62510
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
62511
|
-
staticClass: "fp-advantage-swiper-content"
|
|
62512
|
-
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
62513
|
-
}), 0)])])])])]);
|
|
62514
|
-
};
|
|
62515
|
-
var staticRenderFns = [];
|
|
62516
|
-
|
|
62517
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
62518
|
-
var swiper = __webpack_require__(2791);
|
|
62519
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
62520
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
62521
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62522
|
-
var baseComp = __webpack_require__(4272);
|
|
62523
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
62524
|
-
|
|
62525
|
-
|
|
62526
|
-
|
|
62527
|
-
|
|
62528
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62529
|
-
name: "cms-imgFour",
|
|
62530
|
-
components: {
|
|
62531
|
-
BaseComp: baseComp["default"]
|
|
62532
|
-
},
|
|
62533
|
-
props: {
|
|
62534
|
-
data: {
|
|
62535
|
-
type: Object,
|
|
62536
|
-
default: () => {
|
|
62537
|
-
return {};
|
|
62538
|
-
}
|
|
62539
|
-
},
|
|
62540
|
-
nowCompId: {
|
|
62541
|
-
type: [String, Number],
|
|
62542
|
-
default: ""
|
|
62543
|
-
},
|
|
62544
|
-
isOpcacity: {
|
|
62545
|
-
type: Boolean,
|
|
62546
|
-
default: true
|
|
62547
|
-
},
|
|
62548
|
-
lang: {
|
|
62549
|
-
type: String,
|
|
62550
|
-
default: "zh-HK"
|
|
62551
|
-
}
|
|
62552
|
-
},
|
|
62553
|
-
data() {
|
|
62554
|
-
return {
|
|
62555
|
-
configList: [],
|
|
62556
|
-
productSwiper: null
|
|
62557
|
-
};
|
|
62558
|
-
},
|
|
62559
|
-
mounted() {
|
|
62560
|
-
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
62561
|
-
autoplay: false,
|
|
62562
|
-
loop: false,
|
|
62563
|
-
// 循环模式选项
|
|
62564
|
-
spaceBetween: 0,
|
|
62565
|
-
slidesPerView: "auto",
|
|
62566
|
-
slidesPerGroup: 1,
|
|
62567
|
-
observer: true,
|
|
62568
|
-
observeParents: true
|
|
62569
|
-
});
|
|
62570
|
-
},
|
|
62571
|
-
watch: {},
|
|
62572
|
-
methods: {
|
|
62573
|
-
getConfigData(configData) {
|
|
62574
|
-
this.configList = configData.configList;
|
|
62575
|
-
},
|
|
62576
|
-
decodeJumpUrl(url) {
|
|
62577
|
-
if (!url) return;
|
|
62578
|
-
top.location.href = url;
|
|
62579
|
-
}
|
|
62580
|
-
}
|
|
62581
|
-
});
|
|
62582
|
-
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
62583
|
-
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62584
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
62585
|
-
// extracted by mini-css-extract-plugin
|
|
62586
|
-
|
|
62587
|
-
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=01a5c2e5&prod&lang=scss&scoped=true
|
|
62588
|
-
|
|
62589
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62590
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62591
|
-
;// ./package/cms-imgFour/View.vue
|
|
62592
|
-
|
|
62593
|
-
|
|
62594
|
-
|
|
62595
|
-
;
|
|
62596
|
-
|
|
62597
|
-
|
|
62598
|
-
/* normalize component */
|
|
62599
|
-
|
|
62600
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62601
|
-
cms_imgFour_Viewvue_type_script_lang_js,
|
|
62602
|
-
render,
|
|
62603
|
-
staticRenderFns,
|
|
62604
|
-
false,
|
|
62605
|
-
null,
|
|
62606
|
-
"01a5c2e5",
|
|
62607
|
-
null
|
|
62608
|
-
|
|
62609
|
-
)
|
|
62610
|
-
|
|
62611
|
-
/* harmony default export */ var View = (component.exports);
|
|
62612
|
-
|
|
62613
|
-
/***/ }),
|
|
62614
|
-
|
|
62615
|
-
/***/ 9792:
|
|
62616
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62617
|
-
|
|
62618
|
-
"use strict";
|
|
62619
|
-
// ESM COMPAT FLAG
|
|
62620
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62621
|
-
|
|
62622
|
-
// EXPORTS
|
|
62623
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62624
|
-
"default": function() { return /* binding */ View; }
|
|
62625
|
-
});
|
|
62626
|
-
|
|
62627
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
62628
|
-
var render = function render() {
|
|
62629
|
-
var _vm$_stableProblemGui;
|
|
62630
|
-
var _vm = this,
|
|
62631
|
-
_c = _vm._self._c;
|
|
62632
|
-
return _c('BaseComp', _vm._b({
|
|
62633
|
-
attrs: {
|
|
62634
|
-
"data": _vm.data,
|
|
62635
|
-
"nowCompId": _vm.nowCompId,
|
|
62636
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62637
|
-
"lang": _vm.lang
|
|
62638
|
-
},
|
|
62639
|
-
on: {
|
|
62640
|
-
"getConfigData": _vm.getConfigData
|
|
62641
|
-
}
|
|
62642
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62643
|
-
staticClass: "cmhk-home_main"
|
|
62644
|
-
}, [_c('div', {
|
|
62645
|
-
staticClass: "pageCenter"
|
|
62646
|
-
}, [_c('div', {
|
|
62647
|
-
staticClass: "family-problem-guide"
|
|
62648
|
-
}, [_c('div', {
|
|
62649
|
-
staticClass: "tab-header"
|
|
62650
|
-
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
62651
|
-
return _c('li', {
|
|
62652
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62653
|
-
class: _vm.problemActive == index ? 'active' : '',
|
|
62654
|
-
on: {
|
|
62655
|
-
"click": function ($event) {
|
|
62656
|
-
_vm.problemActive = index;
|
|
62657
|
-
}
|
|
62658
|
-
}
|
|
62659
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
62660
|
-
}), 0)]), _c('div', {
|
|
62661
|
-
staticClass: "tab-body tab-panel_body"
|
|
62662
|
-
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
62663
|
-
return _c('dd', {
|
|
62664
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62665
|
-
on: {
|
|
62666
|
-
"click": function ($event) {
|
|
62667
|
-
$event.stopPropagation();
|
|
62668
|
-
return _vm.open(item, index, $event);
|
|
62669
|
-
}
|
|
62670
|
-
}
|
|
62671
|
-
}, [_c('div', {
|
|
62672
|
-
staticClass: "body-header"
|
|
62673
|
-
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
62674
|
-
class: !item.status ? '' : 'active'
|
|
62675
|
-
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
62676
|
-
directives: [{
|
|
62677
|
-
name: "show",
|
|
62678
|
-
rawName: "v-show",
|
|
62679
|
-
value: _vm.expend == item.input1 && item.status,
|
|
62680
|
-
expression: "expend == item.input1 && item.status"
|
|
62681
|
-
}],
|
|
62682
|
-
staticClass: "body-main"
|
|
62683
|
-
}, [_c('div', {
|
|
62684
|
-
staticClass: "cms-ht",
|
|
62685
|
-
domProps: {
|
|
62686
|
-
"innerHTML": _vm._s(item.input2)
|
|
62687
|
-
}
|
|
62688
|
-
})])]);
|
|
62689
|
-
}), 0)])])])])]);
|
|
62690
|
-
};
|
|
62691
|
-
var staticRenderFns = [];
|
|
62692
|
-
|
|
62693
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
62694
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
62695
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
62696
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
62697
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
62698
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
62699
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62700
|
-
var baseComp = __webpack_require__(4272);
|
|
62701
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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
|
|
62702
|
-
|
|
62703
|
-
|
|
62704
|
-
|
|
62705
|
-
|
|
62706
|
-
|
|
62707
|
-
|
|
62708
|
-
|
|
62709
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62710
|
-
name: "cms-question",
|
|
62711
|
-
components: {
|
|
62712
|
-
BaseComp: baseComp["default"]
|
|
62713
|
-
},
|
|
62714
|
-
props: {
|
|
62715
|
-
data: {
|
|
62716
|
-
type: Object,
|
|
62717
|
-
default: () => {
|
|
62718
|
-
return {};
|
|
62719
|
-
}
|
|
62720
|
-
},
|
|
62721
|
-
nowCompId: {
|
|
62722
|
-
type: [String, Number],
|
|
62723
|
-
default: ""
|
|
62724
|
-
},
|
|
62725
|
-
isOpcacity: {
|
|
62726
|
-
type: Boolean,
|
|
62727
|
-
default: true
|
|
62728
|
-
},
|
|
62729
|
-
lang: {
|
|
62730
|
-
type: String,
|
|
62731
|
-
default: "zh-HK"
|
|
62732
|
-
}
|
|
62733
|
-
},
|
|
62734
|
-
data() {
|
|
62735
|
-
return {
|
|
62736
|
-
configList: [],
|
|
62737
|
-
expend: "",
|
|
62738
|
-
problemActive: 0
|
|
62739
|
-
};
|
|
62740
|
-
},
|
|
62741
|
-
mounted() {},
|
|
62742
|
-
watch: {},
|
|
62743
|
-
methods: {
|
|
62744
|
-
getConfigData(configData) {
|
|
62745
|
-
this.configList = configData.configList;
|
|
62746
|
-
},
|
|
62747
|
-
open(item, index, event) {
|
|
62748
|
-
var _this$configList$this;
|
|
62749
|
-
console.log(event);
|
|
62750
|
-
this.expend = item.input1;
|
|
62751
|
-
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
62752
|
-
var _this$configList$this2;
|
|
62753
|
-
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);
|
|
62754
|
-
});
|
|
62755
|
-
},
|
|
62756
|
-
decodeJumpUrl(url) {
|
|
62757
|
-
if (!url) return;
|
|
62758
|
-
top.location.href = url;
|
|
62759
|
-
}
|
|
62760
|
-
},
|
|
62761
|
-
computed: {
|
|
62762
|
-
_stableProblemGuide() {
|
|
62763
|
-
let res = this.configList || [];
|
|
62764
|
-
return res.map(item => {
|
|
62765
|
-
return {
|
|
62766
|
-
...item,
|
|
62767
|
-
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
62768
|
-
...cur,
|
|
62769
|
-
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
62770
|
-
}))
|
|
62771
|
-
};
|
|
62772
|
-
});
|
|
62773
|
-
}
|
|
62774
|
-
}
|
|
62775
|
-
});
|
|
62776
|
-
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
62777
|
-
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62778
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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
|
|
62779
|
-
// extracted by mini-css-extract-plugin
|
|
62780
|
-
|
|
62781
|
-
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=38de48b1&prod&lang=scss&scoped=true
|
|
62782
|
-
|
|
62783
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62784
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62785
|
-
;// ./package/cms-question/View.vue
|
|
62786
|
-
|
|
62787
|
-
|
|
62788
|
-
|
|
62789
|
-
;
|
|
62790
|
-
|
|
62791
|
-
|
|
62792
|
-
/* normalize component */
|
|
62793
|
-
|
|
62794
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62795
|
-
cms_question_Viewvue_type_script_lang_js,
|
|
62796
|
-
render,
|
|
62797
|
-
staticRenderFns,
|
|
62798
|
-
false,
|
|
62799
|
-
null,
|
|
62800
|
-
"38de48b1",
|
|
62801
|
-
null
|
|
62802
|
-
|
|
62803
|
-
)
|
|
62804
|
-
|
|
62805
|
-
/* harmony default export */ var View = (component.exports);
|
|
62806
|
-
|
|
62807
|
-
/***/ }),
|
|
62808
|
-
|
|
62809
62730
|
/***/ 9810:
|
|
62810
62731
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
62811
62732
|
|
|
@@ -62946,6 +62867,120 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAABwCAMAAADx
|
|
|
62946
62867
|
|
|
62947
62868
|
/***/ }),
|
|
62948
62869
|
|
|
62870
|
+
/***/ 9871:
|
|
62871
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62872
|
+
|
|
62873
|
+
"use strict";
|
|
62874
|
+
// ESM COMPAT FLAG
|
|
62875
|
+
__webpack_require__.r(__webpack_exports__);
|
|
62876
|
+
|
|
62877
|
+
// EXPORTS
|
|
62878
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
62879
|
+
"default": function() { return /* binding */ View; }
|
|
62880
|
+
});
|
|
62881
|
+
|
|
62882
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=template&id=0be10524&scoped=true
|
|
62883
|
+
var render = function render() {
|
|
62884
|
+
var _vm = this,
|
|
62885
|
+
_c = _vm._self._c;
|
|
62886
|
+
return _c('BaseComp', _vm._b({
|
|
62887
|
+
attrs: {
|
|
62888
|
+
"data": _vm.data,
|
|
62889
|
+
"nowCompId": _vm.nowCompId,
|
|
62890
|
+
"isOpcacity": _vm.isOpcacity,
|
|
62891
|
+
"lang": _vm.lang
|
|
62892
|
+
},
|
|
62893
|
+
on: {
|
|
62894
|
+
"getConfigData": _vm.getConfigData
|
|
62895
|
+
}
|
|
62896
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
62897
|
+
staticClass: "section-head"
|
|
62898
|
+
}, [_c('div', {
|
|
62899
|
+
staticClass: "cmhk-home_main"
|
|
62900
|
+
}, [_c('p', {
|
|
62901
|
+
staticClass: "title"
|
|
62902
|
+
}, [_c('span', {
|
|
62903
|
+
staticClass: "main"
|
|
62904
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
62905
|
+
staticClass: "subtitle"
|
|
62906
|
+
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
62907
|
+
};
|
|
62908
|
+
var staticRenderFns = [];
|
|
62909
|
+
|
|
62910
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62911
|
+
var baseComp = __webpack_require__(4272);
|
|
62912
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
62913
|
+
|
|
62914
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62915
|
+
name: "cms-titleCenter",
|
|
62916
|
+
components: {
|
|
62917
|
+
BaseComp: baseComp["default"]
|
|
62918
|
+
},
|
|
62919
|
+
props: {
|
|
62920
|
+
data: {
|
|
62921
|
+
type: Object,
|
|
62922
|
+
default: () => {
|
|
62923
|
+
return {};
|
|
62924
|
+
}
|
|
62925
|
+
},
|
|
62926
|
+
nowCompId: {
|
|
62927
|
+
type: [String, Number],
|
|
62928
|
+
default: ""
|
|
62929
|
+
},
|
|
62930
|
+
isOpcacity: {
|
|
62931
|
+
type: Boolean,
|
|
62932
|
+
default: true
|
|
62933
|
+
},
|
|
62934
|
+
lang: {
|
|
62935
|
+
type: String,
|
|
62936
|
+
default: "zh-HK"
|
|
62937
|
+
}
|
|
62938
|
+
},
|
|
62939
|
+
data() {
|
|
62940
|
+
return {
|
|
62941
|
+
configData: {}
|
|
62942
|
+
};
|
|
62943
|
+
},
|
|
62944
|
+
mounted() {},
|
|
62945
|
+
methods: {
|
|
62946
|
+
getConfigData(configData) {
|
|
62947
|
+
this.configData = configData;
|
|
62948
|
+
}
|
|
62949
|
+
}
|
|
62950
|
+
});
|
|
62951
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
62952
|
+
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62953
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=0be10524&prod&scoped=true&lang=scss
|
|
62954
|
+
// extracted by mini-css-extract-plugin
|
|
62955
|
+
|
|
62956
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=0be10524&prod&scoped=true&lang=scss
|
|
62957
|
+
|
|
62958
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62959
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
62960
|
+
;// ./package/cms-titleCenter/View.vue
|
|
62961
|
+
|
|
62962
|
+
|
|
62963
|
+
|
|
62964
|
+
;
|
|
62965
|
+
|
|
62966
|
+
|
|
62967
|
+
/* normalize component */
|
|
62968
|
+
|
|
62969
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
62970
|
+
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
62971
|
+
render,
|
|
62972
|
+
staticRenderFns,
|
|
62973
|
+
false,
|
|
62974
|
+
null,
|
|
62975
|
+
"0be10524",
|
|
62976
|
+
null
|
|
62977
|
+
|
|
62978
|
+
)
|
|
62979
|
+
|
|
62980
|
+
/* harmony default export */ var View = (component.exports);
|
|
62981
|
+
|
|
62982
|
+
/***/ }),
|
|
62983
|
+
|
|
62949
62984
|
/***/ 9928:
|
|
62950
62985
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
62951
62986
|
|