cms-chenhj-ui 2.2.14 → 2.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cms-chenhj-ui.common.js +1497 -1476
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1269 -1248
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/package.json +1 -1
package/cms-chenhj-ui.common.js
CHANGED
|
@@ -1066,234 +1066,6 @@ module.exports = function (record, fn, ITERATOR_INSTEAD_OF_RECORD) {
|
|
|
1066
1066
|
};
|
|
1067
1067
|
|
|
1068
1068
|
|
|
1069
|
-
/***/ }),
|
|
1070
|
-
|
|
1071
|
-
/***/ 517:
|
|
1072
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1073
|
-
|
|
1074
|
-
"use strict";
|
|
1075
|
-
// ESM COMPAT FLAG
|
|
1076
|
-
__webpack_require__.r(__webpack_exports__);
|
|
1077
|
-
|
|
1078
|
-
// EXPORTS
|
|
1079
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
1080
|
-
"default": function() { return /* binding */ View; }
|
|
1081
|
-
});
|
|
1082
|
-
|
|
1083
|
-
;// ./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
|
|
1084
|
-
var render = function render() {
|
|
1085
|
-
var _vm = this,
|
|
1086
|
-
_c = _vm._self._c;
|
|
1087
|
-
return _c('BaseComp', _vm._b({
|
|
1088
|
-
attrs: {
|
|
1089
|
-
"data": _vm.data,
|
|
1090
|
-
"nowCompId": _vm.nowCompId,
|
|
1091
|
-
"isOpcacity": _vm.isOpcacity,
|
|
1092
|
-
"lang": _vm.lang
|
|
1093
|
-
},
|
|
1094
|
-
on: {
|
|
1095
|
-
"getConfigData": _vm.getConfigData
|
|
1096
|
-
}
|
|
1097
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
1098
|
-
ref: "news",
|
|
1099
|
-
staticClass: "cmhk-home_main"
|
|
1100
|
-
}, [_vm.configList.length ? _c('div', {
|
|
1101
|
-
staticClass: "section-body"
|
|
1102
|
-
}, [_c('div', {
|
|
1103
|
-
staticClass: "cmhk-section_corp_news-ser"
|
|
1104
|
-
}, [_c('div', {
|
|
1105
|
-
staticClass: "news-box_container"
|
|
1106
|
-
}, [_c('div', {
|
|
1107
|
-
staticClass: "news-box_swiper",
|
|
1108
|
-
attrs: {
|
|
1109
|
-
"id": `news-swiper${_vm.data.componentId}`
|
|
1110
|
-
}
|
|
1111
|
-
}, [_c('div', {
|
|
1112
|
-
staticClass: "swiper-wrapper"
|
|
1113
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
1114
|
-
return _c('div', {
|
|
1115
|
-
key: `${inx}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
1116
|
-
staticClass: "swiper-slide"
|
|
1117
|
-
}, [_c('div', {
|
|
1118
|
-
staticClass: "new-read_card read-card_bg-wt",
|
|
1119
|
-
on: {
|
|
1120
|
-
"click": function ($event) {
|
|
1121
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
}, [_c('div', {
|
|
1125
|
-
staticClass: "image-desbox_wapper"
|
|
1126
|
-
}, [_c('img', {
|
|
1127
|
-
staticClass: "layout-pc",
|
|
1128
|
-
attrs: {
|
|
1129
|
-
"src": item.uploadImagePC,
|
|
1130
|
-
"alt": item.imagePcATL
|
|
1131
|
-
}
|
|
1132
|
-
}), _c('img', {
|
|
1133
|
-
staticClass: "layout-mobile",
|
|
1134
|
-
attrs: {
|
|
1135
|
-
"src": item.uploadImageH5,
|
|
1136
|
-
"alt": item.imageH5ATL
|
|
1137
|
-
}
|
|
1138
|
-
})]), _c('div', {
|
|
1139
|
-
staticClass: "new-read_card-content"
|
|
1140
|
-
}, [_c('p', {
|
|
1141
|
-
staticClass: "title"
|
|
1142
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]), _c('p', {
|
|
1143
|
-
staticClass: "time"
|
|
1144
|
-
}, [_vm._v(_vm._s(item.input2))]), _c('p', {
|
|
1145
|
-
staticClass: "des"
|
|
1146
|
-
}, [_vm._v(_vm._s(item.input3))]), item.input4 ? _c('p', {
|
|
1147
|
-
staticClass: "continue-read"
|
|
1148
|
-
}, [_vm._v(" " + _vm._s(item.input4) + " "), _c('i', {
|
|
1149
|
-
staticClass: "el-icon-arrow-right"
|
|
1150
|
-
})]) : _vm._e()])])]);
|
|
1151
|
-
}), 0)]), _vm.configList.length > 3 ? [_c('div', {
|
|
1152
|
-
staticClass: "pag-prev left layout-pc",
|
|
1153
|
-
class: [_vm.swiperNewsIdx > 2 ? 'is-active' : ''],
|
|
1154
|
-
on: {
|
|
1155
|
-
"click": _vm.newsPrev
|
|
1156
|
-
}
|
|
1157
|
-
}, [_c('i', {
|
|
1158
|
-
staticClass: "el-icon-arrow-left"
|
|
1159
|
-
})]), _c('div', {
|
|
1160
|
-
staticClass: "pag-next right layout-pc",
|
|
1161
|
-
class: [_vm.swiperNewsIdx < _vm.configList.length - 1 ? 'is-active' : ''],
|
|
1162
|
-
on: {
|
|
1163
|
-
"click": _vm.newsNext
|
|
1164
|
-
}
|
|
1165
|
-
}, [_c('i', {
|
|
1166
|
-
staticClass: "el-icon-arrow-right"
|
|
1167
|
-
})])] : _vm._e()], 2)])]) : _vm._e()])]);
|
|
1168
|
-
};
|
|
1169
|
-
var staticRenderFns = [];
|
|
1170
|
-
|
|
1171
|
-
// EXTERNAL MODULE: ./src/utils/index.js
|
|
1172
|
-
var utils = __webpack_require__(1996);
|
|
1173
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
1174
|
-
var swiper = __webpack_require__(2791);
|
|
1175
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
1176
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
1177
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
1178
|
-
var baseComp = __webpack_require__(4272);
|
|
1179
|
-
;// ./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
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
1186
|
-
name: "cms-threeScroll",
|
|
1187
|
-
components: {
|
|
1188
|
-
BaseComp: baseComp["default"]
|
|
1189
|
-
},
|
|
1190
|
-
props: {
|
|
1191
|
-
data: {
|
|
1192
|
-
type: Object,
|
|
1193
|
-
default: () => {
|
|
1194
|
-
return {};
|
|
1195
|
-
}
|
|
1196
|
-
},
|
|
1197
|
-
nowCompId: {
|
|
1198
|
-
type: [String, Number],
|
|
1199
|
-
default: ""
|
|
1200
|
-
},
|
|
1201
|
-
isOpcacity: {
|
|
1202
|
-
type: Boolean,
|
|
1203
|
-
default: true
|
|
1204
|
-
},
|
|
1205
|
-
lang: {
|
|
1206
|
-
type: String,
|
|
1207
|
-
default: "zh-HK"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
data() {
|
|
1211
|
-
return {
|
|
1212
|
-
configList: [],
|
|
1213
|
-
swiperNewsIdx: 0,
|
|
1214
|
-
newsSwiper: null
|
|
1215
|
-
};
|
|
1216
|
-
},
|
|
1217
|
-
mounted() {
|
|
1218
|
-
const vm = this;
|
|
1219
|
-
this.$nextTick(() => {
|
|
1220
|
-
this.newsSwiper = new swiper_esm_bundle/* default */.A(`#news-swiper${this.data.componentId}`, {
|
|
1221
|
-
autoplay: false,
|
|
1222
|
-
loop: false,
|
|
1223
|
-
// 循环模式选项
|
|
1224
|
-
slidesPerView: (0,utils/* getDevice */.Pf)() !== "mobile" ? 3 : "auto",
|
|
1225
|
-
// spaceBetween: getDevice() !== 'mobile' ? 32 : 16, // 在slide之间设置距离
|
|
1226
|
-
observer: true,
|
|
1227
|
-
observeParents: true,
|
|
1228
|
-
touchMoveStopPropagation: true,
|
|
1229
|
-
on: {
|
|
1230
|
-
slideChangeTransitionEnd: function () {
|
|
1231
|
-
if ((0,utils/* getDevice */.Pf)() !== "mobile") {
|
|
1232
|
-
vm.swiperNewsIdx = this.realIndex + 2;
|
|
1233
|
-
} else {
|
|
1234
|
-
vm.swiperNewsIdx = this.realIndex;
|
|
1235
|
-
}
|
|
1236
|
-
console.log("新闻-当前页最后一个元素下标", vm.swiperNewsIdx);
|
|
1237
|
-
},
|
|
1238
|
-
resize: function () {
|
|
1239
|
-
this.update(true);
|
|
1240
|
-
}
|
|
1241
|
-
}
|
|
1242
|
-
});
|
|
1243
|
-
});
|
|
1244
|
-
},
|
|
1245
|
-
watch: {},
|
|
1246
|
-
methods: {
|
|
1247
|
-
getConfigData(configData) {
|
|
1248
|
-
this.configList = configData.configList;
|
|
1249
|
-
},
|
|
1250
|
-
newsPrev() {
|
|
1251
|
-
if (this.swiperNewsIdx > 2) {
|
|
1252
|
-
this.newsSwiper.slidePrev();
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
newsNext() {
|
|
1256
|
-
if (this.swiperNewsIdx < this.configList.length - 1) {
|
|
1257
|
-
this.newsSwiper.slideNext();
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
decodeJumpUrl(url) {
|
|
1261
|
-
if (!url) return;
|
|
1262
|
-
top.location.href = url;
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
});
|
|
1266
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
1267
|
-
/* harmony default export */ var cms_threeScroll_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
1268
|
-
;// ./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
|
|
1269
|
-
// extracted by mini-css-extract-plugin
|
|
1270
|
-
|
|
1271
|
-
;// ./package/cms-threeScroll/View.vue?vue&type=style&index=0&id=4ecaae13&prod&lang=scss&scoped=true
|
|
1272
|
-
|
|
1273
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
1274
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
1275
|
-
;// ./package/cms-threeScroll/View.vue
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
;
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
/* normalize component */
|
|
1283
|
-
|
|
1284
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
1285
|
-
cms_threeScroll_Viewvue_type_script_lang_js,
|
|
1286
|
-
render,
|
|
1287
|
-
staticRenderFns,
|
|
1288
|
-
false,
|
|
1289
|
-
null,
|
|
1290
|
-
"4ecaae13",
|
|
1291
|
-
null
|
|
1292
|
-
|
|
1293
|
-
)
|
|
1294
|
-
|
|
1295
|
-
/* harmony default export */ var View = (component.exports);
|
|
1296
|
-
|
|
1297
1069
|
/***/ }),
|
|
1298
1070
|
|
|
1299
1071
|
/***/ 550:
|
|
@@ -1896,7 +1668,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
1896
1668
|
"default": function() { return /* binding */ View; }
|
|
1897
1669
|
});
|
|
1898
1670
|
|
|
1899
|
-
;// ./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
|
|
1900
1672
|
var render = function render() {
|
|
1901
1673
|
var _vm = this,
|
|
1902
1674
|
_c = _vm._self._c;
|
|
@@ -1913,59 +1685,47 @@ var render = function render() {
|
|
|
1913
1685
|
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
1914
1686
|
staticClass: "cmhk-home_main"
|
|
1915
1687
|
}, [_c('div', {
|
|
1916
|
-
staticClass: "
|
|
1917
|
-
class: _vm.swiperArrow == true ? '' : 'active'
|
|
1918
|
-
}, [_c('div', {
|
|
1919
|
-
ref: "barparent",
|
|
1920
|
-
staticClass: "page-tab-swiper common-swiper_tab",
|
|
1921
|
-
attrs: {
|
|
1922
|
-
"id": `terms${_vm.data.componentId}`
|
|
1923
|
-
}
|
|
1924
|
-
}, [_c('div', {
|
|
1925
|
-
staticClass: "swiper-wrapper"
|
|
1688
|
+
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
1926
1689
|
}, _vm._l(_vm.configList, function (item, index) {
|
|
1927
1690
|
return _c('div', {
|
|
1928
1691
|
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
1929
|
-
staticClass: "
|
|
1930
|
-
class: item.id == _vm.currentTab ? 'active' : '',
|
|
1692
|
+
staticClass: "flex-wapper_item",
|
|
1931
1693
|
on: {
|
|
1932
1694
|
"click": function ($event) {
|
|
1933
|
-
return _vm.
|
|
1695
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
1934
1696
|
}
|
|
1935
1697
|
}
|
|
1936
|
-
}, [
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
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)])]);
|
|
1945
1720
|
};
|
|
1946
1721
|
var staticRenderFns = [];
|
|
1947
1722
|
|
|
1948
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
1949
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
1950
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
1951
|
-
var es_iterator_filter = __webpack_require__(2489);
|
|
1952
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
1953
|
-
var swiper = __webpack_require__(2791);
|
|
1954
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
1955
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
1956
1723
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
1957
1724
|
var baseComp = __webpack_require__(4272);
|
|
1958
|
-
;// ./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-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
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
|
|
1966
1726
|
|
|
1967
1727
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
1968
|
-
name: "cms-
|
|
1728
|
+
name: "cms-lineFive",
|
|
1969
1729
|
components: {
|
|
1970
1730
|
BaseComp: baseComp["default"]
|
|
1971
1731
|
},
|
|
@@ -1991,102 +1751,31 @@ var baseComp = __webpack_require__(4272);
|
|
|
1991
1751
|
},
|
|
1992
1752
|
data() {
|
|
1993
1753
|
return {
|
|
1994
|
-
configList: []
|
|
1995
|
-
currentTab: "",
|
|
1996
|
-
swiperArrow: false,
|
|
1997
|
-
broadbandSwiperC: null,
|
|
1998
|
-
swiperBeginning: false,
|
|
1999
|
-
swiperEnd: false
|
|
1754
|
+
configList: []
|
|
2000
1755
|
};
|
|
2001
1756
|
},
|
|
2002
|
-
mounted() {
|
|
2003
|
-
|
|
2004
|
-
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
|
|
2005
|
-
autoplay: false,
|
|
2006
|
-
loop: false,
|
|
2007
|
-
// 循环模式选项
|
|
2008
|
-
spaceBetween: 0,
|
|
2009
|
-
slidesPerView: "auto",
|
|
2010
|
-
// slidesPerGroup:1,
|
|
2011
|
-
observer: true,
|
|
2012
|
-
observeParents: true
|
|
2013
|
-
});
|
|
2014
|
-
// 0820 -end
|
|
2015
|
-
});
|
|
2016
|
-
this.currentTab = this.configList[0].id;
|
|
2017
|
-
},
|
|
1757
|
+
mounted() {},
|
|
1758
|
+
watch: {},
|
|
2018
1759
|
methods: {
|
|
2019
1760
|
getConfigData(configData) {
|
|
2020
1761
|
this.configList = configData.configList;
|
|
2021
|
-
this.$nextTick(() => {
|
|
2022
|
-
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
2023
|
-
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
2024
|
-
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
2025
|
-
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
2026
|
-
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
2027
|
-
this.swiperArrow = false;
|
|
2028
|
-
} else {
|
|
2029
|
-
this.swiperArrow = true;
|
|
2030
|
-
}
|
|
2031
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2032
|
-
this.swiperBeginning = true;
|
|
2033
|
-
}
|
|
2034
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2035
|
-
this.swiperEnd = true;
|
|
2036
|
-
}
|
|
2037
|
-
});
|
|
2038
|
-
},
|
|
2039
|
-
clickSwiperPrev() {
|
|
2040
|
-
this.broadbandSwiperC.slidePrev();
|
|
2041
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2042
|
-
this.swiperBeginning = true;
|
|
2043
|
-
} else {
|
|
2044
|
-
this.swiperBeginning = false;
|
|
2045
|
-
}
|
|
2046
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2047
|
-
this.swiperEnd = true;
|
|
2048
|
-
} else {
|
|
2049
|
-
this.swiperEnd = false;
|
|
2050
|
-
}
|
|
2051
|
-
},
|
|
2052
|
-
clickSwiperNext() {
|
|
2053
|
-
this.broadbandSwiperC.slideNext();
|
|
2054
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
2055
|
-
this.swiperBeginning = true;
|
|
2056
|
-
} else {
|
|
2057
|
-
this.swiperBeginning = false;
|
|
2058
|
-
}
|
|
2059
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
2060
|
-
this.swiperEnd = true;
|
|
2061
|
-
} else {
|
|
2062
|
-
this.swiperEnd = false;
|
|
2063
|
-
}
|
|
2064
|
-
},
|
|
2065
|
-
changeTab(item) {
|
|
2066
|
-
this.currentTab = item.id;
|
|
2067
1762
|
},
|
|
2068
1763
|
decodeJumpUrl(url) {
|
|
2069
1764
|
if (!url) return;
|
|
2070
1765
|
top.location.href = url;
|
|
2071
1766
|
}
|
|
2072
|
-
},
|
|
2073
|
-
computed: {
|
|
2074
|
-
_showTipsInfo() {
|
|
2075
|
-
const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
|
|
2076
|
-
return result.input2;
|
|
2077
|
-
}
|
|
2078
1767
|
}
|
|
2079
1768
|
});
|
|
2080
|
-
;// ./package/cms-
|
|
2081
|
-
/* harmony default export */ var
|
|
2082
|
-
;// ./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
|
|
2083
1772
|
// extracted by mini-css-extract-plugin
|
|
2084
1773
|
|
|
2085
|
-
;// ./package/cms-
|
|
1774
|
+
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=7e9c168f&prod&lang=scss&scoped=true
|
|
2086
1775
|
|
|
2087
1776
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
2088
1777
|
var componentNormalizer = __webpack_require__(1656);
|
|
2089
|
-
;// ./package/cms-
|
|
1778
|
+
;// ./package/cms-lineFive/View.vue
|
|
2090
1779
|
|
|
2091
1780
|
|
|
2092
1781
|
|
|
@@ -2096,12 +1785,12 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
2096
1785
|
/* normalize component */
|
|
2097
1786
|
|
|
2098
1787
|
var component = (0,componentNormalizer/* default */.A)(
|
|
2099
|
-
|
|
1788
|
+
cms_lineFive_Viewvue_type_script_lang_js,
|
|
2100
1789
|
render,
|
|
2101
1790
|
staticRenderFns,
|
|
2102
1791
|
false,
|
|
2103
1792
|
null,
|
|
2104
|
-
"
|
|
1793
|
+
"7e9c168f",
|
|
2105
1794
|
null
|
|
2106
1795
|
|
|
2107
1796
|
)
|
|
@@ -10325,8 +10014,8 @@ var map = {
|
|
|
10325
10014
|
"./cms-dynamic-comp/index.js": 3730,
|
|
10326
10015
|
"./cms-iconFour": 8132,
|
|
10327
10016
|
"./cms-iconFour/": 8132,
|
|
10328
|
-
"./cms-iconFour/View":
|
|
10329
|
-
"./cms-iconFour/View.vue":
|
|
10017
|
+
"./cms-iconFour/View": 7590,
|
|
10018
|
+
"./cms-iconFour/View.vue": 7590,
|
|
10330
10019
|
"./cms-iconFour/index": 8132,
|
|
10331
10020
|
"./cms-iconFour/index.js": 8132,
|
|
10332
10021
|
"./cms-image": 8886,
|
|
@@ -10343,14 +10032,14 @@ var map = {
|
|
|
10343
10032
|
"./cms-image/index.js": 8886,
|
|
10344
10033
|
"./cms-imgFour": 4352,
|
|
10345
10034
|
"./cms-imgFour/": 4352,
|
|
10346
|
-
"./cms-imgFour/View":
|
|
10347
|
-
"./cms-imgFour/View.vue":
|
|
10035
|
+
"./cms-imgFour/View": 9484,
|
|
10036
|
+
"./cms-imgFour/View.vue": 9484,
|
|
10348
10037
|
"./cms-imgFour/index": 4352,
|
|
10349
10038
|
"./cms-imgFour/index.js": 4352,
|
|
10350
10039
|
"./cms-lineFive": 6763,
|
|
10351
10040
|
"./cms-lineFive/": 6763,
|
|
10352
|
-
"./cms-lineFive/View":
|
|
10353
|
-
"./cms-lineFive/View.vue":
|
|
10041
|
+
"./cms-lineFive/View": 792,
|
|
10042
|
+
"./cms-lineFive/View.vue": 792,
|
|
10354
10043
|
"./cms-lineFive/index": 6763,
|
|
10355
10044
|
"./cms-lineFive/index.js": 6763,
|
|
10356
10045
|
"./cms-lineFour": 6175,
|
|
@@ -10361,8 +10050,8 @@ var map = {
|
|
|
10361
10050
|
"./cms-lineFour/index.js": 6175,
|
|
10362
10051
|
"./cms-lineThree": 7277,
|
|
10363
10052
|
"./cms-lineThree/": 7277,
|
|
10364
|
-
"./cms-lineThree/View":
|
|
10365
|
-
"./cms-lineThree/View.vue":
|
|
10053
|
+
"./cms-lineThree/View": 5423,
|
|
10054
|
+
"./cms-lineThree/View.vue": 5423,
|
|
10366
10055
|
"./cms-lineThree/index": 7277,
|
|
10367
10056
|
"./cms-lineThree/index.js": 7277,
|
|
10368
10057
|
"./cms-lineTwo": 8123,
|
|
@@ -10391,8 +10080,8 @@ var map = {
|
|
|
10391
10080
|
"./cms-productDetails/index.js": 4406,
|
|
10392
10081
|
"./cms-question": 2269,
|
|
10393
10082
|
"./cms-question/": 2269,
|
|
10394
|
-
"./cms-question/View":
|
|
10395
|
-
"./cms-question/View.vue":
|
|
10083
|
+
"./cms-question/View": 4872,
|
|
10084
|
+
"./cms-question/View.vue": 4872,
|
|
10396
10085
|
"./cms-question/index": 2269,
|
|
10397
10086
|
"./cms-question/index.js": 2269,
|
|
10398
10087
|
"./cms-richText": 7616,
|
|
@@ -10414,8 +10103,8 @@ var map = {
|
|
|
10414
10103
|
"./cms-servePlan-tab/service-plan.scss": 2358,
|
|
10415
10104
|
"./cms-servePlan-text": 6501,
|
|
10416
10105
|
"./cms-servePlan-text/": 6501,
|
|
10417
|
-
"./cms-servePlan-text/View":
|
|
10418
|
-
"./cms-servePlan-text/View.vue":
|
|
10106
|
+
"./cms-servePlan-text/View": 7907,
|
|
10107
|
+
"./cms-servePlan-text/View.vue": 7907,
|
|
10419
10108
|
"./cms-servePlan-text/index": 6501,
|
|
10420
10109
|
"./cms-servePlan-text/index.js": 6501,
|
|
10421
10110
|
"./cms-tab": 8892,
|
|
@@ -10426,8 +10115,8 @@ var map = {
|
|
|
10426
10115
|
"./cms-tab/index.js": 8892,
|
|
10427
10116
|
"./cms-termsAndConditions": 9387,
|
|
10428
10117
|
"./cms-termsAndConditions/": 9387,
|
|
10429
|
-
"./cms-termsAndConditions/View":
|
|
10430
|
-
"./cms-termsAndConditions/View.vue":
|
|
10118
|
+
"./cms-termsAndConditions/View": 8411,
|
|
10119
|
+
"./cms-termsAndConditions/View.vue": 8411,
|
|
10431
10120
|
"./cms-termsAndConditions/index": 9387,
|
|
10432
10121
|
"./cms-termsAndConditions/index.js": 9387,
|
|
10433
10122
|
"./cms-text": 394,
|
|
@@ -10438,8 +10127,8 @@ var map = {
|
|
|
10438
10127
|
"./cms-text/index.js": 394,
|
|
10439
10128
|
"./cms-threeScroll": 4670,
|
|
10440
10129
|
"./cms-threeScroll/": 4670,
|
|
10441
|
-
"./cms-threeScroll/View":
|
|
10442
|
-
"./cms-threeScroll/View.vue":
|
|
10130
|
+
"./cms-threeScroll/View": 5006,
|
|
10131
|
+
"./cms-threeScroll/View.vue": 5006,
|
|
10443
10132
|
"./cms-threeScroll/index": 4670,
|
|
10444
10133
|
"./cms-threeScroll/index.js": 4670,
|
|
10445
10134
|
"./cms-titleCenter": 8904,
|
|
@@ -12981,7 +12670,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACB
|
|
|
12981
12670
|
__webpack_require__.r(__webpack_exports__);
|
|
12982
12671
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
12983
12672
|
|
|
12984
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
12673
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4872));
|
|
12985
12674
|
const langData = {
|
|
12986
12675
|
configList: [{
|
|
12987
12676
|
id: Math.random().toString(),
|
|
@@ -28690,149 +28379,6 @@ module.exports = function (it) {
|
|
|
28690
28379
|
};
|
|
28691
28380
|
|
|
28692
28381
|
|
|
28693
|
-
/***/ }),
|
|
28694
|
-
|
|
28695
|
-
/***/ 4210:
|
|
28696
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28697
|
-
|
|
28698
|
-
"use strict";
|
|
28699
|
-
// ESM COMPAT FLAG
|
|
28700
|
-
__webpack_require__.r(__webpack_exports__);
|
|
28701
|
-
|
|
28702
|
-
// EXPORTS
|
|
28703
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
28704
|
-
"default": function() { return /* binding */ View; }
|
|
28705
|
-
});
|
|
28706
|
-
|
|
28707
|
-
;// ./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
|
|
28708
|
-
var render = function render() {
|
|
28709
|
-
var _vm = this,
|
|
28710
|
-
_c = _vm._self._c;
|
|
28711
|
-
return _c('BaseComp', _vm._b({
|
|
28712
|
-
attrs: {
|
|
28713
|
-
"data": _vm.data,
|
|
28714
|
-
"nowCompId": _vm.nowCompId,
|
|
28715
|
-
"isOpcacity": _vm.isOpcacity,
|
|
28716
|
-
"lang": _vm.lang
|
|
28717
|
-
},
|
|
28718
|
-
on: {
|
|
28719
|
-
"getConfigData": _vm.getConfigData
|
|
28720
|
-
}
|
|
28721
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
28722
|
-
staticClass: "cmhk-home_main"
|
|
28723
|
-
}, [_c('div', {
|
|
28724
|
-
staticClass: "flex-wapper layout5to2 sper-32 mobile-sper8"
|
|
28725
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
28726
|
-
return _c('div', {
|
|
28727
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
28728
|
-
staticClass: "flex-wapper_item",
|
|
28729
|
-
on: {
|
|
28730
|
-
"click": function ($event) {
|
|
28731
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
28732
|
-
}
|
|
28733
|
-
}
|
|
28734
|
-
}, [_c('div', {
|
|
28735
|
-
staticClass: "card-input"
|
|
28736
|
-
}, [_c('div', {
|
|
28737
|
-
staticClass: "card-input_wapper"
|
|
28738
|
-
}, [_c('img', {
|
|
28739
|
-
staticClass: "card-input_image mobile-show",
|
|
28740
|
-
attrs: {
|
|
28741
|
-
"src": item.uploadImageH5,
|
|
28742
|
-
"alt": item.imageH5ATL
|
|
28743
|
-
}
|
|
28744
|
-
}), _c('img', {
|
|
28745
|
-
staticClass: "card-input_image pc-show",
|
|
28746
|
-
attrs: {
|
|
28747
|
-
"src": item.uploadImagePC,
|
|
28748
|
-
"alt": item.imagePcATL
|
|
28749
|
-
}
|
|
28750
|
-
}), item !== null && item !== void 0 && item.input1 ? _c('p', {
|
|
28751
|
-
staticClass: "title"
|
|
28752
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.input1))]) : _vm._e(), item !== null && item !== void 0 && item.input2 ? _c('p', {
|
|
28753
|
-
staticClass: "sub-title"
|
|
28754
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]) : _vm._e()])])]);
|
|
28755
|
-
}), 0)])]);
|
|
28756
|
-
};
|
|
28757
|
-
var staticRenderFns = [];
|
|
28758
|
-
|
|
28759
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
28760
|
-
var baseComp = __webpack_require__(4272);
|
|
28761
|
-
;// ./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
|
|
28762
|
-
|
|
28763
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
28764
|
-
name: "cms-lineFive",
|
|
28765
|
-
components: {
|
|
28766
|
-
BaseComp: baseComp["default"]
|
|
28767
|
-
},
|
|
28768
|
-
props: {
|
|
28769
|
-
data: {
|
|
28770
|
-
type: Object,
|
|
28771
|
-
default: () => {
|
|
28772
|
-
return {};
|
|
28773
|
-
}
|
|
28774
|
-
},
|
|
28775
|
-
nowCompId: {
|
|
28776
|
-
type: [String, Number],
|
|
28777
|
-
default: ""
|
|
28778
|
-
},
|
|
28779
|
-
isOpcacity: {
|
|
28780
|
-
type: Boolean,
|
|
28781
|
-
default: true
|
|
28782
|
-
},
|
|
28783
|
-
lang: {
|
|
28784
|
-
type: String,
|
|
28785
|
-
default: "zh-HK"
|
|
28786
|
-
}
|
|
28787
|
-
},
|
|
28788
|
-
data() {
|
|
28789
|
-
return {
|
|
28790
|
-
configList: []
|
|
28791
|
-
};
|
|
28792
|
-
},
|
|
28793
|
-
mounted() {},
|
|
28794
|
-
watch: {},
|
|
28795
|
-
methods: {
|
|
28796
|
-
getConfigData(configData) {
|
|
28797
|
-
this.configList = configData.configList;
|
|
28798
|
-
},
|
|
28799
|
-
decodeJumpUrl(url) {
|
|
28800
|
-
if (!url) return;
|
|
28801
|
-
top.location.href = url;
|
|
28802
|
-
}
|
|
28803
|
-
}
|
|
28804
|
-
});
|
|
28805
|
-
;// ./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
28806
|
-
/* harmony default export */ var cms_lineFive_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
28807
|
-
;// ./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
|
|
28808
|
-
// extracted by mini-css-extract-plugin
|
|
28809
|
-
|
|
28810
|
-
;// ./package/cms-lineFive/View.vue?vue&type=style&index=0&id=1a5e7dc8&prod&lang=scss&scoped=true
|
|
28811
|
-
|
|
28812
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
28813
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
28814
|
-
;// ./package/cms-lineFive/View.vue
|
|
28815
|
-
|
|
28816
|
-
|
|
28817
|
-
|
|
28818
|
-
;
|
|
28819
|
-
|
|
28820
|
-
|
|
28821
|
-
/* normalize component */
|
|
28822
|
-
|
|
28823
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
28824
|
-
cms_lineFive_Viewvue_type_script_lang_js,
|
|
28825
|
-
render,
|
|
28826
|
-
staticRenderFns,
|
|
28827
|
-
false,
|
|
28828
|
-
null,
|
|
28829
|
-
"1a5e7dc8",
|
|
28830
|
-
null
|
|
28831
|
-
|
|
28832
|
-
)
|
|
28833
|
-
|
|
28834
|
-
/* harmony default export */ var View = (component.exports);
|
|
28835
|
-
|
|
28836
28382
|
/***/ }),
|
|
28837
28383
|
|
|
28838
28384
|
/***/ 4211:
|
|
@@ -29379,7 +28925,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
29379
28925
|
__webpack_require__.r(__webpack_exports__);
|
|
29380
28926
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
29381
28927
|
|
|
29382
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28928
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9484));
|
|
29383
28929
|
const langData = {
|
|
29384
28930
|
configList: [{
|
|
29385
28931
|
id: Math.random().toString(),
|
|
@@ -38135,229 +37681,6 @@ module.exports =
|
|
|
38135
37681
|
(function () { return this; })() || Function('return this')();
|
|
38136
37682
|
|
|
38137
37683
|
|
|
38138
|
-
/***/ }),
|
|
38139
|
-
|
|
38140
|
-
/***/ 4602:
|
|
38141
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38142
|
-
|
|
38143
|
-
"use strict";
|
|
38144
|
-
// ESM COMPAT FLAG
|
|
38145
|
-
__webpack_require__.r(__webpack_exports__);
|
|
38146
|
-
|
|
38147
|
-
// EXPORTS
|
|
38148
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
38149
|
-
"default": function() { return /* binding */ View; }
|
|
38150
|
-
});
|
|
38151
|
-
|
|
38152
|
-
;// ./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
|
|
38153
|
-
var render = function render() {
|
|
38154
|
-
var _vm = this,
|
|
38155
|
-
_c = _vm._self._c,
|
|
38156
|
-
_setup = _vm._self._setupProxy;
|
|
38157
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
38158
|
-
attrs: {
|
|
38159
|
-
"data": _vm.data,
|
|
38160
|
-
"nowCompId": _vm.nowCompId,
|
|
38161
|
-
"isOpcacity": _vm.isOpcacity,
|
|
38162
|
-
"lang": _vm.lang
|
|
38163
|
-
},
|
|
38164
|
-
on: {
|
|
38165
|
-
"getConfigData": _vm.getConfigData
|
|
38166
|
-
}
|
|
38167
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
38168
|
-
staticClass: "cmhk-home_main"
|
|
38169
|
-
}, [_c('div', {
|
|
38170
|
-
staticClass: "corp-static_wrapper"
|
|
38171
|
-
}, [_c('div', {
|
|
38172
|
-
staticClass: "corp-static_scene_container"
|
|
38173
|
-
}, [_c('ul', {
|
|
38174
|
-
staticClass: "clearfix"
|
|
38175
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
38176
|
-
return _c('li', {
|
|
38177
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
38178
|
-
on: {
|
|
38179
|
-
"click": function ($event) {
|
|
38180
|
-
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
38181
|
-
}
|
|
38182
|
-
}
|
|
38183
|
-
}, [_c('div', {
|
|
38184
|
-
staticClass: "card-shadow"
|
|
38185
|
-
}, [_c('div', {
|
|
38186
|
-
staticClass: "image-desbox_wapper"
|
|
38187
|
-
}, [_c('img', {
|
|
38188
|
-
staticClass: "scene-image",
|
|
38189
|
-
attrs: {
|
|
38190
|
-
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
38191
|
-
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
38192
|
-
}
|
|
38193
|
-
})]), _c('div', {
|
|
38194
|
-
staticClass: "corp-static_scene_content"
|
|
38195
|
-
}, [_c('p', {
|
|
38196
|
-
staticClass: "title"
|
|
38197
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
38198
|
-
staticClass: "des",
|
|
38199
|
-
class: _vm.panelFold ? 'des-more' : ''
|
|
38200
|
-
}, [_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', {
|
|
38201
|
-
staticClass: "crad-more",
|
|
38202
|
-
on: {
|
|
38203
|
-
"click": function ($event) {
|
|
38204
|
-
$event.stopPropagation();
|
|
38205
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38206
|
-
}
|
|
38207
|
-
}
|
|
38208
|
-
}, [_c('span', {
|
|
38209
|
-
directives: [{
|
|
38210
|
-
name: "show",
|
|
38211
|
-
rawName: "v-show",
|
|
38212
|
-
value: _vm.$i18n.locale == 'zh-CN',
|
|
38213
|
-
expression: "$i18n.locale == 'zh-CN'"
|
|
38214
|
-
}]
|
|
38215
|
-
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
38216
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38217
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
38218
|
-
staticClass: "crad-more",
|
|
38219
|
-
on: {
|
|
38220
|
-
"click": function ($event) {
|
|
38221
|
-
$event.stopPropagation();
|
|
38222
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38223
|
-
}
|
|
38224
|
-
}
|
|
38225
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
38226
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38227
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
38228
|
-
staticClass: "crad-more",
|
|
38229
|
-
on: {
|
|
38230
|
-
"click": function ($event) {
|
|
38231
|
-
$event.stopPropagation();
|
|
38232
|
-
_vm.panelFold = !_vm.panelFold;
|
|
38233
|
-
}
|
|
38234
|
-
}
|
|
38235
|
-
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
38236
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
38237
|
-
})])]) : _vm._e()])])]);
|
|
38238
|
-
}), 0)])])])]);
|
|
38239
|
-
};
|
|
38240
|
-
var staticRenderFns = [];
|
|
38241
|
-
|
|
38242
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
38243
|
-
var baseComp = __webpack_require__(4272);
|
|
38244
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
38245
|
-
var jumpUrl = __webpack_require__(813);
|
|
38246
|
-
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
38247
|
-
var vue_runtime_esm = __webpack_require__(6848);
|
|
38248
|
-
;// ./src/utils/useMobileEffect.js
|
|
38249
|
-
|
|
38250
|
-
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
38251
|
-
const resize = () => {
|
|
38252
|
-
let bodyW = 0;
|
|
38253
|
-
if (document.body) {
|
|
38254
|
-
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
38255
|
-
}
|
|
38256
|
-
if (bodyW < 800) {
|
|
38257
|
-
isMobileHook.value = true;
|
|
38258
|
-
} else {
|
|
38259
|
-
isMobileHook.value = false;
|
|
38260
|
-
}
|
|
38261
|
-
};
|
|
38262
|
-
/* harmony default export */ function useMobileEffect() {
|
|
38263
|
-
(0,vue_runtime_esm.onMounted)(() => {
|
|
38264
|
-
resize();
|
|
38265
|
-
window.addEventListener('resize', resize);
|
|
38266
|
-
});
|
|
38267
|
-
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
38268
|
-
window.removeEventListener('resize', resize);
|
|
38269
|
-
});
|
|
38270
|
-
return {
|
|
38271
|
-
isMobileHook
|
|
38272
|
-
};
|
|
38273
|
-
}
|
|
38274
|
-
;// ./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
|
|
38275
|
-
|
|
38276
|
-
const __default__ = {
|
|
38277
|
-
name: "cms-lineThree",
|
|
38278
|
-
components: {
|
|
38279
|
-
BaseComp: baseComp["default"]
|
|
38280
|
-
},
|
|
38281
|
-
props: {
|
|
38282
|
-
data: {
|
|
38283
|
-
type: Object,
|
|
38284
|
-
default: () => {
|
|
38285
|
-
return {};
|
|
38286
|
-
}
|
|
38287
|
-
},
|
|
38288
|
-
nowCompId: {
|
|
38289
|
-
type: [String, Number],
|
|
38290
|
-
default: ""
|
|
38291
|
-
},
|
|
38292
|
-
isOpcacity: {
|
|
38293
|
-
type: Boolean,
|
|
38294
|
-
default: true
|
|
38295
|
-
},
|
|
38296
|
-
lang: {
|
|
38297
|
-
type: String,
|
|
38298
|
-
default: "zh-HK"
|
|
38299
|
-
}
|
|
38300
|
-
},
|
|
38301
|
-
data() {
|
|
38302
|
-
return {
|
|
38303
|
-
configList: [],
|
|
38304
|
-
panelFold: false
|
|
38305
|
-
};
|
|
38306
|
-
},
|
|
38307
|
-
mounted() {},
|
|
38308
|
-
watch: {},
|
|
38309
|
-
methods: {
|
|
38310
|
-
getConfigData(configData) {
|
|
38311
|
-
this.configList = configData.configList;
|
|
38312
|
-
}
|
|
38313
|
-
}
|
|
38314
|
-
};
|
|
38315
|
-
|
|
38316
|
-
|
|
38317
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
38318
|
-
setup(__props) {
|
|
38319
|
-
const {
|
|
38320
|
-
isMobileHook
|
|
38321
|
-
} = useMobileEffect();
|
|
38322
|
-
return {
|
|
38323
|
-
__sfc: true,
|
|
38324
|
-
isMobileHook,
|
|
38325
|
-
BaseComp: baseComp["default"],
|
|
38326
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
38327
|
-
};
|
|
38328
|
-
}
|
|
38329
|
-
}));
|
|
38330
|
-
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
38331
|
-
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
38332
|
-
;// ./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
|
|
38333
|
-
// extracted by mini-css-extract-plugin
|
|
38334
|
-
|
|
38335
|
-
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
38336
|
-
|
|
38337
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
38338
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
38339
|
-
;// ./package/cms-lineThree/View.vue
|
|
38340
|
-
|
|
38341
|
-
|
|
38342
|
-
|
|
38343
|
-
;
|
|
38344
|
-
|
|
38345
|
-
|
|
38346
|
-
/* normalize component */
|
|
38347
|
-
|
|
38348
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
38349
|
-
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
38350
|
-
render,
|
|
38351
|
-
staticRenderFns,
|
|
38352
|
-
false,
|
|
38353
|
-
null,
|
|
38354
|
-
"241e1e5b",
|
|
38355
|
-
null
|
|
38356
|
-
|
|
38357
|
-
)
|
|
38358
|
-
|
|
38359
|
-
/* harmony default export */ var View = (component.exports);
|
|
38360
|
-
|
|
38361
37684
|
/***/ }),
|
|
38362
37685
|
|
|
38363
37686
|
/***/ 4603:
|
|
@@ -38642,7 +37965,7 @@ module.exports = function (object, key, value) {
|
|
|
38642
37965
|
__webpack_require__.r(__webpack_exports__);
|
|
38643
37966
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
38644
37967
|
|
|
38645
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
37968
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5006));
|
|
38646
37969
|
const langData = {
|
|
38647
37970
|
configList: [{
|
|
38648
37971
|
id: Math.random().toString(),
|
|
@@ -39419,6 +38742,200 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADz
|
|
|
39419
38742
|
|
|
39420
38743
|
/***/ }),
|
|
39421
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
|
+
|
|
39422
38939
|
/***/ 4887:
|
|
39423
38940
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
39424
38941
|
|
|
@@ -39942,6 +39459,234 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
39942
39459
|
|
|
39943
39460
|
/***/ }),
|
|
39944
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
|
+
|
|
39945
39690
|
/***/ 5024:
|
|
39946
39691
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
39947
39692
|
|
|
@@ -40995,25 +40740,25 @@ var map = {
|
|
|
40995
40740
|
"./cms-column/View.vue": 5519,
|
|
40996
40741
|
"./cms-description/View.vue": 3203,
|
|
40997
40742
|
"./cms-dynamic-comp/View.vue": 2809,
|
|
40998
|
-
"./cms-iconFour/View.vue":
|
|
40743
|
+
"./cms-iconFour/View.vue": 7590,
|
|
40999
40744
|
"./cms-image-group/View.vue": 1243,
|
|
41000
40745
|
"./cms-image/View.vue": 6598,
|
|
41001
|
-
"./cms-imgFour/View.vue":
|
|
41002
|
-
"./cms-lineFive/View.vue":
|
|
40746
|
+
"./cms-imgFour/View.vue": 9484,
|
|
40747
|
+
"./cms-lineFive/View.vue": 792,
|
|
41003
40748
|
"./cms-lineFour/View.vue": 9703,
|
|
41004
|
-
"./cms-lineThree/View.vue":
|
|
40749
|
+
"./cms-lineThree/View.vue": 5423,
|
|
41005
40750
|
"./cms-lineTwo/View.vue": 6257,
|
|
41006
40751
|
"./cms-proCard/View.vue": 7063,
|
|
41007
40752
|
"./cms-prodCustomization/View.vue": 3053,
|
|
41008
40753
|
"./cms-productDetails/View.vue": 4110,
|
|
41009
|
-
"./cms-question/View.vue":
|
|
40754
|
+
"./cms-question/View.vue": 4872,
|
|
41010
40755
|
"./cms-richText/View.vue": 2851,
|
|
41011
40756
|
"./cms-servePlan-tab/View.vue": 8502,
|
|
41012
|
-
"./cms-servePlan-text/View.vue":
|
|
40757
|
+
"./cms-servePlan-text/View.vue": 7907,
|
|
41013
40758
|
"./cms-tab/View.vue": 4685,
|
|
41014
|
-
"./cms-termsAndConditions/View.vue":
|
|
40759
|
+
"./cms-termsAndConditions/View.vue": 8411,
|
|
41015
40760
|
"./cms-text/View.vue": 7787,
|
|
41016
|
-
"./cms-threeScroll/View.vue":
|
|
40761
|
+
"./cms-threeScroll/View.vue": 5006,
|
|
41017
40762
|
"./cms-titleCenter/View.vue": 9871,
|
|
41018
40763
|
"./cms-titleLeft/View.vue": 2950,
|
|
41019
40764
|
"./cms-via-storedValueCard/View.vue": 8498,
|
|
@@ -41101,7 +40846,188 @@ module.exports = Number.isNaN || function isNaN(a) {
|
|
|
41101
40846
|
|
|
41102
40847
|
/***/ }),
|
|
41103
40848
|
|
|
41104
|
-
/***/
|
|
40849
|
+
/***/ 5335:
|
|
40850
|
+
/***/ (function(module) {
|
|
40851
|
+
|
|
40852
|
+
"use strict";
|
|
40853
|
+
module.exports = "data:image/png;base64,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";
|
|
40854
|
+
|
|
40855
|
+
/***/ }),
|
|
40856
|
+
|
|
40857
|
+
/***/ 5340:
|
|
40858
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40859
|
+
|
|
40860
|
+
"use strict";
|
|
40861
|
+
__webpack_require__.r(__webpack_exports__);
|
|
40862
|
+
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
40863
|
+
|
|
40864
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 2003));
|
|
40865
|
+
const radiusOptions = [{
|
|
40866
|
+
label: "0",
|
|
40867
|
+
value: 0
|
|
40868
|
+
}, {
|
|
40869
|
+
label: "4",
|
|
40870
|
+
value: 4
|
|
40871
|
+
}, {
|
|
40872
|
+
label: "8",
|
|
40873
|
+
value: 8
|
|
40874
|
+
}, {
|
|
40875
|
+
label: "16",
|
|
40876
|
+
value: 16
|
|
40877
|
+
}, {
|
|
40878
|
+
label: "全圆角",
|
|
40879
|
+
value: "full"
|
|
40880
|
+
}];
|
|
40881
|
+
|
|
40882
|
+
// 默认配置数据
|
|
40883
|
+
const langData = {
|
|
40884
|
+
// 高度设置
|
|
40885
|
+
heightType: "auto",
|
|
40886
|
+
fixedHeight: 300,
|
|
40887
|
+
// 边框设置
|
|
40888
|
+
borderWidth: 0,
|
|
40889
|
+
borderStyle: "solid",
|
|
40890
|
+
borderColor: "",
|
|
40891
|
+
borderRadius: 8,
|
|
40892
|
+
// 背景设置
|
|
40893
|
+
backgroundColor: "",
|
|
40894
|
+
backgroundImage: "",
|
|
40895
|
+
// 阴影设置
|
|
40896
|
+
boxShadow: ""
|
|
40897
|
+
};
|
|
40898
|
+
|
|
40899
|
+
// 配置项类型定义
|
|
40900
|
+
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
40901
|
+
// 高度设置配置
|
|
40902
|
+
heightType: {
|
|
40903
|
+
label: "高度类型",
|
|
40904
|
+
widgetType: "el-radio-group",
|
|
40905
|
+
options: [{
|
|
40906
|
+
label: "内容自适应",
|
|
40907
|
+
value: "auto"
|
|
40908
|
+
}, {
|
|
40909
|
+
label: "固定高度",
|
|
40910
|
+
value: "fixed"
|
|
40911
|
+
}]
|
|
40912
|
+
},
|
|
40913
|
+
fixedHeight: {
|
|
40914
|
+
label: "高度值(px)",
|
|
40915
|
+
widgetType: "el-input-number",
|
|
40916
|
+
size: "small",
|
|
40917
|
+
min: 100,
|
|
40918
|
+
max: 2000,
|
|
40919
|
+
step: 1
|
|
40920
|
+
},
|
|
40921
|
+
// 边框设置配置
|
|
40922
|
+
borderWidth: {
|
|
40923
|
+
label: "边框宽度(px)",
|
|
40924
|
+
widgetType: "el-input-number",
|
|
40925
|
+
size: "small",
|
|
40926
|
+
min: 0,
|
|
40927
|
+
max: 20,
|
|
40928
|
+
step: 1
|
|
40929
|
+
},
|
|
40930
|
+
borderStyle: {
|
|
40931
|
+
label: "边框样式",
|
|
40932
|
+
widgetType: "el-select",
|
|
40933
|
+
options: [{
|
|
40934
|
+
label: "实线",
|
|
40935
|
+
value: "solid"
|
|
40936
|
+
}, {
|
|
40937
|
+
label: "虚线",
|
|
40938
|
+
value: "dashed"
|
|
40939
|
+
}, {
|
|
40940
|
+
label: "点线",
|
|
40941
|
+
value: "dotted"
|
|
40942
|
+
}, {
|
|
40943
|
+
label: "无边框",
|
|
40944
|
+
value: "none"
|
|
40945
|
+
}]
|
|
40946
|
+
},
|
|
40947
|
+
borderColor: {
|
|
40948
|
+
label: "边框颜色",
|
|
40949
|
+
widgetType: "el-color-picker",
|
|
40950
|
+
showAlpha: true,
|
|
40951
|
+
predefine: ["#262729", "rgb(36,38,40,0.8)", "rgb(36,38,40,0.5)", "#2F85FF", "#D6197F", "#52C41A", "#f48427", "#FFFFFF"]
|
|
40952
|
+
},
|
|
40953
|
+
borderRadius: {
|
|
40954
|
+
label: "圆角",
|
|
40955
|
+
widgetType: "el-select",
|
|
40956
|
+
options: radiusOptions
|
|
40957
|
+
},
|
|
40958
|
+
// 背景设置配置
|
|
40959
|
+
backgroundColor: {
|
|
40960
|
+
label: "背景颜色",
|
|
40961
|
+
widgetType: "el-color-picker",
|
|
40962
|
+
showAlpha: true,
|
|
40963
|
+
predefine: ["#262729", "rgb(36,38,40,0.8)", "rgb(36,38,40,0.5)", "#2F85FF", "#D6197F", "#52C41A", "#f48427", "#FFFFFF"]
|
|
40964
|
+
},
|
|
40965
|
+
backgroundImage: {
|
|
40966
|
+
label: "背景图片",
|
|
40967
|
+
widgetType: "UploadWidgetCMS",
|
|
40968
|
+
uploadType: "image",
|
|
40969
|
+
placeholder: "请选择或输入图片地址"
|
|
40970
|
+
}
|
|
40971
|
+
|
|
40972
|
+
// 阴影设置配置
|
|
40973
|
+
// boxShadow: {
|
|
40974
|
+
// label: "阴影",
|
|
40975
|
+
// widgetType: "el-input",
|
|
40976
|
+
// placeholder: "如: 0 2px 4px rgba(0,0,0,0.1)",
|
|
40977
|
+
// },
|
|
40978
|
+
});
|
|
40979
|
+
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
40980
|
+
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
40981
|
+
View,
|
|
40982
|
+
validateSchema,
|
|
40983
|
+
configDataType,
|
|
40984
|
+
langData,
|
|
40985
|
+
settings: cmsCompName => {
|
|
40986
|
+
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
40987
|
+
cmsCompName,
|
|
40988
|
+
langData,
|
|
40989
|
+
isLangAll: true
|
|
40990
|
+
});
|
|
40991
|
+
}
|
|
40992
|
+
});
|
|
40993
|
+
|
|
40994
|
+
/***/ }),
|
|
40995
|
+
|
|
40996
|
+
/***/ 5370:
|
|
40997
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
40998
|
+
|
|
40999
|
+
"use strict";
|
|
41000
|
+
|
|
41001
|
+
var lengthOfArrayLike = __webpack_require__(6198);
|
|
41002
|
+
|
|
41003
|
+
module.exports = function (Constructor, list, $length) {
|
|
41004
|
+
var index = 0;
|
|
41005
|
+
var length = arguments.length > 2 ? $length : lengthOfArrayLike(list);
|
|
41006
|
+
var result = new Constructor(length);
|
|
41007
|
+
while (length > index) result[index] = list[index++];
|
|
41008
|
+
return result;
|
|
41009
|
+
};
|
|
41010
|
+
|
|
41011
|
+
|
|
41012
|
+
/***/ }),
|
|
41013
|
+
|
|
41014
|
+
/***/ 5397:
|
|
41015
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
41016
|
+
|
|
41017
|
+
"use strict";
|
|
41018
|
+
|
|
41019
|
+
// toObject with fallback for non-array-like ES3 strings
|
|
41020
|
+
var IndexedObject = __webpack_require__(7055);
|
|
41021
|
+
var requireObjectCoercible = __webpack_require__(7750);
|
|
41022
|
+
|
|
41023
|
+
module.exports = function (it) {
|
|
41024
|
+
return IndexedObject(requireObjectCoercible(it));
|
|
41025
|
+
};
|
|
41026
|
+
|
|
41027
|
+
|
|
41028
|
+
/***/ }),
|
|
41029
|
+
|
|
41030
|
+
/***/ 5423:
|
|
41105
41031
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41106
41032
|
|
|
41107
41033
|
"use strict";
|
|
@@ -41113,11 +41039,12 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
41113
41039
|
"default": function() { return /* binding */ View; }
|
|
41114
41040
|
});
|
|
41115
41041
|
|
|
41116
|
-
;// ./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-
|
|
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
|
|
41117
41043
|
var render = function render() {
|
|
41118
41044
|
var _vm = this,
|
|
41119
|
-
_c = _vm._self._c
|
|
41120
|
-
|
|
41045
|
+
_c = _vm._self._c,
|
|
41046
|
+
_setup = _vm._self._setupProxy;
|
|
41047
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
41121
41048
|
attrs: {
|
|
41122
41049
|
"data": _vm.data,
|
|
41123
41050
|
"nowCompId": _vm.nowCompId,
|
|
@@ -41127,47 +41054,117 @@ var render = function render() {
|
|
|
41127
41054
|
on: {
|
|
41128
41055
|
"getConfigData": _vm.getConfigData
|
|
41129
41056
|
}
|
|
41130
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
41057
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
41131
41058
|
staticClass: "cmhk-home_main"
|
|
41132
41059
|
}, [_c('div', {
|
|
41133
|
-
staticClass: "
|
|
41060
|
+
staticClass: "corp-static_wrapper"
|
|
41134
41061
|
}, [_c('div', {
|
|
41135
|
-
staticClass: "
|
|
41062
|
+
staticClass: "corp-static_scene_container"
|
|
41063
|
+
}, [_c('ul', {
|
|
41064
|
+
staticClass: "clearfix"
|
|
41136
41065
|
}, _vm._l(_vm.configList, function (item, index) {
|
|
41137
|
-
return _c('
|
|
41066
|
+
return _c('li', {
|
|
41138
41067
|
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
41139
|
-
|
|
41140
|
-
|
|
41141
|
-
|
|
41068
|
+
on: {
|
|
41069
|
+
"click": function ($event) {
|
|
41070
|
+
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
41071
|
+
}
|
|
41142
41072
|
}
|
|
41073
|
+
}, [_c('div', {
|
|
41074
|
+
staticClass: "card-shadow"
|
|
41075
|
+
}, [_c('div', {
|
|
41076
|
+
staticClass: "image-desbox_wapper"
|
|
41143
41077
|
}, [_c('img', {
|
|
41144
|
-
staticClass: "
|
|
41078
|
+
staticClass: "scene-image",
|
|
41145
41079
|
attrs: {
|
|
41146
|
-
"src": item.uploadImagePC,
|
|
41147
|
-
"alt": item.imagePcATL
|
|
41148
|
-
}
|
|
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",
|
|
41149
41092
|
on: {
|
|
41150
41093
|
"click": function ($event) {
|
|
41151
|
-
|
|
41094
|
+
$event.stopPropagation();
|
|
41095
|
+
_vm.panelFold = !_vm.panelFold;
|
|
41152
41096
|
}
|
|
41153
41097
|
}
|
|
41154
|
-
}), _c('div', {
|
|
41155
|
-
staticClass: "item-title"
|
|
41156
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('div', {
|
|
41157
|
-
staticClass: "item-desc"
|
|
41158
41098
|
}, [_c('span', {
|
|
41159
|
-
|
|
41160
|
-
|
|
41161
|
-
|
|
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)])])])]);
|
|
41162
41129
|
};
|
|
41163
41130
|
var staticRenderFns = [];
|
|
41164
41131
|
|
|
41165
41132
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41166
41133
|
var baseComp = __webpack_require__(4272);
|
|
41167
|
-
|
|
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
|
|
41168
41139
|
|
|
41169
|
-
|
|
41170
|
-
|
|
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",
|
|
41171
41168
|
components: {
|
|
41172
41169
|
BaseComp: baseComp["default"]
|
|
41173
41170
|
},
|
|
@@ -41193,7 +41190,8 @@ var baseComp = __webpack_require__(4272);
|
|
|
41193
41190
|
},
|
|
41194
41191
|
data() {
|
|
41195
41192
|
return {
|
|
41196
|
-
configList: []
|
|
41193
|
+
configList: [],
|
|
41194
|
+
panelFold: false
|
|
41197
41195
|
};
|
|
41198
41196
|
},
|
|
41199
41197
|
mounted() {},
|
|
@@ -41201,23 +41199,34 @@ var baseComp = __webpack_require__(4272);
|
|
|
41201
41199
|
methods: {
|
|
41202
41200
|
getConfigData(configData) {
|
|
41203
41201
|
this.configList = configData.configList;
|
|
41204
|
-
},
|
|
41205
|
-
decodeJumpUrl(url) {
|
|
41206
|
-
if (!url) return;
|
|
41207
|
-
top.location.href = url;
|
|
41208
41202
|
}
|
|
41209
41203
|
}
|
|
41210
|
-
}
|
|
41211
|
-
|
|
41212
|
-
|
|
41213
|
-
|
|
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
|
|
41214
41223
|
// extracted by mini-css-extract-plugin
|
|
41215
41224
|
|
|
41216
|
-
;// ./package/cms-
|
|
41225
|
+
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=a822c0de&prod&lang=scss&scoped=true
|
|
41217
41226
|
|
|
41218
41227
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
41219
41228
|
var componentNormalizer = __webpack_require__(1656);
|
|
41220
|
-
;// ./package/cms-
|
|
41229
|
+
;// ./package/cms-lineThree/View.vue
|
|
41221
41230
|
|
|
41222
41231
|
|
|
41223
41232
|
|
|
@@ -41227,199 +41236,18 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
41227
41236
|
/* normalize component */
|
|
41228
41237
|
|
|
41229
41238
|
var component = (0,componentNormalizer/* default */.A)(
|
|
41230
|
-
|
|
41239
|
+
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
41231
41240
|
render,
|
|
41232
41241
|
staticRenderFns,
|
|
41233
41242
|
false,
|
|
41234
41243
|
null,
|
|
41235
|
-
"
|
|
41244
|
+
"a822c0de",
|
|
41236
41245
|
null
|
|
41237
41246
|
|
|
41238
41247
|
)
|
|
41239
41248
|
|
|
41240
41249
|
/* harmony default export */ var View = (component.exports);
|
|
41241
41250
|
|
|
41242
|
-
/***/ }),
|
|
41243
|
-
|
|
41244
|
-
/***/ 5335:
|
|
41245
|
-
/***/ (function(module) {
|
|
41246
|
-
|
|
41247
|
-
"use strict";
|
|
41248
|
-
module.exports = "data:image/png;base64,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";
|
|
41249
|
-
|
|
41250
|
-
/***/ }),
|
|
41251
|
-
|
|
41252
|
-
/***/ 5340:
|
|
41253
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41254
|
-
|
|
41255
|
-
"use strict";
|
|
41256
|
-
__webpack_require__.r(__webpack_exports__);
|
|
41257
|
-
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
41258
|
-
|
|
41259
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 2003));
|
|
41260
|
-
const radiusOptions = [{
|
|
41261
|
-
label: "0",
|
|
41262
|
-
value: 0
|
|
41263
|
-
}, {
|
|
41264
|
-
label: "4",
|
|
41265
|
-
value: 4
|
|
41266
|
-
}, {
|
|
41267
|
-
label: "8",
|
|
41268
|
-
value: 8
|
|
41269
|
-
}, {
|
|
41270
|
-
label: "16",
|
|
41271
|
-
value: 16
|
|
41272
|
-
}, {
|
|
41273
|
-
label: "全圆角",
|
|
41274
|
-
value: "full"
|
|
41275
|
-
}];
|
|
41276
|
-
|
|
41277
|
-
// 默认配置数据
|
|
41278
|
-
const langData = {
|
|
41279
|
-
// 高度设置
|
|
41280
|
-
heightType: "auto",
|
|
41281
|
-
fixedHeight: 300,
|
|
41282
|
-
// 边框设置
|
|
41283
|
-
borderWidth: 0,
|
|
41284
|
-
borderStyle: "solid",
|
|
41285
|
-
borderColor: "",
|
|
41286
|
-
borderRadius: 8,
|
|
41287
|
-
// 背景设置
|
|
41288
|
-
backgroundColor: "",
|
|
41289
|
-
backgroundImage: "",
|
|
41290
|
-
// 阴影设置
|
|
41291
|
-
boxShadow: ""
|
|
41292
|
-
};
|
|
41293
|
-
|
|
41294
|
-
// 配置项类型定义
|
|
41295
|
-
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
41296
|
-
// 高度设置配置
|
|
41297
|
-
heightType: {
|
|
41298
|
-
label: "高度类型",
|
|
41299
|
-
widgetType: "el-radio-group",
|
|
41300
|
-
options: [{
|
|
41301
|
-
label: "内容自适应",
|
|
41302
|
-
value: "auto"
|
|
41303
|
-
}, {
|
|
41304
|
-
label: "固定高度",
|
|
41305
|
-
value: "fixed"
|
|
41306
|
-
}]
|
|
41307
|
-
},
|
|
41308
|
-
fixedHeight: {
|
|
41309
|
-
label: "高度值(px)",
|
|
41310
|
-
widgetType: "el-input-number",
|
|
41311
|
-
size: "small",
|
|
41312
|
-
min: 100,
|
|
41313
|
-
max: 2000,
|
|
41314
|
-
step: 1
|
|
41315
|
-
},
|
|
41316
|
-
// 边框设置配置
|
|
41317
|
-
borderWidth: {
|
|
41318
|
-
label: "边框宽度(px)",
|
|
41319
|
-
widgetType: "el-input-number",
|
|
41320
|
-
size: "small",
|
|
41321
|
-
min: 0,
|
|
41322
|
-
max: 20,
|
|
41323
|
-
step: 1
|
|
41324
|
-
},
|
|
41325
|
-
borderStyle: {
|
|
41326
|
-
label: "边框样式",
|
|
41327
|
-
widgetType: "el-select",
|
|
41328
|
-
options: [{
|
|
41329
|
-
label: "实线",
|
|
41330
|
-
value: "solid"
|
|
41331
|
-
}, {
|
|
41332
|
-
label: "虚线",
|
|
41333
|
-
value: "dashed"
|
|
41334
|
-
}, {
|
|
41335
|
-
label: "点线",
|
|
41336
|
-
value: "dotted"
|
|
41337
|
-
}, {
|
|
41338
|
-
label: "无边框",
|
|
41339
|
-
value: "none"
|
|
41340
|
-
}]
|
|
41341
|
-
},
|
|
41342
|
-
borderColor: {
|
|
41343
|
-
label: "边框颜色",
|
|
41344
|
-
widgetType: "el-color-picker",
|
|
41345
|
-
showAlpha: true,
|
|
41346
|
-
predefine: ["#262729", "rgb(36,38,40,0.8)", "rgb(36,38,40,0.5)", "#2F85FF", "#D6197F", "#52C41A", "#f48427", "#FFFFFF"]
|
|
41347
|
-
},
|
|
41348
|
-
borderRadius: {
|
|
41349
|
-
label: "圆角",
|
|
41350
|
-
widgetType: "el-select",
|
|
41351
|
-
options: radiusOptions
|
|
41352
|
-
},
|
|
41353
|
-
// 背景设置配置
|
|
41354
|
-
backgroundColor: {
|
|
41355
|
-
label: "背景颜色",
|
|
41356
|
-
widgetType: "el-color-picker",
|
|
41357
|
-
showAlpha: true,
|
|
41358
|
-
predefine: ["#262729", "rgb(36,38,40,0.8)", "rgb(36,38,40,0.5)", "#2F85FF", "#D6197F", "#52C41A", "#f48427", "#FFFFFF"]
|
|
41359
|
-
},
|
|
41360
|
-
backgroundImage: {
|
|
41361
|
-
label: "背景图片",
|
|
41362
|
-
widgetType: "UploadWidgetCMS",
|
|
41363
|
-
uploadType: "image",
|
|
41364
|
-
placeholder: "请选择或输入图片地址"
|
|
41365
|
-
}
|
|
41366
|
-
|
|
41367
|
-
// 阴影设置配置
|
|
41368
|
-
// boxShadow: {
|
|
41369
|
-
// label: "阴影",
|
|
41370
|
-
// widgetType: "el-input",
|
|
41371
|
-
// placeholder: "如: 0 2px 4px rgba(0,0,0,0.1)",
|
|
41372
|
-
// },
|
|
41373
|
-
});
|
|
41374
|
-
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
41375
|
-
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
41376
|
-
View,
|
|
41377
|
-
validateSchema,
|
|
41378
|
-
configDataType,
|
|
41379
|
-
langData,
|
|
41380
|
-
settings: cmsCompName => {
|
|
41381
|
-
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
41382
|
-
cmsCompName,
|
|
41383
|
-
langData,
|
|
41384
|
-
isLangAll: true
|
|
41385
|
-
});
|
|
41386
|
-
}
|
|
41387
|
-
});
|
|
41388
|
-
|
|
41389
|
-
/***/ }),
|
|
41390
|
-
|
|
41391
|
-
/***/ 5370:
|
|
41392
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
41393
|
-
|
|
41394
|
-
"use strict";
|
|
41395
|
-
|
|
41396
|
-
var lengthOfArrayLike = __webpack_require__(6198);
|
|
41397
|
-
|
|
41398
|
-
module.exports = function (Constructor, list, $length) {
|
|
41399
|
-
var index = 0;
|
|
41400
|
-
var length = arguments.length > 2 ? $length : lengthOfArrayLike(list);
|
|
41401
|
-
var result = new Constructor(length);
|
|
41402
|
-
while (length > index) result[index] = list[index++];
|
|
41403
|
-
return result;
|
|
41404
|
-
};
|
|
41405
|
-
|
|
41406
|
-
|
|
41407
|
-
/***/ }),
|
|
41408
|
-
|
|
41409
|
-
/***/ 5397:
|
|
41410
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
41411
|
-
|
|
41412
|
-
"use strict";
|
|
41413
|
-
|
|
41414
|
-
// toObject with fallback for non-array-like ES3 strings
|
|
41415
|
-
var IndexedObject = __webpack_require__(7055);
|
|
41416
|
-
var requireObjectCoercible = __webpack_require__(7750);
|
|
41417
|
-
|
|
41418
|
-
module.exports = function (it) {
|
|
41419
|
-
return IndexedObject(requireObjectCoercible(it));
|
|
41420
|
-
};
|
|
41421
|
-
|
|
41422
|
-
|
|
41423
41251
|
/***/ }),
|
|
41424
41252
|
|
|
41425
41253
|
/***/ 5519:
|
|
@@ -42858,141 +42686,6 @@ module.exports = function (iterator, fn, value, ENTRIES) {
|
|
|
42858
42686
|
};
|
|
42859
42687
|
|
|
42860
42688
|
|
|
42861
|
-
/***/ }),
|
|
42862
|
-
|
|
42863
|
-
/***/ 6337:
|
|
42864
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
42865
|
-
|
|
42866
|
-
"use strict";
|
|
42867
|
-
// ESM COMPAT FLAG
|
|
42868
|
-
__webpack_require__.r(__webpack_exports__);
|
|
42869
|
-
|
|
42870
|
-
// EXPORTS
|
|
42871
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
42872
|
-
"default": function() { return /* binding */ View; }
|
|
42873
|
-
});
|
|
42874
|
-
|
|
42875
|
-
;// ./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=636c4374&scoped=true
|
|
42876
|
-
var render = function render() {
|
|
42877
|
-
var _vm = this,
|
|
42878
|
-
_c = _vm._self._c;
|
|
42879
|
-
return _c('BaseComp', _vm._b({
|
|
42880
|
-
attrs: {
|
|
42881
|
-
"data": _vm.data,
|
|
42882
|
-
"nowCompId": _vm.nowCompId,
|
|
42883
|
-
"isOpcacity": _vm.isOpcacity,
|
|
42884
|
-
"lang": _vm.lang
|
|
42885
|
-
},
|
|
42886
|
-
on: {
|
|
42887
|
-
"getConfigData": _vm.getConfigData
|
|
42888
|
-
}
|
|
42889
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
42890
|
-
staticClass: "cmhk-home cms-servePlan-text"
|
|
42891
|
-
}, [_c('div', {
|
|
42892
|
-
staticClass: "sp-custombg"
|
|
42893
|
-
}, [_c('div', {
|
|
42894
|
-
staticClass: "adjust-partheader"
|
|
42895
|
-
}, [_c('section', {
|
|
42896
|
-
staticClass: "cmhk-home_main"
|
|
42897
|
-
}, [_c('div', {
|
|
42898
|
-
class: ['cmhk-partheader']
|
|
42899
|
-
}, [_c('div', {
|
|
42900
|
-
staticClass: "part-header mgb-0 wow animate__fadeInUp"
|
|
42901
|
-
}, [_c('p', {
|
|
42902
|
-
staticClass: "part-header_title"
|
|
42903
|
-
}, [_c('span', {
|
|
42904
|
-
class: ['highlight']
|
|
42905
|
-
}, [_vm._v(_vm._s(_vm.configData.input3))])]), _vm.configData.input1 ? _c('p', {
|
|
42906
|
-
staticClass: "part-header_lf layout-pc"
|
|
42907
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e(), _c('span', {
|
|
42908
|
-
staticClass: "part-header_subtitle"
|
|
42909
|
-
}, [_c('span', {
|
|
42910
|
-
staticClass: "vm"
|
|
42911
|
-
}, [_vm._v(_vm._s(_vm.configData.input2))]), _c('i', {
|
|
42912
|
-
staticClass: "el-icon-arrow-right vm layout-pc"
|
|
42913
|
-
})])]), _vm.configData.input1 ? _c('p', {
|
|
42914
|
-
staticClass: "part-header_lf layout-mobile"
|
|
42915
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")]) : _vm._e()])])])])])]);
|
|
42916
|
-
};
|
|
42917
|
-
var staticRenderFns = [];
|
|
42918
|
-
|
|
42919
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
42920
|
-
var baseComp = __webpack_require__(4272);
|
|
42921
|
-
;// ./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
|
|
42922
|
-
|
|
42923
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
42924
|
-
name: "cms-servePlan-text",
|
|
42925
|
-
components: {
|
|
42926
|
-
BaseComp: baseComp["default"]
|
|
42927
|
-
},
|
|
42928
|
-
props: {
|
|
42929
|
-
data: {
|
|
42930
|
-
type: Object,
|
|
42931
|
-
default: () => {
|
|
42932
|
-
return {};
|
|
42933
|
-
}
|
|
42934
|
-
},
|
|
42935
|
-
nowCompId: {
|
|
42936
|
-
type: [String, Number],
|
|
42937
|
-
default: ""
|
|
42938
|
-
},
|
|
42939
|
-
isOpcacity: {
|
|
42940
|
-
type: Boolean,
|
|
42941
|
-
default: true
|
|
42942
|
-
},
|
|
42943
|
-
lang: {
|
|
42944
|
-
type: String,
|
|
42945
|
-
default: "zh-HK"
|
|
42946
|
-
}
|
|
42947
|
-
},
|
|
42948
|
-
data() {
|
|
42949
|
-
return {
|
|
42950
|
-
configData: {}
|
|
42951
|
-
};
|
|
42952
|
-
},
|
|
42953
|
-
mounted() {},
|
|
42954
|
-
watch: {},
|
|
42955
|
-
methods: {
|
|
42956
|
-
getConfigData(configData) {
|
|
42957
|
-
this.configData = configData;
|
|
42958
|
-
},
|
|
42959
|
-
decodeJumpUrl(url) {
|
|
42960
|
-
if (!url) return;
|
|
42961
|
-
top.location.href = url;
|
|
42962
|
-
}
|
|
42963
|
-
}
|
|
42964
|
-
});
|
|
42965
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
42966
|
-
/* harmony default export */ var cms_servePlan_text_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
42967
|
-
;// ./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=636c4374&prod&scoped=true&lang=scss
|
|
42968
|
-
// extracted by mini-css-extract-plugin
|
|
42969
|
-
|
|
42970
|
-
;// ./package/cms-servePlan-text/View.vue?vue&type=style&index=0&id=636c4374&prod&scoped=true&lang=scss
|
|
42971
|
-
|
|
42972
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
42973
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
42974
|
-
;// ./package/cms-servePlan-text/View.vue
|
|
42975
|
-
|
|
42976
|
-
|
|
42977
|
-
|
|
42978
|
-
;
|
|
42979
|
-
|
|
42980
|
-
|
|
42981
|
-
/* normalize component */
|
|
42982
|
-
|
|
42983
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
42984
|
-
cms_servePlan_text_Viewvue_type_script_lang_js,
|
|
42985
|
-
render,
|
|
42986
|
-
staticRenderFns,
|
|
42987
|
-
false,
|
|
42988
|
-
null,
|
|
42989
|
-
"636c4374",
|
|
42990
|
-
null
|
|
42991
|
-
|
|
42992
|
-
)
|
|
42993
|
-
|
|
42994
|
-
/* harmony default export */ var View = (component.exports);
|
|
42995
|
-
|
|
42996
42689
|
/***/ }),
|
|
42997
42690
|
|
|
42998
42691
|
/***/ 6368:
|
|
@@ -43080,7 +42773,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
43080
42773
|
__webpack_require__.r(__webpack_exports__);
|
|
43081
42774
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
43082
42775
|
|
|
43083
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
42776
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7907));
|
|
43084
42777
|
const langData = {
|
|
43085
42778
|
input1: "描述",
|
|
43086
42779
|
input2: "标题",
|
|
@@ -43798,7 +43491,7 @@ module.exports = function (object, key, method) {
|
|
|
43798
43491
|
__webpack_require__.r(__webpack_exports__);
|
|
43799
43492
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
43800
43493
|
|
|
43801
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
43494
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 792));
|
|
43802
43495
|
const langData = {
|
|
43803
43496
|
configList: [{
|
|
43804
43497
|
id: Math.random().toString(),
|
|
@@ -53366,7 +53059,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
53366
53059
|
__webpack_require__.r(__webpack_exports__);
|
|
53367
53060
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
53368
53061
|
|
|
53369
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
53062
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 5423));
|
|
53370
53063
|
const langData = {
|
|
53371
53064
|
configList: [{
|
|
53372
53065
|
id: Math.random().toString(),
|
|
@@ -53658,6 +53351,146 @@ $({ target: 'Iterator', proto: true, real: true }, {
|
|
|
53658
53351
|
});
|
|
53659
53352
|
|
|
53660
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
|
+
|
|
53661
53494
|
/***/ }),
|
|
53662
53495
|
|
|
53663
53496
|
/***/ 7616:
|
|
@@ -55056,6 +54889,141 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
55056
54889
|
|
|
55057
54890
|
/***/ }),
|
|
55058
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
|
+
|
|
55059
55027
|
/***/ 7936:
|
|
55060
55028
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
55061
55029
|
|
|
@@ -55566,7 +55534,7 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
55566
55534
|
__webpack_require__.r(__webpack_exports__);
|
|
55567
55535
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
55568
55536
|
|
|
55569
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
55537
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7590));
|
|
55570
55538
|
const langData = {
|
|
55571
55539
|
configList: [{
|
|
55572
55540
|
id: Math.random().toString(),
|
|
@@ -57750,6 +57718,232 @@ module.exports = function hasNativeSymbols() {
|
|
|
57750
57718
|
|
|
57751
57719
|
/***/ }),
|
|
57752
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
|
+
|
|
57753
57947
|
/***/ 8434:
|
|
57754
57948
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
57755
57949
|
|
|
@@ -61133,7 +61327,7 @@ module.exports = TypeError;
|
|
|
61133
61327
|
__webpack_require__.r(__webpack_exports__);
|
|
61134
61328
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
61135
61329
|
|
|
61136
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
61330
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 8411));
|
|
61137
61331
|
const langData = {
|
|
61138
61332
|
configList: [{
|
|
61139
61333
|
id: Math.random().toString(),
|
|
@@ -61341,6 +61535,207 @@ module.exports = function (scheduler, hasTimeArg) {
|
|
|
61341
61535
|
};
|
|
61342
61536
|
|
|
61343
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
|
+
|
|
61344
61739
|
/***/ }),
|
|
61345
61740
|
|
|
61346
61741
|
/***/ 9504:
|
|
@@ -62332,380 +62727,6 @@ module.exports = function dispatchRequest(config) {
|
|
|
62332
62727
|
|
|
62333
62728
|
/***/ }),
|
|
62334
62729
|
|
|
62335
|
-
/***/ 9751:
|
|
62336
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62337
|
-
|
|
62338
|
-
"use strict";
|
|
62339
|
-
// ESM COMPAT FLAG
|
|
62340
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62341
|
-
|
|
62342
|
-
// EXPORTS
|
|
62343
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62344
|
-
"default": function() { return /* binding */ View; }
|
|
62345
|
-
});
|
|
62346
|
-
|
|
62347
|
-
;// ./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
|
|
62348
|
-
var render = function render() {
|
|
62349
|
-
var _vm = this,
|
|
62350
|
-
_c = _vm._self._c;
|
|
62351
|
-
return _c('BaseComp', _vm._b({
|
|
62352
|
-
attrs: {
|
|
62353
|
-
"data": _vm.data,
|
|
62354
|
-
"nowCompId": _vm.nowCompId,
|
|
62355
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62356
|
-
"lang": _vm.lang
|
|
62357
|
-
},
|
|
62358
|
-
on: {
|
|
62359
|
-
"getConfigData": _vm.getConfigData
|
|
62360
|
-
}
|
|
62361
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62362
|
-
staticClass: "fp-part-bg imgFour cmhk-home_main"
|
|
62363
|
-
}, [_c('div', {
|
|
62364
|
-
staticClass: "fp-part"
|
|
62365
|
-
}, [_c('div', {
|
|
62366
|
-
staticClass: "fp-advantage-swiper wow animate__fadeInUp"
|
|
62367
|
-
}, [_c('div', {
|
|
62368
|
-
attrs: {
|
|
62369
|
-
"id": `productList${_vm.data.componentId}`
|
|
62370
|
-
}
|
|
62371
|
-
}, [_c('div', {
|
|
62372
|
-
staticClass: "swiper-wrapper"
|
|
62373
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
62374
|
-
return _c('div', {
|
|
62375
|
-
key: inx,
|
|
62376
|
-
staticClass: "swiper-slide",
|
|
62377
|
-
staticStyle: {
|
|
62378
|
-
"cursor": "pointer"
|
|
62379
|
-
}
|
|
62380
|
-
}, [_c('a', {
|
|
62381
|
-
staticStyle: {
|
|
62382
|
-
"color": "black"
|
|
62383
|
-
},
|
|
62384
|
-
attrs: {
|
|
62385
|
-
"target": "_self"
|
|
62386
|
-
},
|
|
62387
|
-
on: {
|
|
62388
|
-
"click": function ($event) {
|
|
62389
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
62390
|
-
}
|
|
62391
|
-
}
|
|
62392
|
-
}, [_c('div', {
|
|
62393
|
-
staticClass: "relative"
|
|
62394
|
-
}, [_c('img', {
|
|
62395
|
-
staticClass: "layout-pc",
|
|
62396
|
-
attrs: {
|
|
62397
|
-
"src": item.uploadImagePC,
|
|
62398
|
-
"alt": item.imagePcATL
|
|
62399
|
-
}
|
|
62400
|
-
}), _c('img', {
|
|
62401
|
-
staticClass: "layout-mobile",
|
|
62402
|
-
attrs: {
|
|
62403
|
-
"src": item.uploadImageH5,
|
|
62404
|
-
"alt": item.imageH5ATL
|
|
62405
|
-
}
|
|
62406
|
-
})]), _c('div', {
|
|
62407
|
-
staticClass: "fp-advantage-swiper-main"
|
|
62408
|
-
}, [_c('div', {
|
|
62409
|
-
staticClass: "fp-advantage-swiper-title"
|
|
62410
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")]), _c('div', {
|
|
62411
|
-
staticClass: "fp-advantage-swiper-content"
|
|
62412
|
-
}, [_vm._v(" " + _vm._s(item.input2) + " ")])])])]);
|
|
62413
|
-
}), 0)])])])])]);
|
|
62414
|
-
};
|
|
62415
|
-
var staticRenderFns = [];
|
|
62416
|
-
|
|
62417
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
62418
|
-
var swiper = __webpack_require__(2791);
|
|
62419
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
62420
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
62421
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62422
|
-
var baseComp = __webpack_require__(4272);
|
|
62423
|
-
;// ./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
|
|
62424
|
-
|
|
62425
|
-
|
|
62426
|
-
|
|
62427
|
-
|
|
62428
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62429
|
-
name: "cms-imgFour",
|
|
62430
|
-
components: {
|
|
62431
|
-
BaseComp: baseComp["default"]
|
|
62432
|
-
},
|
|
62433
|
-
props: {
|
|
62434
|
-
data: {
|
|
62435
|
-
type: Object,
|
|
62436
|
-
default: () => {
|
|
62437
|
-
return {};
|
|
62438
|
-
}
|
|
62439
|
-
},
|
|
62440
|
-
nowCompId: {
|
|
62441
|
-
type: [String, Number],
|
|
62442
|
-
default: ""
|
|
62443
|
-
},
|
|
62444
|
-
isOpcacity: {
|
|
62445
|
-
type: Boolean,
|
|
62446
|
-
default: true
|
|
62447
|
-
},
|
|
62448
|
-
lang: {
|
|
62449
|
-
type: String,
|
|
62450
|
-
default: "zh-HK"
|
|
62451
|
-
}
|
|
62452
|
-
},
|
|
62453
|
-
data() {
|
|
62454
|
-
return {
|
|
62455
|
-
configList: [],
|
|
62456
|
-
productSwiper: null
|
|
62457
|
-
};
|
|
62458
|
-
},
|
|
62459
|
-
mounted() {
|
|
62460
|
-
this.productSwiper = new swiper_esm_bundle/* default */.A(`#productList${this.data.componentId}`, {
|
|
62461
|
-
autoplay: false,
|
|
62462
|
-
loop: false,
|
|
62463
|
-
// 循环模式选项
|
|
62464
|
-
spaceBetween: 0,
|
|
62465
|
-
slidesPerView: "auto",
|
|
62466
|
-
slidesPerGroup: 1,
|
|
62467
|
-
observer: true,
|
|
62468
|
-
observeParents: true
|
|
62469
|
-
});
|
|
62470
|
-
},
|
|
62471
|
-
watch: {},
|
|
62472
|
-
methods: {
|
|
62473
|
-
getConfigData(configData) {
|
|
62474
|
-
this.configList = configData.configList;
|
|
62475
|
-
},
|
|
62476
|
-
decodeJumpUrl(url) {
|
|
62477
|
-
if (!url) return;
|
|
62478
|
-
top.location.href = url;
|
|
62479
|
-
}
|
|
62480
|
-
}
|
|
62481
|
-
});
|
|
62482
|
-
;// ./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
62483
|
-
/* harmony default export */ var cms_imgFour_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62484
|
-
;// ./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
|
|
62485
|
-
// extracted by mini-css-extract-plugin
|
|
62486
|
-
|
|
62487
|
-
;// ./package/cms-imgFour/View.vue?vue&type=style&index=0&id=01a5c2e5&prod&lang=scss&scoped=true
|
|
62488
|
-
|
|
62489
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62490
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62491
|
-
;// ./package/cms-imgFour/View.vue
|
|
62492
|
-
|
|
62493
|
-
|
|
62494
|
-
|
|
62495
|
-
;
|
|
62496
|
-
|
|
62497
|
-
|
|
62498
|
-
/* normalize component */
|
|
62499
|
-
|
|
62500
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62501
|
-
cms_imgFour_Viewvue_type_script_lang_js,
|
|
62502
|
-
render,
|
|
62503
|
-
staticRenderFns,
|
|
62504
|
-
false,
|
|
62505
|
-
null,
|
|
62506
|
-
"01a5c2e5",
|
|
62507
|
-
null
|
|
62508
|
-
|
|
62509
|
-
)
|
|
62510
|
-
|
|
62511
|
-
/* harmony default export */ var View = (component.exports);
|
|
62512
|
-
|
|
62513
|
-
/***/ }),
|
|
62514
|
-
|
|
62515
|
-
/***/ 9792:
|
|
62516
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
62517
|
-
|
|
62518
|
-
"use strict";
|
|
62519
|
-
// ESM COMPAT FLAG
|
|
62520
|
-
__webpack_require__.r(__webpack_exports__);
|
|
62521
|
-
|
|
62522
|
-
// EXPORTS
|
|
62523
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
62524
|
-
"default": function() { return /* binding */ View; }
|
|
62525
|
-
});
|
|
62526
|
-
|
|
62527
|
-
;// ./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
|
|
62528
|
-
var render = function render() {
|
|
62529
|
-
var _vm$_stableProblemGui;
|
|
62530
|
-
var _vm = this,
|
|
62531
|
-
_c = _vm._self._c;
|
|
62532
|
-
return _c('BaseComp', _vm._b({
|
|
62533
|
-
attrs: {
|
|
62534
|
-
"data": _vm.data,
|
|
62535
|
-
"nowCompId": _vm.nowCompId,
|
|
62536
|
-
"isOpcacity": _vm.isOpcacity,
|
|
62537
|
-
"lang": _vm.lang
|
|
62538
|
-
},
|
|
62539
|
-
on: {
|
|
62540
|
-
"getConfigData": _vm.getConfigData
|
|
62541
|
-
}
|
|
62542
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
62543
|
-
staticClass: "cmhk-home_main"
|
|
62544
|
-
}, [_c('div', {
|
|
62545
|
-
staticClass: "pageCenter"
|
|
62546
|
-
}, [_c('div', {
|
|
62547
|
-
staticClass: "family-problem-guide"
|
|
62548
|
-
}, [_c('div', {
|
|
62549
|
-
staticClass: "tab-header"
|
|
62550
|
-
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
62551
|
-
return _c('li', {
|
|
62552
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62553
|
-
class: _vm.problemActive == index ? 'active' : '',
|
|
62554
|
-
on: {
|
|
62555
|
-
"click": function ($event) {
|
|
62556
|
-
_vm.problemActive = index;
|
|
62557
|
-
}
|
|
62558
|
-
}
|
|
62559
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
62560
|
-
}), 0)]), _c('div', {
|
|
62561
|
-
staticClass: "tab-body tab-panel_body"
|
|
62562
|
-
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
62563
|
-
return _c('dd', {
|
|
62564
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
62565
|
-
on: {
|
|
62566
|
-
"click": function ($event) {
|
|
62567
|
-
$event.stopPropagation();
|
|
62568
|
-
return _vm.open(item, index, $event);
|
|
62569
|
-
}
|
|
62570
|
-
}
|
|
62571
|
-
}, [_c('div', {
|
|
62572
|
-
staticClass: "body-header"
|
|
62573
|
-
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
62574
|
-
class: !item.status ? '' : 'active'
|
|
62575
|
-
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
62576
|
-
directives: [{
|
|
62577
|
-
name: "show",
|
|
62578
|
-
rawName: "v-show",
|
|
62579
|
-
value: _vm.expend == item.input1 && item.status,
|
|
62580
|
-
expression: "expend == item.input1 && item.status"
|
|
62581
|
-
}],
|
|
62582
|
-
staticClass: "body-main"
|
|
62583
|
-
}, [_c('div', {
|
|
62584
|
-
staticClass: "cms-ht",
|
|
62585
|
-
domProps: {
|
|
62586
|
-
"innerHTML": _vm._s(item.input2)
|
|
62587
|
-
}
|
|
62588
|
-
})])]);
|
|
62589
|
-
}), 0)])])])])]);
|
|
62590
|
-
};
|
|
62591
|
-
var staticRenderFns = [];
|
|
62592
|
-
|
|
62593
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
62594
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
62595
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
62596
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
62597
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
62598
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
62599
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
62600
|
-
var baseComp = __webpack_require__(4272);
|
|
62601
|
-
;// ./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
|
|
62602
|
-
|
|
62603
|
-
|
|
62604
|
-
|
|
62605
|
-
|
|
62606
|
-
|
|
62607
|
-
|
|
62608
|
-
|
|
62609
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
62610
|
-
name: "cms-question",
|
|
62611
|
-
components: {
|
|
62612
|
-
BaseComp: baseComp["default"]
|
|
62613
|
-
},
|
|
62614
|
-
props: {
|
|
62615
|
-
data: {
|
|
62616
|
-
type: Object,
|
|
62617
|
-
default: () => {
|
|
62618
|
-
return {};
|
|
62619
|
-
}
|
|
62620
|
-
},
|
|
62621
|
-
nowCompId: {
|
|
62622
|
-
type: [String, Number],
|
|
62623
|
-
default: ""
|
|
62624
|
-
},
|
|
62625
|
-
isOpcacity: {
|
|
62626
|
-
type: Boolean,
|
|
62627
|
-
default: true
|
|
62628
|
-
},
|
|
62629
|
-
lang: {
|
|
62630
|
-
type: String,
|
|
62631
|
-
default: "zh-HK"
|
|
62632
|
-
}
|
|
62633
|
-
},
|
|
62634
|
-
data() {
|
|
62635
|
-
return {
|
|
62636
|
-
configList: [],
|
|
62637
|
-
expend: "",
|
|
62638
|
-
problemActive: 0
|
|
62639
|
-
};
|
|
62640
|
-
},
|
|
62641
|
-
mounted() {},
|
|
62642
|
-
watch: {},
|
|
62643
|
-
methods: {
|
|
62644
|
-
getConfigData(configData) {
|
|
62645
|
-
this.configList = configData.configList;
|
|
62646
|
-
},
|
|
62647
|
-
open(item, index, event) {
|
|
62648
|
-
var _this$configList$this;
|
|
62649
|
-
console.log(event);
|
|
62650
|
-
this.expend = item.input1;
|
|
62651
|
-
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
62652
|
-
var _this$configList$this2;
|
|
62653
|
-
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);
|
|
62654
|
-
});
|
|
62655
|
-
},
|
|
62656
|
-
decodeJumpUrl(url) {
|
|
62657
|
-
if (!url) return;
|
|
62658
|
-
top.location.href = url;
|
|
62659
|
-
}
|
|
62660
|
-
},
|
|
62661
|
-
computed: {
|
|
62662
|
-
_stableProblemGuide() {
|
|
62663
|
-
let res = this.configList || [];
|
|
62664
|
-
return res.map(item => {
|
|
62665
|
-
return {
|
|
62666
|
-
...item,
|
|
62667
|
-
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
62668
|
-
...cur,
|
|
62669
|
-
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
62670
|
-
}))
|
|
62671
|
-
};
|
|
62672
|
-
});
|
|
62673
|
-
}
|
|
62674
|
-
}
|
|
62675
|
-
});
|
|
62676
|
-
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
62677
|
-
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
62678
|
-
;// ./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
|
|
62679
|
-
// extracted by mini-css-extract-plugin
|
|
62680
|
-
|
|
62681
|
-
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=38de48b1&prod&lang=scss&scoped=true
|
|
62682
|
-
|
|
62683
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
62684
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
62685
|
-
;// ./package/cms-question/View.vue
|
|
62686
|
-
|
|
62687
|
-
|
|
62688
|
-
|
|
62689
|
-
;
|
|
62690
|
-
|
|
62691
|
-
|
|
62692
|
-
/* normalize component */
|
|
62693
|
-
|
|
62694
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
62695
|
-
cms_question_Viewvue_type_script_lang_js,
|
|
62696
|
-
render,
|
|
62697
|
-
staticRenderFns,
|
|
62698
|
-
false,
|
|
62699
|
-
null,
|
|
62700
|
-
"38de48b1",
|
|
62701
|
-
null
|
|
62702
|
-
|
|
62703
|
-
)
|
|
62704
|
-
|
|
62705
|
-
/* harmony default export */ var View = (component.exports);
|
|
62706
|
-
|
|
62707
|
-
/***/ }),
|
|
62708
|
-
|
|
62709
62730
|
/***/ 9810:
|
|
62710
62731
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
62711
62732
|
|