cms-chenhj-ui 2.0.32 → 2.0.33
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 +1231 -1229
- package/cms-chenhj-ui.common.js.map +1 -1
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1323 -1321
- package/cms-chenhj-ui.umd.js.map +1 -1
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/cms-chenhj-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
package/cms-chenhj-ui.common.js
CHANGED
|
@@ -1906,6 +1906,134 @@ module.exports = function (it) {
|
|
|
1906
1906
|
};
|
|
1907
1907
|
|
|
1908
1908
|
|
|
1909
|
+
/***/ }),
|
|
1910
|
+
|
|
1911
|
+
/***/ 864:
|
|
1912
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1913
|
+
|
|
1914
|
+
"use strict";
|
|
1915
|
+
// ESM COMPAT FLAG
|
|
1916
|
+
__webpack_require__.r(__webpack_exports__);
|
|
1917
|
+
|
|
1918
|
+
// EXPORTS
|
|
1919
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
1920
|
+
"default": function() { return /* binding */ View; }
|
|
1921
|
+
});
|
|
1922
|
+
|
|
1923
|
+
;// ./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-richText/View.vue?vue&type=template&id=1960dc6c&scoped=true
|
|
1924
|
+
var render = function render() {
|
|
1925
|
+
var _vm = this,
|
|
1926
|
+
_c = _vm._self._c;
|
|
1927
|
+
return _c('BaseComp', _vm._b({
|
|
1928
|
+
attrs: {
|
|
1929
|
+
"data": _vm.data,
|
|
1930
|
+
"nowCompId": _vm.nowCompId,
|
|
1931
|
+
"isOpcacity": _vm.isOpcacity,
|
|
1932
|
+
"lang": _vm.lang
|
|
1933
|
+
},
|
|
1934
|
+
on: {
|
|
1935
|
+
"getConfigData": _vm.getConfigData
|
|
1936
|
+
}
|
|
1937
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
1938
|
+
staticClass: "cmhk-home_main"
|
|
1939
|
+
}, [_c('div', [_c('div', {
|
|
1940
|
+
staticClass: "inner"
|
|
1941
|
+
}, [_c('p', {
|
|
1942
|
+
staticClass: "cms-ht",
|
|
1943
|
+
domProps: {
|
|
1944
|
+
"innerHTML": _vm._s(_vm.configData.input1)
|
|
1945
|
+
}
|
|
1946
|
+
})])])])]);
|
|
1947
|
+
};
|
|
1948
|
+
var staticRenderFns = [];
|
|
1949
|
+
|
|
1950
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
1951
|
+
var baseComp = __webpack_require__(4272);
|
|
1952
|
+
;// ./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-richText/View.vue?vue&type=script&lang=js
|
|
1953
|
+
|
|
1954
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
1955
|
+
name: "cms-richText",
|
|
1956
|
+
components: {
|
|
1957
|
+
BaseComp: baseComp["default"]
|
|
1958
|
+
},
|
|
1959
|
+
props: {
|
|
1960
|
+
data: {
|
|
1961
|
+
type: Object,
|
|
1962
|
+
default: () => {
|
|
1963
|
+
return {};
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
nowCompId: {
|
|
1967
|
+
type: [String, Number],
|
|
1968
|
+
default: ""
|
|
1969
|
+
},
|
|
1970
|
+
isOpcacity: {
|
|
1971
|
+
type: Boolean,
|
|
1972
|
+
default: true
|
|
1973
|
+
},
|
|
1974
|
+
lang: {
|
|
1975
|
+
type: String,
|
|
1976
|
+
default: "zh-HK"
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
data() {
|
|
1980
|
+
return {
|
|
1981
|
+
configData: {},
|
|
1982
|
+
messFold: false
|
|
1983
|
+
};
|
|
1984
|
+
},
|
|
1985
|
+
mounted() {},
|
|
1986
|
+
watch: {},
|
|
1987
|
+
methods: {
|
|
1988
|
+
getConfigData(configData) {
|
|
1989
|
+
this.configData = configData;
|
|
1990
|
+
},
|
|
1991
|
+
foldMessText() {
|
|
1992
|
+
this.messFold = !this.messFold;
|
|
1993
|
+
},
|
|
1994
|
+
decodeJumpUrl(url) {
|
|
1995
|
+
if (!url) return;
|
|
1996
|
+
top.location.href = url;
|
|
1997
|
+
}
|
|
1998
|
+
}
|
|
1999
|
+
});
|
|
2000
|
+
;// ./package/cms-richText/View.vue?vue&type=script&lang=js
|
|
2001
|
+
/* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
2002
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=0&id=1960dc6c&prod&lang=scss&scoped=true
|
|
2003
|
+
// extracted by mini-css-extract-plugin
|
|
2004
|
+
|
|
2005
|
+
;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=1960dc6c&prod&lang=scss&scoped=true
|
|
2006
|
+
|
|
2007
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=1960dc6c&prod&lang=scss
|
|
2008
|
+
// extracted by mini-css-extract-plugin
|
|
2009
|
+
|
|
2010
|
+
;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=1960dc6c&prod&lang=scss
|
|
2011
|
+
|
|
2012
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
2013
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
2014
|
+
;// ./package/cms-richText/View.vue
|
|
2015
|
+
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
;
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
/* normalize component */
|
|
2023
|
+
|
|
2024
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
2025
|
+
cms_richText_Viewvue_type_script_lang_js,
|
|
2026
|
+
render,
|
|
2027
|
+
staticRenderFns,
|
|
2028
|
+
false,
|
|
2029
|
+
null,
|
|
2030
|
+
"1960dc6c",
|
|
2031
|
+
null
|
|
2032
|
+
|
|
2033
|
+
)
|
|
2034
|
+
|
|
2035
|
+
/* harmony default export */ var View = (component.exports);
|
|
2036
|
+
|
|
1909
2037
|
/***/ }),
|
|
1910
2038
|
|
|
1911
2039
|
/***/ 911:
|
|
@@ -10075,8 +10203,8 @@ var map = {
|
|
|
10075
10203
|
"./cms-aLineThreeLeftTwo/index.js": 6111,
|
|
10076
10204
|
"./cms-activityCountdown": 4211,
|
|
10077
10205
|
"./cms-activityCountdown/": 4211,
|
|
10078
|
-
"./cms-activityCountdown/View":
|
|
10079
|
-
"./cms-activityCountdown/View.vue":
|
|
10206
|
+
"./cms-activityCountdown/View": 4084,
|
|
10207
|
+
"./cms-activityCountdown/View.vue": 4084,
|
|
10080
10208
|
"./cms-activityCountdown/index": 4211,
|
|
10081
10209
|
"./cms-activityCountdown/index.js": 4211,
|
|
10082
10210
|
"./cms-activityTime": 7197,
|
|
@@ -10191,20 +10319,20 @@ var map = {
|
|
|
10191
10319
|
"./cms-prodCustomization/index.js": 1685,
|
|
10192
10320
|
"./cms-productDetails": 4406,
|
|
10193
10321
|
"./cms-productDetails/": 4406,
|
|
10194
|
-
"./cms-productDetails/View":
|
|
10195
|
-
"./cms-productDetails/View.vue":
|
|
10322
|
+
"./cms-productDetails/View": 4110,
|
|
10323
|
+
"./cms-productDetails/View.vue": 4110,
|
|
10196
10324
|
"./cms-productDetails/index": 4406,
|
|
10197
10325
|
"./cms-productDetails/index.js": 4406,
|
|
10198
10326
|
"./cms-question": 2269,
|
|
10199
10327
|
"./cms-question/": 2269,
|
|
10200
|
-
"./cms-question/View":
|
|
10201
|
-
"./cms-question/View.vue":
|
|
10328
|
+
"./cms-question/View": 4024,
|
|
10329
|
+
"./cms-question/View.vue": 4024,
|
|
10202
10330
|
"./cms-question/index": 2269,
|
|
10203
10331
|
"./cms-question/index.js": 2269,
|
|
10204
10332
|
"./cms-richText": 7616,
|
|
10205
10333
|
"./cms-richText/": 7616,
|
|
10206
|
-
"./cms-richText/View":
|
|
10207
|
-
"./cms-richText/View.vue":
|
|
10334
|
+
"./cms-richText/View": 864,
|
|
10335
|
+
"./cms-richText/View.vue": 864,
|
|
10208
10336
|
"./cms-richText/index": 7616,
|
|
10209
10337
|
"./cms-richText/index.js": 7616,
|
|
10210
10338
|
"./cms-servePlan-tab": 1373,
|
|
@@ -10232,8 +10360,8 @@ var map = {
|
|
|
10232
10360
|
"./cms-tab/index.js": 8892,
|
|
10233
10361
|
"./cms-termsAndConditions": 9387,
|
|
10234
10362
|
"./cms-termsAndConditions/": 9387,
|
|
10235
|
-
"./cms-termsAndConditions/View":
|
|
10236
|
-
"./cms-termsAndConditions/View.vue":
|
|
10363
|
+
"./cms-termsAndConditions/View": 7949,
|
|
10364
|
+
"./cms-termsAndConditions/View.vue": 7949,
|
|
10237
10365
|
"./cms-termsAndConditions/index": 9387,
|
|
10238
10366
|
"./cms-termsAndConditions/index.js": 9387,
|
|
10239
10367
|
"./cms-text": 394,
|
|
@@ -10274,8 +10402,8 @@ var map = {
|
|
|
10274
10402
|
"./cms-video-group/index": 622,
|
|
10275
10403
|
"./cms-video-group/index.js": 622,
|
|
10276
10404
|
"./cms-video/": 2404,
|
|
10277
|
-
"./cms-video/View":
|
|
10278
|
-
"./cms-video/View.vue":
|
|
10405
|
+
"./cms-video/View": 9136,
|
|
10406
|
+
"./cms-video/View.vue": 9136,
|
|
10279
10407
|
"./cms-video/index": 2404,
|
|
10280
10408
|
"./cms-video/index.js": 2404,
|
|
10281
10409
|
"./cms-view": 2392,
|
|
@@ -12302,7 +12430,7 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACB
|
|
|
12302
12430
|
__webpack_require__.r(__webpack_exports__);
|
|
12303
12431
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
12304
12432
|
|
|
12305
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
12433
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4024));
|
|
12306
12434
|
const langData = {
|
|
12307
12435
|
configList: [{
|
|
12308
12436
|
id: Math.random().toString(),
|
|
@@ -12540,7 +12668,7 @@ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind
|
|
|
12540
12668
|
__webpack_require__.r(__webpack_exports__);
|
|
12541
12669
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
12542
12670
|
|
|
12543
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
12671
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9136));
|
|
12544
12672
|
const langData = {
|
|
12545
12673
|
// 视频源设置
|
|
12546
12674
|
title: '',
|
|
@@ -27725,6 +27853,200 @@ module.exports = function isAbsoluteURL(url) {
|
|
|
27725
27853
|
|
|
27726
27854
|
/***/ }),
|
|
27727
27855
|
|
|
27856
|
+
/***/ 4024:
|
|
27857
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
27858
|
+
|
|
27859
|
+
"use strict";
|
|
27860
|
+
// ESM COMPAT FLAG
|
|
27861
|
+
__webpack_require__.r(__webpack_exports__);
|
|
27862
|
+
|
|
27863
|
+
// EXPORTS
|
|
27864
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27865
|
+
"default": function() { return /* binding */ View; }
|
|
27866
|
+
});
|
|
27867
|
+
|
|
27868
|
+
;// ./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=06710479&scoped=true
|
|
27869
|
+
var render = function render() {
|
|
27870
|
+
var _vm$_stableProblemGui;
|
|
27871
|
+
var _vm = this,
|
|
27872
|
+
_c = _vm._self._c;
|
|
27873
|
+
return _c('BaseComp', _vm._b({
|
|
27874
|
+
attrs: {
|
|
27875
|
+
"data": _vm.data,
|
|
27876
|
+
"nowCompId": _vm.nowCompId,
|
|
27877
|
+
"isOpcacity": _vm.isOpcacity,
|
|
27878
|
+
"lang": _vm.lang
|
|
27879
|
+
},
|
|
27880
|
+
on: {
|
|
27881
|
+
"getConfigData": _vm.getConfigData
|
|
27882
|
+
}
|
|
27883
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
27884
|
+
staticClass: "cmhk-home_main"
|
|
27885
|
+
}, [_c('div', {
|
|
27886
|
+
staticClass: "pageCenter"
|
|
27887
|
+
}, [_c('div', {
|
|
27888
|
+
staticClass: "family-problem-guide"
|
|
27889
|
+
}, [_c('div', {
|
|
27890
|
+
staticClass: "tab-header"
|
|
27891
|
+
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
27892
|
+
return _c('li', {
|
|
27893
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
27894
|
+
class: _vm.problemActive == index ? 'active' : '',
|
|
27895
|
+
on: {
|
|
27896
|
+
"click": function ($event) {
|
|
27897
|
+
_vm.problemActive = index;
|
|
27898
|
+
}
|
|
27899
|
+
}
|
|
27900
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
27901
|
+
}), 0)]), _c('div', {
|
|
27902
|
+
staticClass: "tab-body tab-panel_body"
|
|
27903
|
+
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
27904
|
+
return _c('dd', {
|
|
27905
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
27906
|
+
on: {
|
|
27907
|
+
"click": function ($event) {
|
|
27908
|
+
$event.stopPropagation();
|
|
27909
|
+
return _vm.open(item, index, $event);
|
|
27910
|
+
}
|
|
27911
|
+
}
|
|
27912
|
+
}, [_c('div', {
|
|
27913
|
+
staticClass: "body-header"
|
|
27914
|
+
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
27915
|
+
class: !item.status ? '' : 'active'
|
|
27916
|
+
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
27917
|
+
directives: [{
|
|
27918
|
+
name: "show",
|
|
27919
|
+
rawName: "v-show",
|
|
27920
|
+
value: _vm.expend == item.input1 && item.status,
|
|
27921
|
+
expression: "expend == item.input1 && item.status"
|
|
27922
|
+
}],
|
|
27923
|
+
staticClass: "body-main"
|
|
27924
|
+
}, [_c('div', {
|
|
27925
|
+
staticClass: "cms-ht",
|
|
27926
|
+
domProps: {
|
|
27927
|
+
"innerHTML": _vm._s(item.input2)
|
|
27928
|
+
}
|
|
27929
|
+
})])]);
|
|
27930
|
+
}), 0)])])])])]);
|
|
27931
|
+
};
|
|
27932
|
+
var staticRenderFns = [];
|
|
27933
|
+
|
|
27934
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
27935
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
27936
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
27937
|
+
var es_iterator_for_each = __webpack_require__(7588);
|
|
27938
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
27939
|
+
var es_iterator_map = __webpack_require__(1701);
|
|
27940
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
27941
|
+
var baseComp = __webpack_require__(4272);
|
|
27942
|
+
;// ./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
|
|
27943
|
+
|
|
27944
|
+
|
|
27945
|
+
|
|
27946
|
+
|
|
27947
|
+
|
|
27948
|
+
|
|
27949
|
+
|
|
27950
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
27951
|
+
name: "cms-question",
|
|
27952
|
+
components: {
|
|
27953
|
+
BaseComp: baseComp["default"]
|
|
27954
|
+
},
|
|
27955
|
+
props: {
|
|
27956
|
+
data: {
|
|
27957
|
+
type: Object,
|
|
27958
|
+
default: () => {
|
|
27959
|
+
return {};
|
|
27960
|
+
}
|
|
27961
|
+
},
|
|
27962
|
+
nowCompId: {
|
|
27963
|
+
type: [String, Number],
|
|
27964
|
+
default: ""
|
|
27965
|
+
},
|
|
27966
|
+
isOpcacity: {
|
|
27967
|
+
type: Boolean,
|
|
27968
|
+
default: true
|
|
27969
|
+
},
|
|
27970
|
+
lang: {
|
|
27971
|
+
type: String,
|
|
27972
|
+
default: "zh-HK"
|
|
27973
|
+
}
|
|
27974
|
+
},
|
|
27975
|
+
data() {
|
|
27976
|
+
return {
|
|
27977
|
+
configList: [],
|
|
27978
|
+
expend: "",
|
|
27979
|
+
problemActive: 0
|
|
27980
|
+
};
|
|
27981
|
+
},
|
|
27982
|
+
mounted() {},
|
|
27983
|
+
watch: {},
|
|
27984
|
+
methods: {
|
|
27985
|
+
getConfigData(configData) {
|
|
27986
|
+
this.configList = configData.configList;
|
|
27987
|
+
},
|
|
27988
|
+
open(item, index, event) {
|
|
27989
|
+
var _this$configList$this;
|
|
27990
|
+
console.log(event);
|
|
27991
|
+
this.expend = item.input1;
|
|
27992
|
+
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
27993
|
+
var _this$configList$this2;
|
|
27994
|
+
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);
|
|
27995
|
+
});
|
|
27996
|
+
},
|
|
27997
|
+
decodeJumpUrl(url) {
|
|
27998
|
+
if (!url) return;
|
|
27999
|
+
top.location.href = url;
|
|
28000
|
+
}
|
|
28001
|
+
},
|
|
28002
|
+
computed: {
|
|
28003
|
+
_stableProblemGuide() {
|
|
28004
|
+
let res = this.configList || [];
|
|
28005
|
+
return res.map(item => {
|
|
28006
|
+
return {
|
|
28007
|
+
...item,
|
|
28008
|
+
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
28009
|
+
...cur,
|
|
28010
|
+
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
28011
|
+
}))
|
|
28012
|
+
};
|
|
28013
|
+
});
|
|
28014
|
+
}
|
|
28015
|
+
}
|
|
28016
|
+
});
|
|
28017
|
+
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
28018
|
+
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
28019
|
+
;// ./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=06710479&prod&lang=scss&scoped=true
|
|
28020
|
+
// extracted by mini-css-extract-plugin
|
|
28021
|
+
|
|
28022
|
+
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=06710479&prod&lang=scss&scoped=true
|
|
28023
|
+
|
|
28024
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
28025
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
28026
|
+
;// ./package/cms-question/View.vue
|
|
28027
|
+
|
|
28028
|
+
|
|
28029
|
+
|
|
28030
|
+
;
|
|
28031
|
+
|
|
28032
|
+
|
|
28033
|
+
/* normalize component */
|
|
28034
|
+
|
|
28035
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
28036
|
+
cms_question_Viewvue_type_script_lang_js,
|
|
28037
|
+
render,
|
|
28038
|
+
staticRenderFns,
|
|
28039
|
+
false,
|
|
28040
|
+
null,
|
|
28041
|
+
"06710479",
|
|
28042
|
+
null
|
|
28043
|
+
|
|
28044
|
+
)
|
|
28045
|
+
|
|
28046
|
+
/* harmony default export */ var View = (component.exports);
|
|
28047
|
+
|
|
28048
|
+
/***/ }),
|
|
28049
|
+
|
|
27728
28050
|
/***/ 4054:
|
|
27729
28051
|
/***/ (function(module) {
|
|
27730
28052
|
|
|
@@ -27770,6 +28092,380 @@ module.exports = function (it) {
|
|
|
27770
28092
|
};
|
|
27771
28093
|
|
|
27772
28094
|
|
|
28095
|
+
/***/ }),
|
|
28096
|
+
|
|
28097
|
+
/***/ 4084:
|
|
28098
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28099
|
+
|
|
28100
|
+
"use strict";
|
|
28101
|
+
// ESM COMPAT FLAG
|
|
28102
|
+
__webpack_require__.r(__webpack_exports__);
|
|
28103
|
+
|
|
28104
|
+
// EXPORTS
|
|
28105
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
28106
|
+
"default": function() { return /* binding */ View; }
|
|
28107
|
+
});
|
|
28108
|
+
|
|
28109
|
+
;// ./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-activityCountdown/View.vue?vue&type=template&id=1d0d223c&scoped=true
|
|
28110
|
+
var render = function render() {
|
|
28111
|
+
var _vm = this,
|
|
28112
|
+
_c = _vm._self._c;
|
|
28113
|
+
return _c('BaseComp', _vm._b({
|
|
28114
|
+
attrs: {
|
|
28115
|
+
"data": _vm.data,
|
|
28116
|
+
"nowCompId": _vm.nowCompId,
|
|
28117
|
+
"isOpcacity": _vm.isOpcacity,
|
|
28118
|
+
"lang": _vm.lang
|
|
28119
|
+
},
|
|
28120
|
+
on: {
|
|
28121
|
+
"getConfigData": _vm.getConfigData
|
|
28122
|
+
}
|
|
28123
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
28124
|
+
staticClass: "family"
|
|
28125
|
+
}, [_c('section', {
|
|
28126
|
+
staticClass: "cmhk-home_main"
|
|
28127
|
+
}, [_c('div', {
|
|
28128
|
+
class: ['broadband-activity', 'pdr-0']
|
|
28129
|
+
}, [_c('div', {
|
|
28130
|
+
staticClass: "activity-main"
|
|
28131
|
+
}, [_vm.configData.input1 ? _c('div', {
|
|
28132
|
+
staticClass: "pro-discounts_tag"
|
|
28133
|
+
}, [_c('div', {
|
|
28134
|
+
staticClass: "pro-discounts_tag_inner"
|
|
28135
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")])]) : _vm._e(), _c('a', {
|
|
28136
|
+
attrs: {
|
|
28137
|
+
"href": _vm.configData.jumpUrl,
|
|
28138
|
+
"target": "_self"
|
|
28139
|
+
}
|
|
28140
|
+
}, [_c('img', {
|
|
28141
|
+
staticClass: "activity-img",
|
|
28142
|
+
attrs: {
|
|
28143
|
+
"src": _vm.configData.uploadImagePC,
|
|
28144
|
+
"alt": _vm.configData.imagePcATL
|
|
28145
|
+
}
|
|
28146
|
+
})]), _c('div', [_c('h4', {
|
|
28147
|
+
staticClass: "activity-title"
|
|
28148
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input2) + " ")]), _c('p', {
|
|
28149
|
+
staticClass: "activity-time layout-pc"
|
|
28150
|
+
}, [_vm._v(" " + _vm._s(_vm.configData.input3) + " ")]), _c('p', {
|
|
28151
|
+
staticClass: "act-mobile_des cms-ht",
|
|
28152
|
+
domProps: {
|
|
28153
|
+
"innerHTML": _vm._s(_vm.escape2Html(_vm.configData.input4))
|
|
28154
|
+
}
|
|
28155
|
+
}), _c('div', {
|
|
28156
|
+
staticClass: "activity-time2"
|
|
28157
|
+
}, [_c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.days")))]), _c('p', [_vm._v(_vm._s(_vm.days))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.hours")))]), _c('p', [_vm._v(_vm._s(_vm.hours))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.minutes")))]), _c('p', [_vm._v(_vm._s(_vm.minutes))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.seconds")))]), _c('p', [_vm._v(_vm._s(_vm.seconds))])]), _c('span', [_vm._v(_vm._s(_vm.$t("cmhkHeader.theEnd")))])]), _c('p', {
|
|
28158
|
+
staticClass: "activity-des cms-ht",
|
|
28159
|
+
domProps: {
|
|
28160
|
+
"innerHTML": _vm._s(_vm.escape2Html(_vm.configData.input4))
|
|
28161
|
+
}
|
|
28162
|
+
})])])])])])]);
|
|
28163
|
+
};
|
|
28164
|
+
var staticRenderFns = [];
|
|
28165
|
+
|
|
28166
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
28167
|
+
var baseComp = __webpack_require__(4272);
|
|
28168
|
+
// EXTERNAL MODULE: ./src/api/servePlan.js
|
|
28169
|
+
var servePlan = __webpack_require__(7333);
|
|
28170
|
+
;// ./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-activityCountdown/View.vue?vue&type=script&lang=js
|
|
28171
|
+
|
|
28172
|
+
|
|
28173
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
28174
|
+
name: "cms-activityCountdown",
|
|
28175
|
+
components: {
|
|
28176
|
+
BaseComp: baseComp["default"]
|
|
28177
|
+
},
|
|
28178
|
+
props: {
|
|
28179
|
+
data: {
|
|
28180
|
+
type: Object,
|
|
28181
|
+
default: () => {
|
|
28182
|
+
return {};
|
|
28183
|
+
}
|
|
28184
|
+
},
|
|
28185
|
+
nowCompId: {
|
|
28186
|
+
type: [String, Number],
|
|
28187
|
+
default: ""
|
|
28188
|
+
},
|
|
28189
|
+
isOpcacity: {
|
|
28190
|
+
type: Boolean,
|
|
28191
|
+
default: true
|
|
28192
|
+
},
|
|
28193
|
+
lang: {
|
|
28194
|
+
type: String,
|
|
28195
|
+
default: "zh-HK"
|
|
28196
|
+
}
|
|
28197
|
+
},
|
|
28198
|
+
data() {
|
|
28199
|
+
return {
|
|
28200
|
+
configData: {},
|
|
28201
|
+
messFold: false,
|
|
28202
|
+
remainingTime: 0,
|
|
28203
|
+
// 剩余时间
|
|
28204
|
+
days: null,
|
|
28205
|
+
hours: null,
|
|
28206
|
+
minutes: null,
|
|
28207
|
+
seconds: null,
|
|
28208
|
+
intervalId: null
|
|
28209
|
+
};
|
|
28210
|
+
},
|
|
28211
|
+
mounted() {
|
|
28212
|
+
this.$nextTick(() => {
|
|
28213
|
+
this.configData.dateTime && this.queryCountdown(this.configData.dateTime);
|
|
28214
|
+
});
|
|
28215
|
+
},
|
|
28216
|
+
watch: {},
|
|
28217
|
+
methods: {
|
|
28218
|
+
getConfigData(configData) {
|
|
28219
|
+
this.configData = configData;
|
|
28220
|
+
},
|
|
28221
|
+
async queryCountdown(dateTime) {
|
|
28222
|
+
let res = await (0,servePlan/* queryCountdown */.m7)({
|
|
28223
|
+
endTime: dateTime
|
|
28224
|
+
});
|
|
28225
|
+
if (+res.code === 0) {
|
|
28226
|
+
let remainingTime = res.data || 0;
|
|
28227
|
+
if (remainingTime > 0) {
|
|
28228
|
+
// 接口返回的是毫秒值,因此要换算成秒
|
|
28229
|
+
this.remainingTime = remainingTime / 1000;
|
|
28230
|
+
// 更新倒计时并每秒钟刷新一次
|
|
28231
|
+
this.countdown();
|
|
28232
|
+
this.intervalId = window.setInterval(this.countdown, 1000);
|
|
28233
|
+
} else {
|
|
28234
|
+
this.remainingTime = 0;
|
|
28235
|
+
this.days = 0;
|
|
28236
|
+
this.hours = 0;
|
|
28237
|
+
this.minutes = 0;
|
|
28238
|
+
this.seconds = 0;
|
|
28239
|
+
}
|
|
28240
|
+
}
|
|
28241
|
+
},
|
|
28242
|
+
countdown() {
|
|
28243
|
+
this.remainingTime--;
|
|
28244
|
+
// 如果剩余时间小于等于0,倒计时结束
|
|
28245
|
+
if (this.remainingTime <= 0) {
|
|
28246
|
+
window.clearInterval(this.intervalId);
|
|
28247
|
+
console.log("倒计时结束");
|
|
28248
|
+
return;
|
|
28249
|
+
}
|
|
28250
|
+
this.days = Math.floor(this.remainingTime / (24 * 60 * 60));
|
|
28251
|
+
this.hours = Math.floor(this.remainingTime % (24 * 60 * 60) / (60 * 60));
|
|
28252
|
+
this.minutes = Math.floor(this.remainingTime % (60 * 60) / 60);
|
|
28253
|
+
this.seconds = Math.floor(this.remainingTime % 60);
|
|
28254
|
+
},
|
|
28255
|
+
foldMessText() {
|
|
28256
|
+
this.messFold = !this.messFold;
|
|
28257
|
+
},
|
|
28258
|
+
decodeJumpUrl(url) {
|
|
28259
|
+
if (!url) return;
|
|
28260
|
+
top.location.href = url;
|
|
28261
|
+
},
|
|
28262
|
+
escape2Html(str) {
|
|
28263
|
+
if (str) {
|
|
28264
|
+
var arrEntities = {
|
|
28265
|
+
lt: "<",
|
|
28266
|
+
gt: ">",
|
|
28267
|
+
nbsp: " ",
|
|
28268
|
+
amp: "&",
|
|
28269
|
+
quot: '"'
|
|
28270
|
+
};
|
|
28271
|
+
return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
|
|
28272
|
+
return arrEntities[t];
|
|
28273
|
+
});
|
|
28274
|
+
} else {
|
|
28275
|
+
return "";
|
|
28276
|
+
}
|
|
28277
|
+
}
|
|
28278
|
+
}
|
|
28279
|
+
});
|
|
28280
|
+
;// ./package/cms-activityCountdown/View.vue?vue&type=script&lang=js
|
|
28281
|
+
/* harmony default export */ var cms_activityCountdown_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
28282
|
+
;// ./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-activityCountdown/View.vue?vue&type=style&index=0&id=1d0d223c&prod&lang=scss&scoped=true
|
|
28283
|
+
// extracted by mini-css-extract-plugin
|
|
28284
|
+
|
|
28285
|
+
;// ./package/cms-activityCountdown/View.vue?vue&type=style&index=0&id=1d0d223c&prod&lang=scss&scoped=true
|
|
28286
|
+
|
|
28287
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
28288
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
28289
|
+
;// ./package/cms-activityCountdown/View.vue
|
|
28290
|
+
|
|
28291
|
+
|
|
28292
|
+
|
|
28293
|
+
;
|
|
28294
|
+
|
|
28295
|
+
|
|
28296
|
+
/* normalize component */
|
|
28297
|
+
|
|
28298
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
28299
|
+
cms_activityCountdown_Viewvue_type_script_lang_js,
|
|
28300
|
+
render,
|
|
28301
|
+
staticRenderFns,
|
|
28302
|
+
false,
|
|
28303
|
+
null,
|
|
28304
|
+
"1d0d223c",
|
|
28305
|
+
null
|
|
28306
|
+
|
|
28307
|
+
)
|
|
28308
|
+
|
|
28309
|
+
/* harmony default export */ var View = (component.exports);
|
|
28310
|
+
|
|
28311
|
+
/***/ }),
|
|
28312
|
+
|
|
28313
|
+
/***/ 4110:
|
|
28314
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
28315
|
+
|
|
28316
|
+
"use strict";
|
|
28317
|
+
// ESM COMPAT FLAG
|
|
28318
|
+
__webpack_require__.r(__webpack_exports__);
|
|
28319
|
+
|
|
28320
|
+
// EXPORTS
|
|
28321
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
28322
|
+
"default": function() { return /* binding */ View; }
|
|
28323
|
+
});
|
|
28324
|
+
|
|
28325
|
+
;// ./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-productDetails/View.vue?vue&type=template&id=5ef9624d&scoped=true
|
|
28326
|
+
var render = function render() {
|
|
28327
|
+
var _vm = this,
|
|
28328
|
+
_c = _vm._self._c;
|
|
28329
|
+
return _c('BaseComp', _vm._b({
|
|
28330
|
+
attrs: {
|
|
28331
|
+
"data": _vm.data,
|
|
28332
|
+
"nowCompId": _vm.nowCompId,
|
|
28333
|
+
"isOpcacity": _vm.isOpcacity,
|
|
28334
|
+
"lang": _vm.lang
|
|
28335
|
+
},
|
|
28336
|
+
on: {
|
|
28337
|
+
"getConfigData": _vm.getConfigData
|
|
28338
|
+
}
|
|
28339
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
28340
|
+
staticClass: "cmhk-home_main"
|
|
28341
|
+
}, [_c('div', {
|
|
28342
|
+
staticClass: "page-valueadded-card-des"
|
|
28343
|
+
}, [_c('div', {
|
|
28344
|
+
staticClass: "card-des-content"
|
|
28345
|
+
}, [_c('div', {
|
|
28346
|
+
staticClass: "content-left"
|
|
28347
|
+
}, [_c('img', {
|
|
28348
|
+
staticClass: "pc-show",
|
|
28349
|
+
attrs: {
|
|
28350
|
+
"src": _vm.configData.uploadImagePC,
|
|
28351
|
+
"alt": _vm.configData.imagePcATL
|
|
28352
|
+
}
|
|
28353
|
+
}), _c('img', {
|
|
28354
|
+
staticClass: "mobile-show",
|
|
28355
|
+
attrs: {
|
|
28356
|
+
"src": _vm.configData.uploadImageH5,
|
|
28357
|
+
"alt": _vm.configData.imageH5ATL
|
|
28358
|
+
}
|
|
28359
|
+
})]), _c('div', {
|
|
28360
|
+
staticClass: "content-right"
|
|
28361
|
+
}, [_c('h6', {
|
|
28362
|
+
staticClass: "card-mess-title"
|
|
28363
|
+
}, [_vm._v(_vm._s(_vm.configData.input1))]), _c('div', {
|
|
28364
|
+
staticClass: "page-dot-section cms-ht",
|
|
28365
|
+
domProps: {
|
|
28366
|
+
"innerHTML": _vm._s(_vm.configData.input2)
|
|
28367
|
+
}
|
|
28368
|
+
})])])])])]);
|
|
28369
|
+
};
|
|
28370
|
+
var staticRenderFns = [];
|
|
28371
|
+
|
|
28372
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
28373
|
+
var baseComp = __webpack_require__(4272);
|
|
28374
|
+
;// ./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-productDetails/View.vue?vue&type=script&lang=js
|
|
28375
|
+
|
|
28376
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
28377
|
+
name: "cms-productDetails",
|
|
28378
|
+
components: {
|
|
28379
|
+
BaseComp: baseComp["default"]
|
|
28380
|
+
},
|
|
28381
|
+
props: {
|
|
28382
|
+
data: {
|
|
28383
|
+
type: Object,
|
|
28384
|
+
default: () => {
|
|
28385
|
+
return {};
|
|
28386
|
+
}
|
|
28387
|
+
},
|
|
28388
|
+
nowCompId: {
|
|
28389
|
+
type: [String, Number],
|
|
28390
|
+
default: ""
|
|
28391
|
+
},
|
|
28392
|
+
isOpcacity: {
|
|
28393
|
+
type: Boolean,
|
|
28394
|
+
default: true
|
|
28395
|
+
},
|
|
28396
|
+
lang: {
|
|
28397
|
+
type: String,
|
|
28398
|
+
default: "zh-HK"
|
|
28399
|
+
}
|
|
28400
|
+
},
|
|
28401
|
+
data() {
|
|
28402
|
+
return {
|
|
28403
|
+
configData: {},
|
|
28404
|
+
messFold: false
|
|
28405
|
+
};
|
|
28406
|
+
},
|
|
28407
|
+
mounted() {},
|
|
28408
|
+
watch: {},
|
|
28409
|
+
methods: {
|
|
28410
|
+
getConfigData(configData) {
|
|
28411
|
+
this.configData = configData;
|
|
28412
|
+
},
|
|
28413
|
+
foldMessText() {
|
|
28414
|
+
this.messFold = !this.messFold;
|
|
28415
|
+
},
|
|
28416
|
+
decodeJumpUrl(url) {
|
|
28417
|
+
if (!url) return;
|
|
28418
|
+
top.location.href = url;
|
|
28419
|
+
},
|
|
28420
|
+
escape2Html(str) {
|
|
28421
|
+
if (str) {
|
|
28422
|
+
var arrEntities = {
|
|
28423
|
+
lt: "<",
|
|
28424
|
+
gt: ">",
|
|
28425
|
+
nbsp: " ",
|
|
28426
|
+
amp: "&",
|
|
28427
|
+
quot: '"'
|
|
28428
|
+
};
|
|
28429
|
+
return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
|
|
28430
|
+
return arrEntities[t];
|
|
28431
|
+
});
|
|
28432
|
+
} else {
|
|
28433
|
+
return "";
|
|
28434
|
+
}
|
|
28435
|
+
}
|
|
28436
|
+
}
|
|
28437
|
+
});
|
|
28438
|
+
;// ./package/cms-productDetails/View.vue?vue&type=script&lang=js
|
|
28439
|
+
/* harmony default export */ var cms_productDetails_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
28440
|
+
;// ./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-productDetails/View.vue?vue&type=style&index=0&id=5ef9624d&prod&lang=scss&scoped=true
|
|
28441
|
+
// extracted by mini-css-extract-plugin
|
|
28442
|
+
|
|
28443
|
+
;// ./package/cms-productDetails/View.vue?vue&type=style&index=0&id=5ef9624d&prod&lang=scss&scoped=true
|
|
28444
|
+
|
|
28445
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
28446
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
28447
|
+
;// ./package/cms-productDetails/View.vue
|
|
28448
|
+
|
|
28449
|
+
|
|
28450
|
+
|
|
28451
|
+
;
|
|
28452
|
+
|
|
28453
|
+
|
|
28454
|
+
/* normalize component */
|
|
28455
|
+
|
|
28456
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
28457
|
+
cms_productDetails_Viewvue_type_script_lang_js,
|
|
28458
|
+
render,
|
|
28459
|
+
staticRenderFns,
|
|
28460
|
+
false,
|
|
28461
|
+
null,
|
|
28462
|
+
"5ef9624d",
|
|
28463
|
+
null
|
|
28464
|
+
|
|
28465
|
+
)
|
|
28466
|
+
|
|
28467
|
+
/* harmony default export */ var View = (component.exports);
|
|
28468
|
+
|
|
27773
28469
|
/***/ }),
|
|
27774
28470
|
|
|
27775
28471
|
/***/ 4114:
|
|
@@ -27956,7 +28652,7 @@ module.exports = function (it) {
|
|
|
27956
28652
|
__webpack_require__.r(__webpack_exports__);
|
|
27957
28653
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
27958
28654
|
|
|
27959
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28655
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4084));
|
|
27960
28656
|
const langData = {
|
|
27961
28657
|
dateTime: 1706716799000,
|
|
27962
28658
|
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315174726_yhL6RHpo_614x380.png",
|
|
@@ -28681,7 +29377,7 @@ module.exports = {
|
|
|
28681
29377
|
__webpack_require__.r(__webpack_exports__);
|
|
28682
29378
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
28683
29379
|
|
|
28684
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
29380
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4110));
|
|
28685
29381
|
const langData = {
|
|
28686
29382
|
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315174905_xX9qBD8B_648x649.png",
|
|
28687
29383
|
input2: "",
|
|
@@ -37385,386 +38081,6 @@ module.exports =
|
|
|
37385
38081
|
(function () { return this; })() || Function('return this')();
|
|
37386
38082
|
|
|
37387
38083
|
|
|
37388
|
-
/***/ }),
|
|
37389
|
-
|
|
37390
|
-
/***/ 4588:
|
|
37391
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37392
|
-
|
|
37393
|
-
"use strict";
|
|
37394
|
-
// ESM COMPAT FLAG
|
|
37395
|
-
__webpack_require__.r(__webpack_exports__);
|
|
37396
|
-
|
|
37397
|
-
// EXPORTS
|
|
37398
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
37399
|
-
"default": function() { return /* binding */ View; }
|
|
37400
|
-
});
|
|
37401
|
-
|
|
37402
|
-
;// ./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-video/View.vue?vue&type=template&id=6b24141a&scoped=true
|
|
37403
|
-
var render = function render() {
|
|
37404
|
-
var _vm = this,
|
|
37405
|
-
_c = _vm._self._c;
|
|
37406
|
-
return _c('BaseComp', _vm._b({
|
|
37407
|
-
attrs: {
|
|
37408
|
-
"data": _vm.data,
|
|
37409
|
-
"nowCompId": _vm.nowCompId,
|
|
37410
|
-
"isOpcacity": _vm.isOpcacity,
|
|
37411
|
-
"lang": _vm.lang
|
|
37412
|
-
},
|
|
37413
|
-
on: {
|
|
37414
|
-
"getConfigData": _vm.getConfigData
|
|
37415
|
-
}
|
|
37416
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
37417
|
-
staticClass: "cms-video-container",
|
|
37418
|
-
class: [_vm.configData.customClass || ''],
|
|
37419
|
-
style: _vm.containerStyle
|
|
37420
|
-
}, [_c('div', {
|
|
37421
|
-
staticClass: "video-wrapper",
|
|
37422
|
-
style: _vm.wrapperStyle
|
|
37423
|
-
}, [_vm.videoType === 'direct' && _vm.configData.videoUrl ? _c('video', {
|
|
37424
|
-
staticClass: "cms-video direct-video",
|
|
37425
|
-
style: _vm.videoStyle,
|
|
37426
|
-
attrs: {
|
|
37427
|
-
"src": _vm.configData.videoUrl,
|
|
37428
|
-
"controls": _vm.configData.showControls,
|
|
37429
|
-
"autoplay": _vm.configData.autoplay,
|
|
37430
|
-
"loop": _vm.configData.loop,
|
|
37431
|
-
"poster": _vm.configData.posterUrl
|
|
37432
|
-
},
|
|
37433
|
-
domProps: {
|
|
37434
|
-
"muted": _vm.configData.muted
|
|
37435
|
-
},
|
|
37436
|
-
on: {
|
|
37437
|
-
"loadstart": _vm.onVideoLoadStart,
|
|
37438
|
-
"loadeddata": _vm.onVideoLoaded,
|
|
37439
|
-
"error": _vm.onVideoError
|
|
37440
|
-
}
|
|
37441
|
-
}) : _vm.configData.embedCode ? _c('div', {
|
|
37442
|
-
staticClass: "cms-video embed-video",
|
|
37443
|
-
style: _vm.videoStyle,
|
|
37444
|
-
domProps: {
|
|
37445
|
-
"innerHTML": _vm._s(_vm.configData.embedCode)
|
|
37446
|
-
}
|
|
37447
|
-
}) : _c('div', {
|
|
37448
|
-
staticClass: "video-placeholder",
|
|
37449
|
-
style: _vm.placeholderStyle
|
|
37450
|
-
}, [_c('img', {
|
|
37451
|
-
staticStyle: {
|
|
37452
|
-
"width": "97.82px",
|
|
37453
|
-
"height": "97.82px"
|
|
37454
|
-
},
|
|
37455
|
-
attrs: {
|
|
37456
|
-
"src": __webpack_require__(6148),
|
|
37457
|
-
"alt": "Video Camera"
|
|
37458
|
-
}
|
|
37459
|
-
})])]), _vm.configData.title ? _c('div', {
|
|
37460
|
-
staticClass: "f-c-c"
|
|
37461
|
-
}, [_vm._v(_vm._s(_vm.configData.title))]) : _vm._e()])]);
|
|
37462
|
-
};
|
|
37463
|
-
var staticRenderFns = [];
|
|
37464
|
-
|
|
37465
|
-
;// ./package/cms-video/View.vue?vue&type=template&id=6b24141a&scoped=true
|
|
37466
|
-
|
|
37467
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
37468
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
37469
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
37470
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
37471
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37472
|
-
var baseComp = __webpack_require__(4272);
|
|
37473
|
-
;// ./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-video/View.vue?vue&type=script&lang=js
|
|
37474
|
-
|
|
37475
|
-
|
|
37476
|
-
|
|
37477
|
-
|
|
37478
|
-
|
|
37479
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
37480
|
-
name: "cms-video",
|
|
37481
|
-
components: {
|
|
37482
|
-
BaseComp: baseComp["default"]
|
|
37483
|
-
},
|
|
37484
|
-
props: {
|
|
37485
|
-
data: {
|
|
37486
|
-
type: Object,
|
|
37487
|
-
default: () => {
|
|
37488
|
-
return {};
|
|
37489
|
-
}
|
|
37490
|
-
},
|
|
37491
|
-
nowCompId: {
|
|
37492
|
-
type: [String, Number],
|
|
37493
|
-
default: ""
|
|
37494
|
-
},
|
|
37495
|
-
isOpcacity: {
|
|
37496
|
-
type: Boolean,
|
|
37497
|
-
default: true
|
|
37498
|
-
},
|
|
37499
|
-
lang: {
|
|
37500
|
-
type: String,
|
|
37501
|
-
default: "zh-HK"
|
|
37502
|
-
}
|
|
37503
|
-
},
|
|
37504
|
-
data() {
|
|
37505
|
-
return {
|
|
37506
|
-
configData: {},
|
|
37507
|
-
videoLoaded: false,
|
|
37508
|
-
videoError: false,
|
|
37509
|
-
// 默认配置数据
|
|
37510
|
-
defaultConfig: {
|
|
37511
|
-
// 视频源设置
|
|
37512
|
-
videoType: "direct",
|
|
37513
|
-
videoUrl: "",
|
|
37514
|
-
embedCode: "",
|
|
37515
|
-
posterUrl: "",
|
|
37516
|
-
// 播放控制
|
|
37517
|
-
showControls: true,
|
|
37518
|
-
autoplay: false,
|
|
37519
|
-
loop: false,
|
|
37520
|
-
muted: false,
|
|
37521
|
-
// 尺寸控制
|
|
37522
|
-
widthType: "auto",
|
|
37523
|
-
widthValue: 100,
|
|
37524
|
-
heightType: "auto",
|
|
37525
|
-
heightValue: 100,
|
|
37526
|
-
aspectRatio: "16:9",
|
|
37527
|
-
customAspectRatio: "16:9",
|
|
37528
|
-
maxWidth: 0,
|
|
37529
|
-
maxHeight: 0,
|
|
37530
|
-
// 样式设置
|
|
37531
|
-
borderRadius: 0,
|
|
37532
|
-
// 高级配置
|
|
37533
|
-
customClass: "",
|
|
37534
|
-
customStyle: ""
|
|
37535
|
-
}
|
|
37536
|
-
};
|
|
37537
|
-
},
|
|
37538
|
-
mounted() {
|
|
37539
|
-
this.initConfigData();
|
|
37540
|
-
},
|
|
37541
|
-
watch: {
|
|
37542
|
-
configData: {
|
|
37543
|
-
handler() {
|
|
37544
|
-
this.updateStyles();
|
|
37545
|
-
},
|
|
37546
|
-
deep: true
|
|
37547
|
-
}
|
|
37548
|
-
},
|
|
37549
|
-
computed: {
|
|
37550
|
-
showEmbedCode() {
|
|
37551
|
-
return this.configData.embedCode.replace(/<iframe(.*?)width="(\d+)"(.*?)height="(\d+)"(.*?)>/gi, '<iframe$1width="100%"$3height="auto"$5 aspect-ratio="$2/$4">');
|
|
37552
|
-
},
|
|
37553
|
-
// 视频类型
|
|
37554
|
-
videoType() {
|
|
37555
|
-
return this.configData.videoType || this.defaultConfig.videoType;
|
|
37556
|
-
},
|
|
37557
|
-
// 实际使用的宽高比
|
|
37558
|
-
actualAspectRatio() {
|
|
37559
|
-
const config = {
|
|
37560
|
-
...this.defaultConfig,
|
|
37561
|
-
...this.configData
|
|
37562
|
-
};
|
|
37563
|
-
if (config.aspectRatio === "custom") {
|
|
37564
|
-
return config.customAspectRatio || "16:9";
|
|
37565
|
-
}
|
|
37566
|
-
return config.aspectRatio;
|
|
37567
|
-
},
|
|
37568
|
-
// 容器样式
|
|
37569
|
-
containerStyle() {
|
|
37570
|
-
const config = {
|
|
37571
|
-
...this.defaultConfig,
|
|
37572
|
-
...this.configData
|
|
37573
|
-
};
|
|
37574
|
-
return {
|
|
37575
|
-
...this.parseCustomStyle(config.customStyle)
|
|
37576
|
-
};
|
|
37577
|
-
},
|
|
37578
|
-
// 包装器样式
|
|
37579
|
-
wrapperStyle() {
|
|
37580
|
-
const config = {
|
|
37581
|
-
...this.defaultConfig,
|
|
37582
|
-
...this.configData
|
|
37583
|
-
};
|
|
37584
|
-
let width = "auto";
|
|
37585
|
-
let height = "auto";
|
|
37586
|
-
|
|
37587
|
-
// 宽度设置
|
|
37588
|
-
if (config.widthType === "fixed") {
|
|
37589
|
-
width = `${config.widthValue}px`;
|
|
37590
|
-
} else if (config.widthType === "percent") {
|
|
37591
|
-
width = `${config.widthValue}%`;
|
|
37592
|
-
}
|
|
37593
|
-
|
|
37594
|
-
// 高度设置
|
|
37595
|
-
if (config.heightType === "fixed") {
|
|
37596
|
-
height = `${config.heightValue}px`;
|
|
37597
|
-
} else if (config.heightType === "percent") {
|
|
37598
|
-
height = `${config.heightValue}%`;
|
|
37599
|
-
} else if (config.heightType === "aspect") {
|
|
37600
|
-
// 根据宽高比计算高度
|
|
37601
|
-
height = "auto";
|
|
37602
|
-
}
|
|
37603
|
-
return {
|
|
37604
|
-
width,
|
|
37605
|
-
height,
|
|
37606
|
-
maxWidth: config.maxWidth > 0 ? `${config.maxWidth}px` : "none",
|
|
37607
|
-
maxHeight: config.maxHeight > 0 ? `${config.maxHeight}px` : "none",
|
|
37608
|
-
borderRadius: `${config.borderRadius}px`,
|
|
37609
|
-
overflow: "hidden",
|
|
37610
|
-
display: "block",
|
|
37611
|
-
position: "relative"
|
|
37612
|
-
};
|
|
37613
|
-
},
|
|
37614
|
-
// 视频样式
|
|
37615
|
-
videoStyle() {
|
|
37616
|
-
const config = {
|
|
37617
|
-
...this.defaultConfig,
|
|
37618
|
-
...this.configData
|
|
37619
|
-
};
|
|
37620
|
-
let style = {
|
|
37621
|
-
width: "100%",
|
|
37622
|
-
height: "100%",
|
|
37623
|
-
display: "block",
|
|
37624
|
-
border: "none",
|
|
37625
|
-
outline: "none"
|
|
37626
|
-
};
|
|
37627
|
-
|
|
37628
|
-
// 如果是宽高比模式,设置aspect-ratio
|
|
37629
|
-
if (config.heightType === "aspect") {
|
|
37630
|
-
style.aspectRatio = this.actualAspectRatio.replace(":", "/");
|
|
37631
|
-
}
|
|
37632
|
-
return style;
|
|
37633
|
-
},
|
|
37634
|
-
// 占位符样式
|
|
37635
|
-
placeholderStyle() {
|
|
37636
|
-
const config = {
|
|
37637
|
-
...this.defaultConfig,
|
|
37638
|
-
...this.configData
|
|
37639
|
-
};
|
|
37640
|
-
let width = "100%";
|
|
37641
|
-
let height = "auto";
|
|
37642
|
-
|
|
37643
|
-
// 如果设置了固定尺寸,使用设置的尺寸
|
|
37644
|
-
if (config.widthType === "fixed") {
|
|
37645
|
-
width = `${config.widthValue}px`;
|
|
37646
|
-
} else if (config.widthType === "percent") {
|
|
37647
|
-
width = `${config.widthValue}%`;
|
|
37648
|
-
}
|
|
37649
|
-
if (config.heightType === "fixed") {
|
|
37650
|
-
height = `${config.heightValue}px`;
|
|
37651
|
-
} else if (config.heightType === "aspect") {
|
|
37652
|
-
// 使用aspect-ratio保持16:9比例
|
|
37653
|
-
height = "auto";
|
|
37654
|
-
} else {
|
|
37655
|
-
// 默认使用16:9比例
|
|
37656
|
-
height = "auto";
|
|
37657
|
-
}
|
|
37658
|
-
const style = {
|
|
37659
|
-
width,
|
|
37660
|
-
height,
|
|
37661
|
-
backgroundColor: "#f5f7fa",
|
|
37662
|
-
border: "1px dashed #dcdfe6",
|
|
37663
|
-
borderRadius: `${config.borderRadius}px`,
|
|
37664
|
-
display: "flex",
|
|
37665
|
-
flexDirection: "column",
|
|
37666
|
-
alignItems: "center",
|
|
37667
|
-
justifyContent: "center",
|
|
37668
|
-
color: "#909399",
|
|
37669
|
-
fontSize: "14px"
|
|
37670
|
-
};
|
|
37671
|
-
|
|
37672
|
-
// 如果不是固定高度,使用aspect-ratio保持16:9比例
|
|
37673
|
-
if (config.heightType !== "fixed") {
|
|
37674
|
-
style.aspectRatio = this.actualAspectRatio.replace(":", "/");
|
|
37675
|
-
}
|
|
37676
|
-
return style;
|
|
37677
|
-
}
|
|
37678
|
-
},
|
|
37679
|
-
methods: {
|
|
37680
|
-
// 初始化配置数据
|
|
37681
|
-
initConfigData() {
|
|
37682
|
-
this.configData = {
|
|
37683
|
-
...this.defaultConfig,
|
|
37684
|
-
...this.configData
|
|
37685
|
-
};
|
|
37686
|
-
},
|
|
37687
|
-
// 获取配置数据
|
|
37688
|
-
getConfigData(configData) {
|
|
37689
|
-
this.configData = {
|
|
37690
|
-
...this.defaultConfig,
|
|
37691
|
-
...configData
|
|
37692
|
-
};
|
|
37693
|
-
this.updateStyles();
|
|
37694
|
-
},
|
|
37695
|
-
// 更新样式
|
|
37696
|
-
updateStyles() {
|
|
37697
|
-
this.$nextTick(() => {
|
|
37698
|
-
this.$forceUpdate();
|
|
37699
|
-
});
|
|
37700
|
-
},
|
|
37701
|
-
// 视频开始加载
|
|
37702
|
-
onVideoLoadStart() {
|
|
37703
|
-
this.videoLoaded = false;
|
|
37704
|
-
this.videoError = false;
|
|
37705
|
-
},
|
|
37706
|
-
// 视频加载完成
|
|
37707
|
-
onVideoLoaded() {
|
|
37708
|
-
this.videoLoaded = true;
|
|
37709
|
-
this.videoError = false;
|
|
37710
|
-
},
|
|
37711
|
-
// 视频加载失败
|
|
37712
|
-
onVideoError() {
|
|
37713
|
-
this.videoLoaded = false;
|
|
37714
|
-
this.videoError = true;
|
|
37715
|
-
},
|
|
37716
|
-
// 解析自定义样式
|
|
37717
|
-
parseCustomStyle(customStyle) {
|
|
37718
|
-
if (!customStyle) return {};
|
|
37719
|
-
try {
|
|
37720
|
-
const styles = {};
|
|
37721
|
-
const declarations = customStyle.split(";");
|
|
37722
|
-
declarations.forEach(declaration => {
|
|
37723
|
-
const [property, value] = declaration.split(":");
|
|
37724
|
-
if (property && value) {
|
|
37725
|
-
const camelCaseProperty = property.trim().replace(/-([a-z])/g, g => g[1].toUpperCase());
|
|
37726
|
-
styles[camelCaseProperty] = value.trim();
|
|
37727
|
-
}
|
|
37728
|
-
});
|
|
37729
|
-
return styles;
|
|
37730
|
-
} catch (error) {
|
|
37731
|
-
console.warn("解析自定义样式失败:", error);
|
|
37732
|
-
return {};
|
|
37733
|
-
}
|
|
37734
|
-
}
|
|
37735
|
-
}
|
|
37736
|
-
});
|
|
37737
|
-
;// ./package/cms-video/View.vue?vue&type=script&lang=js
|
|
37738
|
-
/* harmony default export */ var cms_video_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
37739
|
-
;// ./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-video/View.vue?vue&type=style&index=0&id=6b24141a&prod&lang=scss&scoped=true
|
|
37740
|
-
// extracted by mini-css-extract-plugin
|
|
37741
|
-
|
|
37742
|
-
;// ./package/cms-video/View.vue?vue&type=style&index=0&id=6b24141a&prod&lang=scss&scoped=true
|
|
37743
|
-
|
|
37744
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37745
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
37746
|
-
;// ./package/cms-video/View.vue
|
|
37747
|
-
|
|
37748
|
-
|
|
37749
|
-
|
|
37750
|
-
;
|
|
37751
|
-
|
|
37752
|
-
|
|
37753
|
-
/* normalize component */
|
|
37754
|
-
|
|
37755
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
37756
|
-
cms_video_Viewvue_type_script_lang_js,
|
|
37757
|
-
render,
|
|
37758
|
-
staticRenderFns,
|
|
37759
|
-
false,
|
|
37760
|
-
null,
|
|
37761
|
-
"6b24141a",
|
|
37762
|
-
null
|
|
37763
|
-
|
|
37764
|
-
)
|
|
37765
|
-
|
|
37766
|
-
/* harmony default export */ var View = (component.exports);
|
|
37767
|
-
|
|
37768
38084
|
/***/ }),
|
|
37769
38085
|
|
|
37770
38086
|
/***/ 4602:
|
|
@@ -40119,7 +40435,7 @@ module.exports = uncurryThisAccessor(SetHelpers.proto, 'size', 'get') || functio
|
|
|
40119
40435
|
var map = {
|
|
40120
40436
|
"./cms-aLineThreeLeftOne/View.vue": 1634,
|
|
40121
40437
|
"./cms-aLineThreeLeftTwo/View.vue": 5422,
|
|
40122
|
-
"./cms-activityCountdown/View.vue":
|
|
40438
|
+
"./cms-activityCountdown/View.vue": 4084,
|
|
40123
40439
|
"./cms-activityTime/View.vue": 8322,
|
|
40124
40440
|
"./cms-banner/View.vue": 6815,
|
|
40125
40441
|
"./cms-button/View.vue": 8169,
|
|
@@ -40138,20 +40454,20 @@ var map = {
|
|
|
40138
40454
|
"./cms-lineTwo/View.vue": 3249,
|
|
40139
40455
|
"./cms-proCard/View.vue": 7063,
|
|
40140
40456
|
"./cms-prodCustomization/View.vue": 6786,
|
|
40141
|
-
"./cms-productDetails/View.vue":
|
|
40142
|
-
"./cms-question/View.vue":
|
|
40143
|
-
"./cms-richText/View.vue":
|
|
40457
|
+
"./cms-productDetails/View.vue": 4110,
|
|
40458
|
+
"./cms-question/View.vue": 4024,
|
|
40459
|
+
"./cms-richText/View.vue": 864,
|
|
40144
40460
|
"./cms-servePlan-tab/View.vue": 8757,
|
|
40145
40461
|
"./cms-servePlan-text/View.vue": 9487,
|
|
40146
40462
|
"./cms-tab/View.vue": 2596,
|
|
40147
|
-
"./cms-termsAndConditions/View.vue":
|
|
40463
|
+
"./cms-termsAndConditions/View.vue": 7949,
|
|
40148
40464
|
"./cms-text/View.vue": 2568,
|
|
40149
40465
|
"./cms-threeScroll/View.vue": 517,
|
|
40150
40466
|
"./cms-titleCenter/View.vue": 1429,
|
|
40151
40467
|
"./cms-titleLeft/View.vue": 428,
|
|
40152
40468
|
"./cms-via-storedValueCard/View.vue": 8498,
|
|
40153
40469
|
"./cms-video-group/View.vue": 9418,
|
|
40154
|
-
"./cms-video/View.vue":
|
|
40470
|
+
"./cms-video/View.vue": 9136,
|
|
40155
40471
|
"./cms-view/View.vue": 1380
|
|
40156
40472
|
};
|
|
40157
40473
|
|
|
@@ -41172,133 +41488,6 @@ module.exports = function isCancel(value) {
|
|
|
41172
41488
|
|
|
41173
41489
|
/***/ }),
|
|
41174
41490
|
|
|
41175
|
-
/***/ 5653:
|
|
41176
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41177
|
-
|
|
41178
|
-
"use strict";
|
|
41179
|
-
// ESM COMPAT FLAG
|
|
41180
|
-
__webpack_require__.r(__webpack_exports__);
|
|
41181
|
-
|
|
41182
|
-
// EXPORTS
|
|
41183
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
41184
|
-
"default": function() { return /* binding */ View; }
|
|
41185
|
-
});
|
|
41186
|
-
|
|
41187
|
-
;// ./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-richText/View.vue?vue&type=template&id=f9cda95e&scoped=true
|
|
41188
|
-
var render = function render() {
|
|
41189
|
-
var _vm = this,
|
|
41190
|
-
_c = _vm._self._c;
|
|
41191
|
-
return _c('BaseComp', _vm._b({
|
|
41192
|
-
attrs: {
|
|
41193
|
-
"data": _vm.data,
|
|
41194
|
-
"nowCompId": _vm.nowCompId,
|
|
41195
|
-
"isOpcacity": _vm.isOpcacity,
|
|
41196
|
-
"lang": _vm.lang
|
|
41197
|
-
},
|
|
41198
|
-
on: {
|
|
41199
|
-
"getConfigData": _vm.getConfigData
|
|
41200
|
-
}
|
|
41201
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
41202
|
-
staticClass: "cmhk-home_main"
|
|
41203
|
-
}, [_c('div', [_c('div', {
|
|
41204
|
-
staticClass: "inner"
|
|
41205
|
-
}, [_c('p', {
|
|
41206
|
-
domProps: {
|
|
41207
|
-
"innerHTML": _vm._s(_vm.configData.input1)
|
|
41208
|
-
}
|
|
41209
|
-
})])])])]);
|
|
41210
|
-
};
|
|
41211
|
-
var staticRenderFns = [];
|
|
41212
|
-
|
|
41213
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41214
|
-
var baseComp = __webpack_require__(4272);
|
|
41215
|
-
;// ./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-richText/View.vue?vue&type=script&lang=js
|
|
41216
|
-
|
|
41217
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
41218
|
-
name: "cms-richText",
|
|
41219
|
-
components: {
|
|
41220
|
-
BaseComp: baseComp["default"]
|
|
41221
|
-
},
|
|
41222
|
-
props: {
|
|
41223
|
-
data: {
|
|
41224
|
-
type: Object,
|
|
41225
|
-
default: () => {
|
|
41226
|
-
return {};
|
|
41227
|
-
}
|
|
41228
|
-
},
|
|
41229
|
-
nowCompId: {
|
|
41230
|
-
type: [String, Number],
|
|
41231
|
-
default: ""
|
|
41232
|
-
},
|
|
41233
|
-
isOpcacity: {
|
|
41234
|
-
type: Boolean,
|
|
41235
|
-
default: true
|
|
41236
|
-
},
|
|
41237
|
-
lang: {
|
|
41238
|
-
type: String,
|
|
41239
|
-
default: "zh-HK"
|
|
41240
|
-
}
|
|
41241
|
-
},
|
|
41242
|
-
data() {
|
|
41243
|
-
return {
|
|
41244
|
-
configData: {},
|
|
41245
|
-
messFold: false
|
|
41246
|
-
};
|
|
41247
|
-
},
|
|
41248
|
-
mounted() {},
|
|
41249
|
-
watch: {},
|
|
41250
|
-
methods: {
|
|
41251
|
-
getConfigData(configData) {
|
|
41252
|
-
this.configData = configData;
|
|
41253
|
-
},
|
|
41254
|
-
foldMessText() {
|
|
41255
|
-
this.messFold = !this.messFold;
|
|
41256
|
-
},
|
|
41257
|
-
decodeJumpUrl(url) {
|
|
41258
|
-
if (!url) return;
|
|
41259
|
-
top.location.href = url;
|
|
41260
|
-
}
|
|
41261
|
-
}
|
|
41262
|
-
});
|
|
41263
|
-
;// ./package/cms-richText/View.vue?vue&type=script&lang=js
|
|
41264
|
-
/* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
41265
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=0&id=f9cda95e&prod&lang=scss&scoped=true
|
|
41266
|
-
// extracted by mini-css-extract-plugin
|
|
41267
|
-
|
|
41268
|
-
;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=f9cda95e&prod&lang=scss&scoped=true
|
|
41269
|
-
|
|
41270
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=f9cda95e&prod&lang=scss
|
|
41271
|
-
// extracted by mini-css-extract-plugin
|
|
41272
|
-
|
|
41273
|
-
;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=f9cda95e&prod&lang=scss
|
|
41274
|
-
|
|
41275
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
41276
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
41277
|
-
;// ./package/cms-richText/View.vue
|
|
41278
|
-
|
|
41279
|
-
|
|
41280
|
-
|
|
41281
|
-
;
|
|
41282
|
-
|
|
41283
|
-
|
|
41284
|
-
|
|
41285
|
-
/* normalize component */
|
|
41286
|
-
|
|
41287
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
41288
|
-
cms_richText_Viewvue_type_script_lang_js,
|
|
41289
|
-
render,
|
|
41290
|
-
staticRenderFns,
|
|
41291
|
-
false,
|
|
41292
|
-
null,
|
|
41293
|
-
"f9cda95e",
|
|
41294
|
-
null
|
|
41295
|
-
|
|
41296
|
-
)
|
|
41297
|
-
|
|
41298
|
-
/* harmony default export */ var View = (component.exports);
|
|
41299
|
-
|
|
41300
|
-
/***/ }),
|
|
41301
|
-
|
|
41302
41491
|
/***/ 5700:
|
|
41303
41492
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41304
41493
|
|
|
@@ -53127,7 +53316,7 @@ $({ target: 'Iterator', proto: true, real: true }, {
|
|
|
53127
53316
|
__webpack_require__.r(__webpack_exports__);
|
|
53128
53317
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
53129
53318
|
|
|
53130
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
53319
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 864));
|
|
53131
53320
|
const langData = {
|
|
53132
53321
|
input1: "请输入富文本内容"
|
|
53133
53322
|
};
|
|
@@ -53838,15 +54027,7 @@ if ($transfer) $({ target: 'ArrayBuffer', proto: true }, {
|
|
|
53838
54027
|
|
|
53839
54028
|
/***/ }),
|
|
53840
54029
|
|
|
53841
|
-
/***/
|
|
53842
|
-
/***/ (function(module) {
|
|
53843
|
-
|
|
53844
|
-
"use strict";
|
|
53845
|
-
module.exports = "data:image/png;base64,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";
|
|
53846
|
-
|
|
53847
|
-
/***/ }),
|
|
53848
|
-
|
|
53849
|
-
/***/ 7984:
|
|
54030
|
+
/***/ 7949:
|
|
53850
54031
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
53851
54032
|
|
|
53852
54033
|
"use strict";
|
|
@@ -53858,7 +54039,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
53858
54039
|
"default": function() { return /* binding */ View; }
|
|
53859
54040
|
});
|
|
53860
54041
|
|
|
53861
|
-
;// ./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-
|
|
54042
|
+
;// ./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=af118d76&scoped=true
|
|
53862
54043
|
var render = function render() {
|
|
53863
54044
|
var _vm = this,
|
|
53864
54045
|
_c = _vm._self._c;
|
|
@@ -53872,45 +54053,59 @@ var render = function render() {
|
|
|
53872
54053
|
on: {
|
|
53873
54054
|
"getConfigData": _vm.getConfigData
|
|
53874
54055
|
}
|
|
53875
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
54056
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
53876
54057
|
staticClass: "cmhk-home_main"
|
|
53877
54058
|
}, [_c('div', {
|
|
53878
|
-
staticClass: "page-
|
|
54059
|
+
staticClass: "page-tab-swiper_wrapper",
|
|
54060
|
+
class: _vm.swiperArrow == true ? '' : 'active'
|
|
53879
54061
|
}, [_c('div', {
|
|
53880
|
-
|
|
54062
|
+
ref: "barparent",
|
|
54063
|
+
staticClass: "page-tab-swiper common-swiper_tab"
|
|
53881
54064
|
}, [_c('div', {
|
|
53882
|
-
staticClass: "
|
|
53883
|
-
},
|
|
53884
|
-
|
|
53885
|
-
|
|
53886
|
-
"
|
|
53887
|
-
|
|
53888
|
-
|
|
53889
|
-
|
|
53890
|
-
|
|
53891
|
-
|
|
53892
|
-
|
|
53893
|
-
|
|
53894
|
-
|
|
53895
|
-
|
|
53896
|
-
|
|
53897
|
-
|
|
53898
|
-
staticClass: "card-mess-title"
|
|
53899
|
-
}, [_vm._v(_vm._s(_vm.configData.input1))]), _c('div', {
|
|
53900
|
-
staticClass: "page-dot-section",
|
|
54065
|
+
staticClass: "swiper-wrapper"
|
|
54066
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
54067
|
+
return _c('div', {
|
|
54068
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
54069
|
+
staticClass: "swiper-slide",
|
|
54070
|
+
class: item.input1 == _vm.currentTab ? 'active' : '',
|
|
54071
|
+
on: {
|
|
54072
|
+
"click": function ($event) {
|
|
54073
|
+
return _vm.changeTab(item);
|
|
54074
|
+
}
|
|
54075
|
+
}
|
|
54076
|
+
}, [_vm._v(" " + _vm._s(item.input1) + " ")]);
|
|
54077
|
+
}), 0)])]), _c('div', {
|
|
54078
|
+
staticClass: "page-tab-swiper-body"
|
|
54079
|
+
}, [_c('div', {
|
|
54080
|
+
staticClass: "desContent cms-ht",
|
|
53901
54081
|
domProps: {
|
|
53902
|
-
"innerHTML": _vm._s(_vm.
|
|
54082
|
+
"innerHTML": _vm._s(_vm._showTipsInfo)
|
|
53903
54083
|
}
|
|
53904
|
-
})])])])
|
|
54084
|
+
})])])]);
|
|
53905
54085
|
};
|
|
53906
54086
|
var staticRenderFns = [];
|
|
53907
54087
|
|
|
54088
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
54089
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
54090
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
54091
|
+
var es_iterator_filter = __webpack_require__(2489);
|
|
54092
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
54093
|
+
var swiper = __webpack_require__(2791);
|
|
54094
|
+
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
54095
|
+
var swiper_esm_bundle = __webpack_require__(4418);
|
|
53908
54096
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
53909
54097
|
var baseComp = __webpack_require__(4272);
|
|
53910
|
-
;// ./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-
|
|
54098
|
+
;// ./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
|
|
54099
|
+
|
|
54100
|
+
|
|
54101
|
+
|
|
54102
|
+
|
|
54103
|
+
|
|
54104
|
+
|
|
54105
|
+
|
|
53911
54106
|
|
|
53912
54107
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
53913
|
-
name: "cms-
|
|
54108
|
+
name: "cms-termsAndConditions",
|
|
53914
54109
|
components: {
|
|
53915
54110
|
BaseComp: baseComp["default"]
|
|
53916
54111
|
},
|
|
@@ -53936,51 +54131,102 @@ var baseComp = __webpack_require__(4272);
|
|
|
53936
54131
|
},
|
|
53937
54132
|
data() {
|
|
53938
54133
|
return {
|
|
53939
|
-
|
|
53940
|
-
|
|
54134
|
+
configList: [],
|
|
54135
|
+
currentTab: "",
|
|
54136
|
+
swiperArrow: false,
|
|
54137
|
+
broadbandSwiperC: null,
|
|
54138
|
+
swiperBeginning: false,
|
|
54139
|
+
swiperEnd: false
|
|
53941
54140
|
};
|
|
53942
54141
|
},
|
|
53943
|
-
mounted() {
|
|
53944
|
-
|
|
54142
|
+
mounted() {
|
|
54143
|
+
this.$nextTick(() => {
|
|
54144
|
+
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(".page-tab-swiper", {
|
|
54145
|
+
autoplay: false,
|
|
54146
|
+
loop: false,
|
|
54147
|
+
// 循环模式选项
|
|
54148
|
+
spaceBetween: 0,
|
|
54149
|
+
slidesPerView: "auto",
|
|
54150
|
+
// slidesPerGroup:1,
|
|
54151
|
+
observer: true,
|
|
54152
|
+
observeParents: true
|
|
54153
|
+
});
|
|
54154
|
+
// 0820 -end
|
|
54155
|
+
});
|
|
54156
|
+
this.currentTab = this.configList[0].input1;
|
|
54157
|
+
},
|
|
53945
54158
|
methods: {
|
|
53946
54159
|
getConfigData(configData) {
|
|
53947
|
-
this.
|
|
54160
|
+
this.configList = configData.configList;
|
|
54161
|
+
this.$nextTick(() => {
|
|
54162
|
+
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
54163
|
+
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
54164
|
+
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
54165
|
+
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
54166
|
+
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
54167
|
+
this.swiperArrow = false;
|
|
54168
|
+
} else {
|
|
54169
|
+
this.swiperArrow = true;
|
|
54170
|
+
}
|
|
54171
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
54172
|
+
this.swiperBeginning = true;
|
|
54173
|
+
}
|
|
54174
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
54175
|
+
this.swiperEnd = true;
|
|
54176
|
+
}
|
|
54177
|
+
});
|
|
53948
54178
|
},
|
|
53949
|
-
|
|
53950
|
-
this.
|
|
54179
|
+
clickSwiperPrev() {
|
|
54180
|
+
this.broadbandSwiperC.slidePrev();
|
|
54181
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
54182
|
+
this.swiperBeginning = true;
|
|
54183
|
+
} else {
|
|
54184
|
+
this.swiperBeginning = false;
|
|
54185
|
+
}
|
|
54186
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
54187
|
+
this.swiperEnd = true;
|
|
54188
|
+
} else {
|
|
54189
|
+
this.swiperEnd = false;
|
|
54190
|
+
}
|
|
54191
|
+
},
|
|
54192
|
+
clickSwiperNext() {
|
|
54193
|
+
this.broadbandSwiperC.slideNext();
|
|
54194
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
54195
|
+
this.swiperBeginning = true;
|
|
54196
|
+
} else {
|
|
54197
|
+
this.swiperBeginning = false;
|
|
54198
|
+
}
|
|
54199
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
54200
|
+
this.swiperEnd = true;
|
|
54201
|
+
} else {
|
|
54202
|
+
this.swiperEnd = false;
|
|
54203
|
+
}
|
|
54204
|
+
},
|
|
54205
|
+
changeTab(item) {
|
|
54206
|
+
this.currentTab = item.input1;
|
|
53951
54207
|
},
|
|
53952
54208
|
decodeJumpUrl(url) {
|
|
53953
54209
|
if (!url) return;
|
|
53954
54210
|
top.location.href = url;
|
|
53955
|
-
}
|
|
53956
|
-
|
|
53957
|
-
|
|
53958
|
-
|
|
53959
|
-
|
|
53960
|
-
|
|
53961
|
-
nbsp: " ",
|
|
53962
|
-
amp: "&",
|
|
53963
|
-
quot: '"'
|
|
53964
|
-
};
|
|
53965
|
-
return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
|
|
53966
|
-
return arrEntities[t];
|
|
53967
|
-
});
|
|
53968
|
-
} else {
|
|
53969
|
-
return "";
|
|
53970
|
-
}
|
|
54211
|
+
}
|
|
54212
|
+
},
|
|
54213
|
+
computed: {
|
|
54214
|
+
_showTipsInfo() {
|
|
54215
|
+
const [result = {}] = this.configList.filter(item => item.input1 == this.currentTab);
|
|
54216
|
+
return result.input2;
|
|
53971
54217
|
}
|
|
53972
54218
|
}
|
|
53973
54219
|
});
|
|
53974
|
-
;// ./package/cms-
|
|
53975
|
-
/* harmony default export */ var
|
|
53976
|
-
;// ./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-
|
|
54220
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
54221
|
+
/* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
54222
|
+
;// ./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=af118d76&prod&lang=scss&scoped=true
|
|
53977
54223
|
// extracted by mini-css-extract-plugin
|
|
53978
54224
|
|
|
53979
|
-
;// ./package/cms-
|
|
54225
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=af118d76&prod&lang=scss&scoped=true
|
|
53980
54226
|
|
|
53981
54227
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
53982
54228
|
var componentNormalizer = __webpack_require__(1656);
|
|
53983
|
-
;// ./package/cms-
|
|
54229
|
+
;// ./package/cms-termsAndConditions/View.vue
|
|
53984
54230
|
|
|
53985
54231
|
|
|
53986
54232
|
|
|
@@ -53990,12 +54236,12 @@ var componentNormalizer = __webpack_require__(1656);
|
|
|
53990
54236
|
/* normalize component */
|
|
53991
54237
|
|
|
53992
54238
|
var component = (0,componentNormalizer/* default */.A)(
|
|
53993
|
-
|
|
54239
|
+
cms_termsAndConditions_Viewvue_type_script_lang_js,
|
|
53994
54240
|
render,
|
|
53995
54241
|
staticRenderFns,
|
|
53996
54242
|
false,
|
|
53997
54243
|
null,
|
|
53998
|
-
"
|
|
54244
|
+
"af118d76",
|
|
53999
54245
|
null
|
|
54000
54246
|
|
|
54001
54247
|
)
|
|
@@ -54004,6 +54250,14 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
54004
54250
|
|
|
54005
54251
|
/***/ }),
|
|
54006
54252
|
|
|
54253
|
+
/***/ 7959:
|
|
54254
|
+
/***/ (function(module) {
|
|
54255
|
+
|
|
54256
|
+
"use strict";
|
|
54257
|
+
module.exports = "data:image/png;base64,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";
|
|
54258
|
+
|
|
54259
|
+
/***/ }),
|
|
54260
|
+
|
|
54007
54261
|
/***/ 8004:
|
|
54008
54262
|
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
54009
54263
|
|
|
@@ -54047,229 +54301,6 @@ module.exports = function (argument) {
|
|
|
54047
54301
|
};
|
|
54048
54302
|
|
|
54049
54303
|
|
|
54050
|
-
/***/ }),
|
|
54051
|
-
|
|
54052
|
-
/***/ 8073:
|
|
54053
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
54054
|
-
|
|
54055
|
-
"use strict";
|
|
54056
|
-
// ESM COMPAT FLAG
|
|
54057
|
-
__webpack_require__.r(__webpack_exports__);
|
|
54058
|
-
|
|
54059
|
-
// EXPORTS
|
|
54060
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
54061
|
-
"default": function() { return /* binding */ View; }
|
|
54062
|
-
});
|
|
54063
|
-
|
|
54064
|
-
;// ./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=5ec6e7e1&scoped=true
|
|
54065
|
-
var render = function render() {
|
|
54066
|
-
var _vm = this,
|
|
54067
|
-
_c = _vm._self._c;
|
|
54068
|
-
return _c('BaseComp', _vm._b({
|
|
54069
|
-
attrs: {
|
|
54070
|
-
"data": _vm.data,
|
|
54071
|
-
"nowCompId": _vm.nowCompId,
|
|
54072
|
-
"isOpcacity": _vm.isOpcacity,
|
|
54073
|
-
"lang": _vm.lang
|
|
54074
|
-
},
|
|
54075
|
-
on: {
|
|
54076
|
-
"getConfigData": _vm.getConfigData
|
|
54077
|
-
}
|
|
54078
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
54079
|
-
staticClass: "cmhk-home_main"
|
|
54080
|
-
}, [_c('div', {
|
|
54081
|
-
staticClass: "page-tab-swiper_wrapper",
|
|
54082
|
-
class: _vm.swiperArrow == true ? '' : 'active'
|
|
54083
|
-
}, [_c('div', {
|
|
54084
|
-
ref: "barparent",
|
|
54085
|
-
staticClass: "page-tab-swiper common-swiper_tab"
|
|
54086
|
-
}, [_c('div', {
|
|
54087
|
-
staticClass: "swiper-wrapper"
|
|
54088
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
54089
|
-
return _c('div', {
|
|
54090
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
54091
|
-
staticClass: "swiper-slide",
|
|
54092
|
-
class: item.input1 == _vm.currentTab ? 'active' : '',
|
|
54093
|
-
on: {
|
|
54094
|
-
"click": function ($event) {
|
|
54095
|
-
return _vm.changeTab(item);
|
|
54096
|
-
}
|
|
54097
|
-
}
|
|
54098
|
-
}, [_vm._v(" " + _vm._s(item.input1) + " ")]);
|
|
54099
|
-
}), 0)])]), _c('div', {
|
|
54100
|
-
staticClass: "page-tab-swiper-body"
|
|
54101
|
-
}, [_c('div', {
|
|
54102
|
-
staticClass: "desContent",
|
|
54103
|
-
domProps: {
|
|
54104
|
-
"innerHTML": _vm._s(_vm._showTipsInfo)
|
|
54105
|
-
}
|
|
54106
|
-
})])])]);
|
|
54107
|
-
};
|
|
54108
|
-
var staticRenderFns = [];
|
|
54109
|
-
|
|
54110
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
54111
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
54112
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
54113
|
-
var es_iterator_filter = __webpack_require__(2489);
|
|
54114
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
|
|
54115
|
-
var swiper = __webpack_require__(2791);
|
|
54116
|
-
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
54117
|
-
var swiper_esm_bundle = __webpack_require__(4418);
|
|
54118
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
54119
|
-
var baseComp = __webpack_require__(4272);
|
|
54120
|
-
;// ./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
|
|
54121
|
-
|
|
54122
|
-
|
|
54123
|
-
|
|
54124
|
-
|
|
54125
|
-
|
|
54126
|
-
|
|
54127
|
-
|
|
54128
|
-
|
|
54129
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
54130
|
-
name: "cms-termsAndConditions",
|
|
54131
|
-
components: {
|
|
54132
|
-
BaseComp: baseComp["default"]
|
|
54133
|
-
},
|
|
54134
|
-
props: {
|
|
54135
|
-
data: {
|
|
54136
|
-
type: Object,
|
|
54137
|
-
default: () => {
|
|
54138
|
-
return {};
|
|
54139
|
-
}
|
|
54140
|
-
},
|
|
54141
|
-
nowCompId: {
|
|
54142
|
-
type: [String, Number],
|
|
54143
|
-
default: ""
|
|
54144
|
-
},
|
|
54145
|
-
isOpcacity: {
|
|
54146
|
-
type: Boolean,
|
|
54147
|
-
default: true
|
|
54148
|
-
},
|
|
54149
|
-
lang: {
|
|
54150
|
-
type: String,
|
|
54151
|
-
default: "zh-HK"
|
|
54152
|
-
}
|
|
54153
|
-
},
|
|
54154
|
-
data() {
|
|
54155
|
-
return {
|
|
54156
|
-
configList: [],
|
|
54157
|
-
currentTab: "",
|
|
54158
|
-
swiperArrow: false,
|
|
54159
|
-
broadbandSwiperC: null,
|
|
54160
|
-
swiperBeginning: false,
|
|
54161
|
-
swiperEnd: false
|
|
54162
|
-
};
|
|
54163
|
-
},
|
|
54164
|
-
mounted() {
|
|
54165
|
-
this.$nextTick(() => {
|
|
54166
|
-
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(".page-tab-swiper", {
|
|
54167
|
-
autoplay: false,
|
|
54168
|
-
loop: false,
|
|
54169
|
-
// 循环模式选项
|
|
54170
|
-
spaceBetween: 0,
|
|
54171
|
-
slidesPerView: "auto",
|
|
54172
|
-
// slidesPerGroup:1,
|
|
54173
|
-
observer: true,
|
|
54174
|
-
observeParents: true
|
|
54175
|
-
});
|
|
54176
|
-
// 0820 -end
|
|
54177
|
-
});
|
|
54178
|
-
this.currentTab = this.configList[0].input1;
|
|
54179
|
-
},
|
|
54180
|
-
methods: {
|
|
54181
|
-
getConfigData(configData) {
|
|
54182
|
-
this.configList = configData.configList;
|
|
54183
|
-
this.$nextTick(() => {
|
|
54184
|
-
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
54185
|
-
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
54186
|
-
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
54187
|
-
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
54188
|
-
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
54189
|
-
this.swiperArrow = false;
|
|
54190
|
-
} else {
|
|
54191
|
-
this.swiperArrow = true;
|
|
54192
|
-
}
|
|
54193
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
54194
|
-
this.swiperBeginning = true;
|
|
54195
|
-
}
|
|
54196
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
54197
|
-
this.swiperEnd = true;
|
|
54198
|
-
}
|
|
54199
|
-
});
|
|
54200
|
-
},
|
|
54201
|
-
clickSwiperPrev() {
|
|
54202
|
-
this.broadbandSwiperC.slidePrev();
|
|
54203
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
54204
|
-
this.swiperBeginning = true;
|
|
54205
|
-
} else {
|
|
54206
|
-
this.swiperBeginning = false;
|
|
54207
|
-
}
|
|
54208
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
54209
|
-
this.swiperEnd = true;
|
|
54210
|
-
} else {
|
|
54211
|
-
this.swiperEnd = false;
|
|
54212
|
-
}
|
|
54213
|
-
},
|
|
54214
|
-
clickSwiperNext() {
|
|
54215
|
-
this.broadbandSwiperC.slideNext();
|
|
54216
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
54217
|
-
this.swiperBeginning = true;
|
|
54218
|
-
} else {
|
|
54219
|
-
this.swiperBeginning = false;
|
|
54220
|
-
}
|
|
54221
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
54222
|
-
this.swiperEnd = true;
|
|
54223
|
-
} else {
|
|
54224
|
-
this.swiperEnd = false;
|
|
54225
|
-
}
|
|
54226
|
-
},
|
|
54227
|
-
changeTab(item) {
|
|
54228
|
-
this.currentTab = item.input1;
|
|
54229
|
-
},
|
|
54230
|
-
decodeJumpUrl(url) {
|
|
54231
|
-
if (!url) return;
|
|
54232
|
-
top.location.href = url;
|
|
54233
|
-
}
|
|
54234
|
-
},
|
|
54235
|
-
computed: {
|
|
54236
|
-
_showTipsInfo() {
|
|
54237
|
-
const [result = {}] = this.configList.filter(item => item.input1 == this.currentTab);
|
|
54238
|
-
return result.input2;
|
|
54239
|
-
}
|
|
54240
|
-
}
|
|
54241
|
-
});
|
|
54242
|
-
;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
54243
|
-
/* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
54244
|
-
;// ./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=5ec6e7e1&prod&lang=scss&scoped=true
|
|
54245
|
-
// extracted by mini-css-extract-plugin
|
|
54246
|
-
|
|
54247
|
-
;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=5ec6e7e1&prod&lang=scss&scoped=true
|
|
54248
|
-
|
|
54249
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
54250
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
54251
|
-
;// ./package/cms-termsAndConditions/View.vue
|
|
54252
|
-
|
|
54253
|
-
|
|
54254
|
-
|
|
54255
|
-
;
|
|
54256
|
-
|
|
54257
|
-
|
|
54258
|
-
/* normalize component */
|
|
54259
|
-
|
|
54260
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
54261
|
-
cms_termsAndConditions_Viewvue_type_script_lang_js,
|
|
54262
|
-
render,
|
|
54263
|
-
staticRenderFns,
|
|
54264
|
-
false,
|
|
54265
|
-
null,
|
|
54266
|
-
"5ec6e7e1",
|
|
54267
|
-
null
|
|
54268
|
-
|
|
54269
|
-
)
|
|
54270
|
-
|
|
54271
|
-
/* harmony default export */ var View = (component.exports);
|
|
54272
|
-
|
|
54273
54304
|
/***/ }),
|
|
54274
54305
|
|
|
54275
54306
|
/***/ 8100:
|
|
@@ -55373,222 +55404,6 @@ module.exports = InterceptorManager;
|
|
|
55373
55404
|
|
|
55374
55405
|
/***/ }),
|
|
55375
55406
|
|
|
55376
|
-
/***/ 8437:
|
|
55377
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
55378
|
-
|
|
55379
|
-
"use strict";
|
|
55380
|
-
// ESM COMPAT FLAG
|
|
55381
|
-
__webpack_require__.r(__webpack_exports__);
|
|
55382
|
-
|
|
55383
|
-
// EXPORTS
|
|
55384
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
55385
|
-
"default": function() { return /* binding */ View; }
|
|
55386
|
-
});
|
|
55387
|
-
|
|
55388
|
-
;// ./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-activityCountdown/View.vue?vue&type=template&id=20b00190&scoped=true
|
|
55389
|
-
var render = function render() {
|
|
55390
|
-
var _vm = this,
|
|
55391
|
-
_c = _vm._self._c;
|
|
55392
|
-
return _c('BaseComp', _vm._b({
|
|
55393
|
-
attrs: {
|
|
55394
|
-
"data": _vm.data,
|
|
55395
|
-
"nowCompId": _vm.nowCompId,
|
|
55396
|
-
"isOpcacity": _vm.isOpcacity,
|
|
55397
|
-
"lang": _vm.lang
|
|
55398
|
-
},
|
|
55399
|
-
on: {
|
|
55400
|
-
"getConfigData": _vm.getConfigData
|
|
55401
|
-
}
|
|
55402
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
55403
|
-
staticClass: "family"
|
|
55404
|
-
}, [_c('section', {
|
|
55405
|
-
staticClass: "cmhk-home_main"
|
|
55406
|
-
}, [_c('div', {
|
|
55407
|
-
class: ['broadband-activity', 'pdr-0']
|
|
55408
|
-
}, [_c('div', {
|
|
55409
|
-
staticClass: "activity-main"
|
|
55410
|
-
}, [_vm.configData.input1 ? _c('div', {
|
|
55411
|
-
staticClass: "pro-discounts_tag"
|
|
55412
|
-
}, [_c('div', {
|
|
55413
|
-
staticClass: "pro-discounts_tag_inner"
|
|
55414
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input1) + " ")])]) : _vm._e(), _c('a', {
|
|
55415
|
-
attrs: {
|
|
55416
|
-
"href": _vm.configData.jumpUrl,
|
|
55417
|
-
"target": "_self"
|
|
55418
|
-
}
|
|
55419
|
-
}, [_c('img', {
|
|
55420
|
-
staticClass: "activity-img",
|
|
55421
|
-
attrs: {
|
|
55422
|
-
"src": _vm.configData.uploadImagePC,
|
|
55423
|
-
"alt": _vm.configData.imagePcATL
|
|
55424
|
-
}
|
|
55425
|
-
})]), _c('div', [_c('h4', {
|
|
55426
|
-
staticClass: "activity-title"
|
|
55427
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input2) + " ")]), _c('p', {
|
|
55428
|
-
staticClass: "activity-time layout-pc"
|
|
55429
|
-
}, [_vm._v(" " + _vm._s(_vm.configData.input3) + " ")]), _c('p', {
|
|
55430
|
-
staticClass: "act-mobile_des",
|
|
55431
|
-
domProps: {
|
|
55432
|
-
"innerHTML": _vm._s(_vm.escape2Html(_vm.configData.input4))
|
|
55433
|
-
}
|
|
55434
|
-
}), _c('div', {
|
|
55435
|
-
staticClass: "activity-time2"
|
|
55436
|
-
}, [_c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.days")))]), _c('p', [_vm._v(_vm._s(_vm.days))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.hours")))]), _c('p', [_vm._v(_vm._s(_vm.hours))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.minutes")))]), _c('p', [_vm._v(_vm._s(_vm.minutes))])]), _c('div', [_c('h6', [_vm._v(_vm._s(_vm.$t("cmhkHeader.seconds")))]), _c('p', [_vm._v(_vm._s(_vm.seconds))])]), _c('span', [_vm._v(_vm._s(_vm.$t("cmhkHeader.theEnd")))])]), _c('p', {
|
|
55437
|
-
staticClass: "activity-des",
|
|
55438
|
-
domProps: {
|
|
55439
|
-
"innerHTML": _vm._s(_vm.escape2Html(_vm.configData.input4))
|
|
55440
|
-
}
|
|
55441
|
-
})])])])])])]);
|
|
55442
|
-
};
|
|
55443
|
-
var staticRenderFns = [];
|
|
55444
|
-
|
|
55445
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
55446
|
-
var baseComp = __webpack_require__(4272);
|
|
55447
|
-
// EXTERNAL MODULE: ./src/api/servePlan.js
|
|
55448
|
-
var servePlan = __webpack_require__(7333);
|
|
55449
|
-
;// ./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-activityCountdown/View.vue?vue&type=script&lang=js
|
|
55450
|
-
|
|
55451
|
-
|
|
55452
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
55453
|
-
name: "cms-activityCountdown",
|
|
55454
|
-
components: {
|
|
55455
|
-
BaseComp: baseComp["default"]
|
|
55456
|
-
},
|
|
55457
|
-
props: {
|
|
55458
|
-
data: {
|
|
55459
|
-
type: Object,
|
|
55460
|
-
default: () => {
|
|
55461
|
-
return {};
|
|
55462
|
-
}
|
|
55463
|
-
},
|
|
55464
|
-
nowCompId: {
|
|
55465
|
-
type: [String, Number],
|
|
55466
|
-
default: ""
|
|
55467
|
-
},
|
|
55468
|
-
isOpcacity: {
|
|
55469
|
-
type: Boolean,
|
|
55470
|
-
default: true
|
|
55471
|
-
},
|
|
55472
|
-
lang: {
|
|
55473
|
-
type: String,
|
|
55474
|
-
default: "zh-HK"
|
|
55475
|
-
}
|
|
55476
|
-
},
|
|
55477
|
-
data() {
|
|
55478
|
-
return {
|
|
55479
|
-
configData: {},
|
|
55480
|
-
messFold: false,
|
|
55481
|
-
remainingTime: 0,
|
|
55482
|
-
// 剩余时间
|
|
55483
|
-
days: null,
|
|
55484
|
-
hours: null,
|
|
55485
|
-
minutes: null,
|
|
55486
|
-
seconds: null,
|
|
55487
|
-
intervalId: null
|
|
55488
|
-
};
|
|
55489
|
-
},
|
|
55490
|
-
mounted() {
|
|
55491
|
-
this.$nextTick(() => {
|
|
55492
|
-
this.configData.dateTime && this.queryCountdown(this.configData.dateTime);
|
|
55493
|
-
});
|
|
55494
|
-
},
|
|
55495
|
-
watch: {},
|
|
55496
|
-
methods: {
|
|
55497
|
-
getConfigData(configData) {
|
|
55498
|
-
this.configData = configData;
|
|
55499
|
-
},
|
|
55500
|
-
async queryCountdown(dateTime) {
|
|
55501
|
-
let res = await (0,servePlan/* queryCountdown */.m7)({
|
|
55502
|
-
endTime: dateTime
|
|
55503
|
-
});
|
|
55504
|
-
if (+res.code === 0) {
|
|
55505
|
-
let remainingTime = res.data || 0;
|
|
55506
|
-
if (remainingTime > 0) {
|
|
55507
|
-
// 接口返回的是毫秒值,因此要换算成秒
|
|
55508
|
-
this.remainingTime = remainingTime / 1000;
|
|
55509
|
-
// 更新倒计时并每秒钟刷新一次
|
|
55510
|
-
this.countdown();
|
|
55511
|
-
this.intervalId = window.setInterval(this.countdown, 1000);
|
|
55512
|
-
} else {
|
|
55513
|
-
this.remainingTime = 0;
|
|
55514
|
-
this.days = 0;
|
|
55515
|
-
this.hours = 0;
|
|
55516
|
-
this.minutes = 0;
|
|
55517
|
-
this.seconds = 0;
|
|
55518
|
-
}
|
|
55519
|
-
}
|
|
55520
|
-
},
|
|
55521
|
-
countdown() {
|
|
55522
|
-
this.remainingTime--;
|
|
55523
|
-
// 如果剩余时间小于等于0,倒计时结束
|
|
55524
|
-
if (this.remainingTime <= 0) {
|
|
55525
|
-
window.clearInterval(this.intervalId);
|
|
55526
|
-
console.log("倒计时结束");
|
|
55527
|
-
return;
|
|
55528
|
-
}
|
|
55529
|
-
this.days = Math.floor(this.remainingTime / (24 * 60 * 60));
|
|
55530
|
-
this.hours = Math.floor(this.remainingTime % (24 * 60 * 60) / (60 * 60));
|
|
55531
|
-
this.minutes = Math.floor(this.remainingTime % (60 * 60) / 60);
|
|
55532
|
-
this.seconds = Math.floor(this.remainingTime % 60);
|
|
55533
|
-
},
|
|
55534
|
-
foldMessText() {
|
|
55535
|
-
this.messFold = !this.messFold;
|
|
55536
|
-
},
|
|
55537
|
-
decodeJumpUrl(url) {
|
|
55538
|
-
if (!url) return;
|
|
55539
|
-
top.location.href = url;
|
|
55540
|
-
},
|
|
55541
|
-
escape2Html(str) {
|
|
55542
|
-
if (str) {
|
|
55543
|
-
var arrEntities = {
|
|
55544
|
-
lt: "<",
|
|
55545
|
-
gt: ">",
|
|
55546
|
-
nbsp: " ",
|
|
55547
|
-
amp: "&",
|
|
55548
|
-
quot: '"'
|
|
55549
|
-
};
|
|
55550
|
-
return str.replace(/&(lt|gt|nbsp|amp|quot);/gi, function (all, t) {
|
|
55551
|
-
return arrEntities[t];
|
|
55552
|
-
});
|
|
55553
|
-
} else {
|
|
55554
|
-
return "";
|
|
55555
|
-
}
|
|
55556
|
-
}
|
|
55557
|
-
}
|
|
55558
|
-
});
|
|
55559
|
-
;// ./package/cms-activityCountdown/View.vue?vue&type=script&lang=js
|
|
55560
|
-
/* harmony default export */ var cms_activityCountdown_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
55561
|
-
;// ./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-activityCountdown/View.vue?vue&type=style&index=0&id=20b00190&prod&lang=scss&scoped=true
|
|
55562
|
-
// extracted by mini-css-extract-plugin
|
|
55563
|
-
|
|
55564
|
-
;// ./package/cms-activityCountdown/View.vue?vue&type=style&index=0&id=20b00190&prod&lang=scss&scoped=true
|
|
55565
|
-
|
|
55566
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
55567
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
55568
|
-
;// ./package/cms-activityCountdown/View.vue
|
|
55569
|
-
|
|
55570
|
-
|
|
55571
|
-
|
|
55572
|
-
;
|
|
55573
|
-
|
|
55574
|
-
|
|
55575
|
-
/* normalize component */
|
|
55576
|
-
|
|
55577
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
55578
|
-
cms_activityCountdown_Viewvue_type_script_lang_js,
|
|
55579
|
-
render,
|
|
55580
|
-
staticRenderFns,
|
|
55581
|
-
false,
|
|
55582
|
-
null,
|
|
55583
|
-
"20b00190",
|
|
55584
|
-
null
|
|
55585
|
-
|
|
55586
|
-
)
|
|
55587
|
-
|
|
55588
|
-
/* harmony default export */ var View = (component.exports);
|
|
55589
|
-
|
|
55590
|
-
/***/ }),
|
|
55591
|
-
|
|
55592
55407
|
/***/ 8469:
|
|
55593
55408
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
55594
55409
|
|
|
@@ -58537,6 +58352,386 @@ module.exports = {
|
|
|
58537
58352
|
|
|
58538
58353
|
/***/ }),
|
|
58539
58354
|
|
|
58355
|
+
/***/ 9136:
|
|
58356
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
58357
|
+
|
|
58358
|
+
"use strict";
|
|
58359
|
+
// ESM COMPAT FLAG
|
|
58360
|
+
__webpack_require__.r(__webpack_exports__);
|
|
58361
|
+
|
|
58362
|
+
// EXPORTS
|
|
58363
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
58364
|
+
"default": function() { return /* binding */ View; }
|
|
58365
|
+
});
|
|
58366
|
+
|
|
58367
|
+
;// ./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-video/View.vue?vue&type=template&id=4f7c453e&scoped=true
|
|
58368
|
+
var render = function render() {
|
|
58369
|
+
var _vm = this,
|
|
58370
|
+
_c = _vm._self._c;
|
|
58371
|
+
return _c('BaseComp', _vm._b({
|
|
58372
|
+
attrs: {
|
|
58373
|
+
"data": _vm.data,
|
|
58374
|
+
"nowCompId": _vm.nowCompId,
|
|
58375
|
+
"isOpcacity": _vm.isOpcacity,
|
|
58376
|
+
"lang": _vm.lang
|
|
58377
|
+
},
|
|
58378
|
+
on: {
|
|
58379
|
+
"getConfigData": _vm.getConfigData
|
|
58380
|
+
}
|
|
58381
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
58382
|
+
staticClass: "cms-video-container",
|
|
58383
|
+
class: [_vm.configData.customClass || ''],
|
|
58384
|
+
style: _vm.containerStyle
|
|
58385
|
+
}, [_c('div', {
|
|
58386
|
+
staticClass: "video-wrapper",
|
|
58387
|
+
style: _vm.wrapperStyle
|
|
58388
|
+
}, [_vm.videoType === 'direct' && _vm.configData.videoUrl ? _c('video', {
|
|
58389
|
+
staticClass: "cms-video direct-video",
|
|
58390
|
+
style: _vm.videoStyle,
|
|
58391
|
+
attrs: {
|
|
58392
|
+
"src": _vm.configData.videoUrl,
|
|
58393
|
+
"controls": _vm.configData.showControls,
|
|
58394
|
+
"autoplay": _vm.configData.autoplay,
|
|
58395
|
+
"loop": _vm.configData.loop,
|
|
58396
|
+
"poster": _vm.configData.posterUrl
|
|
58397
|
+
},
|
|
58398
|
+
domProps: {
|
|
58399
|
+
"muted": _vm.configData.muted
|
|
58400
|
+
},
|
|
58401
|
+
on: {
|
|
58402
|
+
"loadstart": _vm.onVideoLoadStart,
|
|
58403
|
+
"loadeddata": _vm.onVideoLoaded,
|
|
58404
|
+
"error": _vm.onVideoError
|
|
58405
|
+
}
|
|
58406
|
+
}) : _vm.configData.embedCode ? _c('div', {
|
|
58407
|
+
staticClass: "cms-video embed-video cms-ht",
|
|
58408
|
+
style: _vm.videoStyle,
|
|
58409
|
+
domProps: {
|
|
58410
|
+
"innerHTML": _vm._s(_vm.configData.embedCode)
|
|
58411
|
+
}
|
|
58412
|
+
}) : _c('div', {
|
|
58413
|
+
staticClass: "video-placeholder",
|
|
58414
|
+
style: _vm.placeholderStyle
|
|
58415
|
+
}, [_c('img', {
|
|
58416
|
+
staticStyle: {
|
|
58417
|
+
"width": "97.82px",
|
|
58418
|
+
"height": "97.82px"
|
|
58419
|
+
},
|
|
58420
|
+
attrs: {
|
|
58421
|
+
"src": __webpack_require__(6148),
|
|
58422
|
+
"alt": "Video Camera"
|
|
58423
|
+
}
|
|
58424
|
+
})])]), _vm.configData.title ? _c('div', {
|
|
58425
|
+
staticClass: "f-c-c"
|
|
58426
|
+
}, [_vm._v(_vm._s(_vm.configData.title))]) : _vm._e()])]);
|
|
58427
|
+
};
|
|
58428
|
+
var staticRenderFns = [];
|
|
58429
|
+
|
|
58430
|
+
;// ./package/cms-video/View.vue?vue&type=template&id=4f7c453e&scoped=true
|
|
58431
|
+
|
|
58432
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
58433
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
58434
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
58435
|
+
var es_iterator_for_each = __webpack_require__(7588);
|
|
58436
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
58437
|
+
var baseComp = __webpack_require__(4272);
|
|
58438
|
+
;// ./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-video/View.vue?vue&type=script&lang=js
|
|
58439
|
+
|
|
58440
|
+
|
|
58441
|
+
|
|
58442
|
+
|
|
58443
|
+
|
|
58444
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
58445
|
+
name: "cms-video",
|
|
58446
|
+
components: {
|
|
58447
|
+
BaseComp: baseComp["default"]
|
|
58448
|
+
},
|
|
58449
|
+
props: {
|
|
58450
|
+
data: {
|
|
58451
|
+
type: Object,
|
|
58452
|
+
default: () => {
|
|
58453
|
+
return {};
|
|
58454
|
+
}
|
|
58455
|
+
},
|
|
58456
|
+
nowCompId: {
|
|
58457
|
+
type: [String, Number],
|
|
58458
|
+
default: ""
|
|
58459
|
+
},
|
|
58460
|
+
isOpcacity: {
|
|
58461
|
+
type: Boolean,
|
|
58462
|
+
default: true
|
|
58463
|
+
},
|
|
58464
|
+
lang: {
|
|
58465
|
+
type: String,
|
|
58466
|
+
default: "zh-HK"
|
|
58467
|
+
}
|
|
58468
|
+
},
|
|
58469
|
+
data() {
|
|
58470
|
+
return {
|
|
58471
|
+
configData: {},
|
|
58472
|
+
videoLoaded: false,
|
|
58473
|
+
videoError: false,
|
|
58474
|
+
// 默认配置数据
|
|
58475
|
+
defaultConfig: {
|
|
58476
|
+
// 视频源设置
|
|
58477
|
+
videoType: "direct",
|
|
58478
|
+
videoUrl: "",
|
|
58479
|
+
embedCode: "",
|
|
58480
|
+
posterUrl: "",
|
|
58481
|
+
// 播放控制
|
|
58482
|
+
showControls: true,
|
|
58483
|
+
autoplay: false,
|
|
58484
|
+
loop: false,
|
|
58485
|
+
muted: false,
|
|
58486
|
+
// 尺寸控制
|
|
58487
|
+
widthType: "auto",
|
|
58488
|
+
widthValue: 100,
|
|
58489
|
+
heightType: "auto",
|
|
58490
|
+
heightValue: 100,
|
|
58491
|
+
aspectRatio: "16:9",
|
|
58492
|
+
customAspectRatio: "16:9",
|
|
58493
|
+
maxWidth: 0,
|
|
58494
|
+
maxHeight: 0,
|
|
58495
|
+
// 样式设置
|
|
58496
|
+
borderRadius: 0,
|
|
58497
|
+
// 高级配置
|
|
58498
|
+
customClass: "",
|
|
58499
|
+
customStyle: ""
|
|
58500
|
+
}
|
|
58501
|
+
};
|
|
58502
|
+
},
|
|
58503
|
+
mounted() {
|
|
58504
|
+
this.initConfigData();
|
|
58505
|
+
},
|
|
58506
|
+
watch: {
|
|
58507
|
+
configData: {
|
|
58508
|
+
handler() {
|
|
58509
|
+
this.updateStyles();
|
|
58510
|
+
},
|
|
58511
|
+
deep: true
|
|
58512
|
+
}
|
|
58513
|
+
},
|
|
58514
|
+
computed: {
|
|
58515
|
+
showEmbedCode() {
|
|
58516
|
+
return this.configData.embedCode.replace(/<iframe(.*?)width="(\d+)"(.*?)height="(\d+)"(.*?)>/gi, '<iframe$1width="100%"$3height="auto"$5 aspect-ratio="$2/$4">');
|
|
58517
|
+
},
|
|
58518
|
+
// 视频类型
|
|
58519
|
+
videoType() {
|
|
58520
|
+
return this.configData.videoType || this.defaultConfig.videoType;
|
|
58521
|
+
},
|
|
58522
|
+
// 实际使用的宽高比
|
|
58523
|
+
actualAspectRatio() {
|
|
58524
|
+
const config = {
|
|
58525
|
+
...this.defaultConfig,
|
|
58526
|
+
...this.configData
|
|
58527
|
+
};
|
|
58528
|
+
if (config.aspectRatio === "custom") {
|
|
58529
|
+
return config.customAspectRatio || "16:9";
|
|
58530
|
+
}
|
|
58531
|
+
return config.aspectRatio;
|
|
58532
|
+
},
|
|
58533
|
+
// 容器样式
|
|
58534
|
+
containerStyle() {
|
|
58535
|
+
const config = {
|
|
58536
|
+
...this.defaultConfig,
|
|
58537
|
+
...this.configData
|
|
58538
|
+
};
|
|
58539
|
+
return {
|
|
58540
|
+
...this.parseCustomStyle(config.customStyle)
|
|
58541
|
+
};
|
|
58542
|
+
},
|
|
58543
|
+
// 包装器样式
|
|
58544
|
+
wrapperStyle() {
|
|
58545
|
+
const config = {
|
|
58546
|
+
...this.defaultConfig,
|
|
58547
|
+
...this.configData
|
|
58548
|
+
};
|
|
58549
|
+
let width = "auto";
|
|
58550
|
+
let height = "auto";
|
|
58551
|
+
|
|
58552
|
+
// 宽度设置
|
|
58553
|
+
if (config.widthType === "fixed") {
|
|
58554
|
+
width = `${config.widthValue}px`;
|
|
58555
|
+
} else if (config.widthType === "percent") {
|
|
58556
|
+
width = `${config.widthValue}%`;
|
|
58557
|
+
}
|
|
58558
|
+
|
|
58559
|
+
// 高度设置
|
|
58560
|
+
if (config.heightType === "fixed") {
|
|
58561
|
+
height = `${config.heightValue}px`;
|
|
58562
|
+
} else if (config.heightType === "percent") {
|
|
58563
|
+
height = `${config.heightValue}%`;
|
|
58564
|
+
} else if (config.heightType === "aspect") {
|
|
58565
|
+
// 根据宽高比计算高度
|
|
58566
|
+
height = "auto";
|
|
58567
|
+
}
|
|
58568
|
+
return {
|
|
58569
|
+
width,
|
|
58570
|
+
height,
|
|
58571
|
+
maxWidth: config.maxWidth > 0 ? `${config.maxWidth}px` : "none",
|
|
58572
|
+
maxHeight: config.maxHeight > 0 ? `${config.maxHeight}px` : "none",
|
|
58573
|
+
borderRadius: `${config.borderRadius}px`,
|
|
58574
|
+
overflow: "hidden",
|
|
58575
|
+
display: "block",
|
|
58576
|
+
position: "relative"
|
|
58577
|
+
};
|
|
58578
|
+
},
|
|
58579
|
+
// 视频样式
|
|
58580
|
+
videoStyle() {
|
|
58581
|
+
const config = {
|
|
58582
|
+
...this.defaultConfig,
|
|
58583
|
+
...this.configData
|
|
58584
|
+
};
|
|
58585
|
+
let style = {
|
|
58586
|
+
width: "100%",
|
|
58587
|
+
height: "100%",
|
|
58588
|
+
display: "block",
|
|
58589
|
+
border: "none",
|
|
58590
|
+
outline: "none"
|
|
58591
|
+
};
|
|
58592
|
+
|
|
58593
|
+
// 如果是宽高比模式,设置aspect-ratio
|
|
58594
|
+
if (config.heightType === "aspect") {
|
|
58595
|
+
style.aspectRatio = this.actualAspectRatio.replace(":", "/");
|
|
58596
|
+
}
|
|
58597
|
+
return style;
|
|
58598
|
+
},
|
|
58599
|
+
// 占位符样式
|
|
58600
|
+
placeholderStyle() {
|
|
58601
|
+
const config = {
|
|
58602
|
+
...this.defaultConfig,
|
|
58603
|
+
...this.configData
|
|
58604
|
+
};
|
|
58605
|
+
let width = "100%";
|
|
58606
|
+
let height = "auto";
|
|
58607
|
+
|
|
58608
|
+
// 如果设置了固定尺寸,使用设置的尺寸
|
|
58609
|
+
if (config.widthType === "fixed") {
|
|
58610
|
+
width = `${config.widthValue}px`;
|
|
58611
|
+
} else if (config.widthType === "percent") {
|
|
58612
|
+
width = `${config.widthValue}%`;
|
|
58613
|
+
}
|
|
58614
|
+
if (config.heightType === "fixed") {
|
|
58615
|
+
height = `${config.heightValue}px`;
|
|
58616
|
+
} else if (config.heightType === "aspect") {
|
|
58617
|
+
// 使用aspect-ratio保持16:9比例
|
|
58618
|
+
height = "auto";
|
|
58619
|
+
} else {
|
|
58620
|
+
// 默认使用16:9比例
|
|
58621
|
+
height = "auto";
|
|
58622
|
+
}
|
|
58623
|
+
const style = {
|
|
58624
|
+
width,
|
|
58625
|
+
height,
|
|
58626
|
+
backgroundColor: "#f5f7fa",
|
|
58627
|
+
border: "1px dashed #dcdfe6",
|
|
58628
|
+
borderRadius: `${config.borderRadius}px`,
|
|
58629
|
+
display: "flex",
|
|
58630
|
+
flexDirection: "column",
|
|
58631
|
+
alignItems: "center",
|
|
58632
|
+
justifyContent: "center",
|
|
58633
|
+
color: "#909399",
|
|
58634
|
+
fontSize: "14px"
|
|
58635
|
+
};
|
|
58636
|
+
|
|
58637
|
+
// 如果不是固定高度,使用aspect-ratio保持16:9比例
|
|
58638
|
+
if (config.heightType !== "fixed") {
|
|
58639
|
+
style.aspectRatio = this.actualAspectRatio.replace(":", "/");
|
|
58640
|
+
}
|
|
58641
|
+
return style;
|
|
58642
|
+
}
|
|
58643
|
+
},
|
|
58644
|
+
methods: {
|
|
58645
|
+
// 初始化配置数据
|
|
58646
|
+
initConfigData() {
|
|
58647
|
+
this.configData = {
|
|
58648
|
+
...this.defaultConfig,
|
|
58649
|
+
...this.configData
|
|
58650
|
+
};
|
|
58651
|
+
},
|
|
58652
|
+
// 获取配置数据
|
|
58653
|
+
getConfigData(configData) {
|
|
58654
|
+
this.configData = {
|
|
58655
|
+
...this.defaultConfig,
|
|
58656
|
+
...configData
|
|
58657
|
+
};
|
|
58658
|
+
this.updateStyles();
|
|
58659
|
+
},
|
|
58660
|
+
// 更新样式
|
|
58661
|
+
updateStyles() {
|
|
58662
|
+
this.$nextTick(() => {
|
|
58663
|
+
this.$forceUpdate();
|
|
58664
|
+
});
|
|
58665
|
+
},
|
|
58666
|
+
// 视频开始加载
|
|
58667
|
+
onVideoLoadStart() {
|
|
58668
|
+
this.videoLoaded = false;
|
|
58669
|
+
this.videoError = false;
|
|
58670
|
+
},
|
|
58671
|
+
// 视频加载完成
|
|
58672
|
+
onVideoLoaded() {
|
|
58673
|
+
this.videoLoaded = true;
|
|
58674
|
+
this.videoError = false;
|
|
58675
|
+
},
|
|
58676
|
+
// 视频加载失败
|
|
58677
|
+
onVideoError() {
|
|
58678
|
+
this.videoLoaded = false;
|
|
58679
|
+
this.videoError = true;
|
|
58680
|
+
},
|
|
58681
|
+
// 解析自定义样式
|
|
58682
|
+
parseCustomStyle(customStyle) {
|
|
58683
|
+
if (!customStyle) return {};
|
|
58684
|
+
try {
|
|
58685
|
+
const styles = {};
|
|
58686
|
+
const declarations = customStyle.split(";");
|
|
58687
|
+
declarations.forEach(declaration => {
|
|
58688
|
+
const [property, value] = declaration.split(":");
|
|
58689
|
+
if (property && value) {
|
|
58690
|
+
const camelCaseProperty = property.trim().replace(/-([a-z])/g, g => g[1].toUpperCase());
|
|
58691
|
+
styles[camelCaseProperty] = value.trim();
|
|
58692
|
+
}
|
|
58693
|
+
});
|
|
58694
|
+
return styles;
|
|
58695
|
+
} catch (error) {
|
|
58696
|
+
console.warn("解析自定义样式失败:", error);
|
|
58697
|
+
return {};
|
|
58698
|
+
}
|
|
58699
|
+
}
|
|
58700
|
+
}
|
|
58701
|
+
});
|
|
58702
|
+
;// ./package/cms-video/View.vue?vue&type=script&lang=js
|
|
58703
|
+
/* harmony default export */ var cms_video_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
58704
|
+
;// ./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-video/View.vue?vue&type=style&index=0&id=4f7c453e&prod&lang=scss&scoped=true
|
|
58705
|
+
// extracted by mini-css-extract-plugin
|
|
58706
|
+
|
|
58707
|
+
;// ./package/cms-video/View.vue?vue&type=style&index=0&id=4f7c453e&prod&lang=scss&scoped=true
|
|
58708
|
+
|
|
58709
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
58710
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
58711
|
+
;// ./package/cms-video/View.vue
|
|
58712
|
+
|
|
58713
|
+
|
|
58714
|
+
|
|
58715
|
+
;
|
|
58716
|
+
|
|
58717
|
+
|
|
58718
|
+
/* normalize component */
|
|
58719
|
+
|
|
58720
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
58721
|
+
cms_video_Viewvue_type_script_lang_js,
|
|
58722
|
+
render,
|
|
58723
|
+
staticRenderFns,
|
|
58724
|
+
false,
|
|
58725
|
+
null,
|
|
58726
|
+
"4f7c453e",
|
|
58727
|
+
null
|
|
58728
|
+
|
|
58729
|
+
)
|
|
58730
|
+
|
|
58731
|
+
/* harmony default export */ var View = (component.exports);
|
|
58732
|
+
|
|
58733
|
+
/***/ }),
|
|
58734
|
+
|
|
58540
58735
|
/***/ 9225:
|
|
58541
58736
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
58542
58737
|
|
|
@@ -59000,7 +59195,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
59000
59195
|
__webpack_require__.r(__webpack_exports__);
|
|
59001
59196
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
59002
59197
|
|
|
59003
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
59198
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7949));
|
|
59004
59199
|
const langData = {
|
|
59005
59200
|
configList: [{
|
|
59006
59201
|
id: Math.random().toString(),
|
|
@@ -60697,199 +60892,6 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
60697
60892
|
|
|
60698
60893
|
/***/ }),
|
|
60699
60894
|
|
|
60700
|
-
/***/ 9764:
|
|
60701
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
60702
|
-
|
|
60703
|
-
"use strict";
|
|
60704
|
-
// ESM COMPAT FLAG
|
|
60705
|
-
__webpack_require__.r(__webpack_exports__);
|
|
60706
|
-
|
|
60707
|
-
// EXPORTS
|
|
60708
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
60709
|
-
"default": function() { return /* binding */ View; }
|
|
60710
|
-
});
|
|
60711
|
-
|
|
60712
|
-
;// ./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=29324bbc&scoped=true
|
|
60713
|
-
var render = function render() {
|
|
60714
|
-
var _vm$_stableProblemGui;
|
|
60715
|
-
var _vm = this,
|
|
60716
|
-
_c = _vm._self._c;
|
|
60717
|
-
return _c('BaseComp', _vm._b({
|
|
60718
|
-
attrs: {
|
|
60719
|
-
"data": _vm.data,
|
|
60720
|
-
"nowCompId": _vm.nowCompId,
|
|
60721
|
-
"isOpcacity": _vm.isOpcacity,
|
|
60722
|
-
"lang": _vm.lang
|
|
60723
|
-
},
|
|
60724
|
-
on: {
|
|
60725
|
-
"getConfigData": _vm.getConfigData
|
|
60726
|
-
}
|
|
60727
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
60728
|
-
staticClass: "cmhk-home_main"
|
|
60729
|
-
}, [_c('div', {
|
|
60730
|
-
staticClass: "pageCenter"
|
|
60731
|
-
}, [_c('div', {
|
|
60732
|
-
staticClass: "family-problem-guide"
|
|
60733
|
-
}, [_c('div', {
|
|
60734
|
-
staticClass: "tab-header"
|
|
60735
|
-
}, [_c('ul', _vm._l(_vm._stableProblemGuide, function (item, index) {
|
|
60736
|
-
return _c('li', {
|
|
60737
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
60738
|
-
class: _vm.problemActive == index ? 'active' : '',
|
|
60739
|
-
on: {
|
|
60740
|
-
"click": function ($event) {
|
|
60741
|
-
_vm.problemActive = index;
|
|
60742
|
-
}
|
|
60743
|
-
}
|
|
60744
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.typeName) + " ")]);
|
|
60745
|
-
}), 0)]), _c('div', {
|
|
60746
|
-
staticClass: "tab-body tab-panel_body"
|
|
60747
|
-
}, [_c('dl', _vm._l(((_vm$_stableProblemGui = _vm._stableProblemGuide[_vm.problemActive]) === null || _vm$_stableProblemGui === void 0 ? void 0 : _vm$_stableProblemGui.contentArray) || [], function (item, index) {
|
|
60748
|
-
return _c('dd', {
|
|
60749
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
60750
|
-
on: {
|
|
60751
|
-
"click": function ($event) {
|
|
60752
|
-
$event.stopPropagation();
|
|
60753
|
-
return _vm.open(item, index, $event);
|
|
60754
|
-
}
|
|
60755
|
-
}
|
|
60756
|
-
}, [_c('div', {
|
|
60757
|
-
staticClass: "body-header"
|
|
60758
|
-
}, [_c('i', [_vm._v(_vm._s(index + 1))]), _vm._v(_vm._s(item.input1)), _c('span', {
|
|
60759
|
-
class: !item.status ? '' : 'active'
|
|
60760
|
-
}, [_vm._v(_vm._s(!item.status ? _vm.$t("roamIndex.Expand") : _vm.$t("roamIndex.Collpase")))])]), _c('div', {
|
|
60761
|
-
directives: [{
|
|
60762
|
-
name: "show",
|
|
60763
|
-
rawName: "v-show",
|
|
60764
|
-
value: _vm.expend == item.input1 && item.status,
|
|
60765
|
-
expression: "expend == item.input1 && item.status"
|
|
60766
|
-
}],
|
|
60767
|
-
staticClass: "body-main"
|
|
60768
|
-
}, [_c('div', {
|
|
60769
|
-
domProps: {
|
|
60770
|
-
"innerHTML": _vm._s(item.input2)
|
|
60771
|
-
}
|
|
60772
|
-
})])]);
|
|
60773
|
-
}), 0)])])])])]);
|
|
60774
|
-
};
|
|
60775
|
-
var staticRenderFns = [];
|
|
60776
|
-
|
|
60777
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
60778
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
60779
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
60780
|
-
var es_iterator_for_each = __webpack_require__(7588);
|
|
60781
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
60782
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
60783
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
60784
|
-
var baseComp = __webpack_require__(4272);
|
|
60785
|
-
;// ./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
|
|
60786
|
-
|
|
60787
|
-
|
|
60788
|
-
|
|
60789
|
-
|
|
60790
|
-
|
|
60791
|
-
|
|
60792
|
-
|
|
60793
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
60794
|
-
name: "cms-question",
|
|
60795
|
-
components: {
|
|
60796
|
-
BaseComp: baseComp["default"]
|
|
60797
|
-
},
|
|
60798
|
-
props: {
|
|
60799
|
-
data: {
|
|
60800
|
-
type: Object,
|
|
60801
|
-
default: () => {
|
|
60802
|
-
return {};
|
|
60803
|
-
}
|
|
60804
|
-
},
|
|
60805
|
-
nowCompId: {
|
|
60806
|
-
type: [String, Number],
|
|
60807
|
-
default: ""
|
|
60808
|
-
},
|
|
60809
|
-
isOpcacity: {
|
|
60810
|
-
type: Boolean,
|
|
60811
|
-
default: true
|
|
60812
|
-
},
|
|
60813
|
-
lang: {
|
|
60814
|
-
type: String,
|
|
60815
|
-
default: "zh-HK"
|
|
60816
|
-
}
|
|
60817
|
-
},
|
|
60818
|
-
data() {
|
|
60819
|
-
return {
|
|
60820
|
-
configList: [],
|
|
60821
|
-
expend: "",
|
|
60822
|
-
problemActive: 0
|
|
60823
|
-
};
|
|
60824
|
-
},
|
|
60825
|
-
mounted() {},
|
|
60826
|
-
watch: {},
|
|
60827
|
-
methods: {
|
|
60828
|
-
getConfigData(configData) {
|
|
60829
|
-
this.configList = configData.configList;
|
|
60830
|
-
},
|
|
60831
|
-
open(item, index, event) {
|
|
60832
|
-
var _this$configList$this;
|
|
60833
|
-
console.log(event);
|
|
60834
|
-
this.expend = item.input1;
|
|
60835
|
-
(_this$configList$this = this.configList[this.problemActive]) === null || _this$configList$this === void 0 ? void 0 : _this$configList$this.contentArray.forEach((cur, curIndex) => {
|
|
60836
|
-
var _this$configList$this2;
|
|
60837
|
-
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);
|
|
60838
|
-
});
|
|
60839
|
-
},
|
|
60840
|
-
decodeJumpUrl(url) {
|
|
60841
|
-
if (!url) return;
|
|
60842
|
-
top.location.href = url;
|
|
60843
|
-
}
|
|
60844
|
-
},
|
|
60845
|
-
computed: {
|
|
60846
|
-
_stableProblemGuide() {
|
|
60847
|
-
let res = this.configList || [];
|
|
60848
|
-
return res.map(item => {
|
|
60849
|
-
return {
|
|
60850
|
-
...item,
|
|
60851
|
-
contentArray: ((item === null || item === void 0 ? void 0 : item.contentArray) || []).map(cur => ({
|
|
60852
|
-
...cur,
|
|
60853
|
-
status: (cur === null || cur === void 0 ? void 0 : cur.status) || false
|
|
60854
|
-
}))
|
|
60855
|
-
};
|
|
60856
|
-
});
|
|
60857
|
-
}
|
|
60858
|
-
}
|
|
60859
|
-
});
|
|
60860
|
-
;// ./package/cms-question/View.vue?vue&type=script&lang=js
|
|
60861
|
-
/* harmony default export */ var cms_question_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
60862
|
-
;// ./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=29324bbc&prod&lang=scss&scoped=true
|
|
60863
|
-
// extracted by mini-css-extract-plugin
|
|
60864
|
-
|
|
60865
|
-
;// ./package/cms-question/View.vue?vue&type=style&index=0&id=29324bbc&prod&lang=scss&scoped=true
|
|
60866
|
-
|
|
60867
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
60868
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
60869
|
-
;// ./package/cms-question/View.vue
|
|
60870
|
-
|
|
60871
|
-
|
|
60872
|
-
|
|
60873
|
-
;
|
|
60874
|
-
|
|
60875
|
-
|
|
60876
|
-
/* normalize component */
|
|
60877
|
-
|
|
60878
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
60879
|
-
cms_question_Viewvue_type_script_lang_js,
|
|
60880
|
-
render,
|
|
60881
|
-
staticRenderFns,
|
|
60882
|
-
false,
|
|
60883
|
-
null,
|
|
60884
|
-
"29324bbc",
|
|
60885
|
-
null
|
|
60886
|
-
|
|
60887
|
-
)
|
|
60888
|
-
|
|
60889
|
-
/* harmony default export */ var View = (component.exports);
|
|
60890
|
-
|
|
60891
|
-
/***/ }),
|
|
60892
|
-
|
|
60893
60895
|
/***/ 9810:
|
|
60894
60896
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
60895
60897
|
|