cms-chenhj-ui 2.0.16 → 2.0.18
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 +2065 -1519
- package/cms-chenhj-ui.common.js.map +1 -1
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +1697 -1151
- 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
|
@@ -575,7 +575,7 @@ var swiper = __webpack_require__(2791);
|
|
|
575
575
|
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
576
576
|
var swiper_esm_bundle = __webpack_require__(4418);
|
|
577
577
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
578
|
-
var baseComp = __webpack_require__(
|
|
578
|
+
var baseComp = __webpack_require__(1941);
|
|
579
579
|
;// ./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-aLineThreeLeftOne/View.vue?vue&type=script&lang=js
|
|
580
580
|
|
|
581
581
|
|
|
@@ -1989,6 +1989,315 @@ module.exports = function (it) {
|
|
|
1989
1989
|
};
|
|
1990
1990
|
|
|
1991
1991
|
|
|
1992
|
+
/***/ }),
|
|
1993
|
+
|
|
1994
|
+
/***/ 929:
|
|
1995
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
1996
|
+
|
|
1997
|
+
"use strict";
|
|
1998
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1999
|
+
/* harmony export */ WL: function() { return /* binding */ queryV1; },
|
|
2000
|
+
/* harmony export */ yX: function() { return /* binding */ getCommodityDetails; }
|
|
2001
|
+
/* harmony export */ });
|
|
2002
|
+
/* unused harmony exports saveInstance, queryInstanceConfig, queryCategoryInfo, queryCommodityList, listV1, queryMenuList, uploadImage, uploadVideo, queryDeptList, queryBreadCrumbsList, queryPageHfList, queryUrl, createPage, queryPageInfo, editPage, getPreDictonaryList, saveTemporaryInfo, getTemporaryInfo, queryApproveList, queryComponentByColumn, queryCollections, collectionComponent, syncComponentConfigure, queryComponentConfigure, queryOperateList, updateDefaultConfig, omniHeartbeat, emallHeartbeat, qryBtList */
|
|
2003
|
+
/* harmony import */ var _utils_request__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1564);
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
// 页面配置保存接口
|
|
2007
|
+
function saveInstance(data) {
|
|
2008
|
+
return request({
|
|
2009
|
+
method: "post",
|
|
2010
|
+
url: "/omni-channel-service-console/rest/channelCmsCompInstance/saveInstance",
|
|
2011
|
+
data
|
|
2012
|
+
});
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
// 页面组件配置信息查询接口
|
|
2016
|
+
function queryInstanceConfig(data) {
|
|
2017
|
+
return request({
|
|
2018
|
+
method: "post",
|
|
2019
|
+
url: "/omni-channel-service-console/rest/channelCmsCompInstance/queryInstanceConfig",
|
|
2020
|
+
data
|
|
2021
|
+
});
|
|
2022
|
+
}
|
|
2023
|
+
//B端25查询卡片组件下拉框
|
|
2024
|
+
function queryCategoryInfo(data) {
|
|
2025
|
+
return request({
|
|
2026
|
+
method: "post",
|
|
2027
|
+
url: "/ecosp-console/commodityCategory/queryCategoryList",
|
|
2028
|
+
data
|
|
2029
|
+
});
|
|
2030
|
+
}
|
|
2031
|
+
//B端25查询卡片
|
|
2032
|
+
function queryCommodityList(data) {
|
|
2033
|
+
return request({
|
|
2034
|
+
method: "post",
|
|
2035
|
+
url: "/ecosp-console/item/queryCommodityList",
|
|
2036
|
+
data
|
|
2037
|
+
});
|
|
2038
|
+
}
|
|
2039
|
+
function listV1(data, language) {
|
|
2040
|
+
return request({
|
|
2041
|
+
method: "post",
|
|
2042
|
+
url: "/api/ecosp-emall/itemRest/commodity/listV1",
|
|
2043
|
+
data,
|
|
2044
|
+
headers: {
|
|
2045
|
+
"Accept-Language": language || ""
|
|
2046
|
+
}
|
|
2047
|
+
});
|
|
2048
|
+
}
|
|
2049
|
+
//cmhk接口
|
|
2050
|
+
function queryV1(data, language) {
|
|
2051
|
+
return (0,_utils_request__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)({
|
|
2052
|
+
method: "post",
|
|
2053
|
+
url: "/api/ecosp-emall/itemRest/commodity/queryV1",
|
|
2054
|
+
data
|
|
2055
|
+
});
|
|
2056
|
+
}
|
|
2057
|
+
//cmhk接口
|
|
2058
|
+
function getCommodityDetails(data, language) {
|
|
2059
|
+
return (0,_utils_request__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .A)({
|
|
2060
|
+
method: "post",
|
|
2061
|
+
url: "/api/ecosp-emall/itemRest/commodity/getCommodityDetails",
|
|
2062
|
+
data
|
|
2063
|
+
});
|
|
2064
|
+
}
|
|
2065
|
+
//查询menuList
|
|
2066
|
+
function queryMenuList(data) {
|
|
2067
|
+
return request({
|
|
2068
|
+
method: "post",
|
|
2069
|
+
url: "/api/omni-channel-service-portal/rest/overAllMenuConfig/queryMenuListNew",
|
|
2070
|
+
data
|
|
2071
|
+
});
|
|
2072
|
+
}
|
|
2073
|
+
function uploadImage(data) {
|
|
2074
|
+
return request({
|
|
2075
|
+
method: "post",
|
|
2076
|
+
url: "/omni-channel-service-console/rest/commonFile/image",
|
|
2077
|
+
data
|
|
2078
|
+
});
|
|
2079
|
+
}
|
|
2080
|
+
function uploadVideo(data) {
|
|
2081
|
+
return request({
|
|
2082
|
+
method: "post",
|
|
2083
|
+
url: "/omni-channel-service-console/rest/commonFile/video",
|
|
2084
|
+
data
|
|
2085
|
+
});
|
|
2086
|
+
}
|
|
2087
|
+
/**
|
|
2088
|
+
* 查询部门列表
|
|
2089
|
+
* @returns {Promise}
|
|
2090
|
+
*/
|
|
2091
|
+
function queryDeptList(data) {
|
|
2092
|
+
return request({
|
|
2093
|
+
method: "post",
|
|
2094
|
+
url: "/omni-channel-service-console/rest/workBench/queryDeptList",
|
|
2095
|
+
data
|
|
2096
|
+
});
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
/**
|
|
2100
|
+
* 查询面包屑列表
|
|
2101
|
+
* @returns {Promise}
|
|
2102
|
+
*/
|
|
2103
|
+
function queryBreadCrumbsList(data) {
|
|
2104
|
+
return request({
|
|
2105
|
+
method: "post",
|
|
2106
|
+
url: "/omni-channel-service-console/rest/workBench/queryBreadCrumbsList",
|
|
2107
|
+
data
|
|
2108
|
+
});
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
/**
|
|
2112
|
+
* 查询页头页脚列表
|
|
2113
|
+
* @returns {Promise}
|
|
2114
|
+
*/
|
|
2115
|
+
function queryPageHfList(data) {
|
|
2116
|
+
return request({
|
|
2117
|
+
method: "post",
|
|
2118
|
+
url: "/omni-channel-service-console/rest/workBench/queryPageHfList",
|
|
2119
|
+
data
|
|
2120
|
+
});
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2123
|
+
/**
|
|
2124
|
+
* 查询URL接口
|
|
2125
|
+
* @returns {Promise}
|
|
2126
|
+
*/
|
|
2127
|
+
function queryUrl(data) {
|
|
2128
|
+
return request({
|
|
2129
|
+
method: "post",
|
|
2130
|
+
url: "/omni-channel-service-console/rest/workBench/queryUrl",
|
|
2131
|
+
data
|
|
2132
|
+
});
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
/**
|
|
2136
|
+
* 创建页面
|
|
2137
|
+
* @param {Object} pageData 页面数据
|
|
2138
|
+
* @returns {Promise}
|
|
2139
|
+
*/
|
|
2140
|
+
function createPage(data) {
|
|
2141
|
+
return request({
|
|
2142
|
+
method: "post",
|
|
2143
|
+
url: "/omni-channel-service-console/rest/workBench/createPage",
|
|
2144
|
+
data
|
|
2145
|
+
});
|
|
2146
|
+
}
|
|
2147
|
+
/**
|
|
2148
|
+
* 查询页面信息
|
|
2149
|
+
* @returns {Promise}
|
|
2150
|
+
*/
|
|
2151
|
+
function queryPageInfo(data) {
|
|
2152
|
+
return request({
|
|
2153
|
+
method: "post",
|
|
2154
|
+
url: "/omni-channel-service-console/rest/workBench/queryPageInfo",
|
|
2155
|
+
data
|
|
2156
|
+
});
|
|
2157
|
+
}
|
|
2158
|
+
|
|
2159
|
+
/**
|
|
2160
|
+
* 查询页面信息
|
|
2161
|
+
* @returns {Promise}
|
|
2162
|
+
*/
|
|
2163
|
+
function editPage(data) {
|
|
2164
|
+
return request({
|
|
2165
|
+
method: "post",
|
|
2166
|
+
url: "/omni-channel-service-console/rest/workBench/editPage",
|
|
2167
|
+
data
|
|
2168
|
+
});
|
|
2169
|
+
}
|
|
2170
|
+
/**
|
|
2171
|
+
* 字典值
|
|
2172
|
+
* @returns {Promise}
|
|
2173
|
+
*/
|
|
2174
|
+
function getPreDictonaryList(data) {
|
|
2175
|
+
return request({
|
|
2176
|
+
method: "post",
|
|
2177
|
+
url: "/omni-channel-service-console/rest/Dictionary/queryDictionaryList",
|
|
2178
|
+
data
|
|
2179
|
+
});
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
/**
|
|
2183
|
+
* 无痕浏览
|
|
2184
|
+
* @returns {Promise}
|
|
2185
|
+
*/
|
|
2186
|
+
function saveTemporaryInfo(data) {
|
|
2187
|
+
return request({
|
|
2188
|
+
method: "post",
|
|
2189
|
+
url: "/omni-channel-service-console/rest/workBench/saveTempJson",
|
|
2190
|
+
data
|
|
2191
|
+
});
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* 无痕浏览
|
|
2195
|
+
* @returns {Promise}
|
|
2196
|
+
*/
|
|
2197
|
+
function getTemporaryInfo(data) {
|
|
2198
|
+
return request({
|
|
2199
|
+
method: "post",
|
|
2200
|
+
url: "/omni-channel-service-console/rest/workBench/queryTempJson",
|
|
2201
|
+
data
|
|
2202
|
+
});
|
|
2203
|
+
}
|
|
2204
|
+
/**
|
|
2205
|
+
* 查询操作记录
|
|
2206
|
+
* @returns {Promise}
|
|
2207
|
+
*/
|
|
2208
|
+
function queryApproveList(data) {
|
|
2209
|
+
return request({
|
|
2210
|
+
method: "post",
|
|
2211
|
+
url: "/omni-channel-service-console/rest/workBench/queryApproveList",
|
|
2212
|
+
data
|
|
2213
|
+
});
|
|
2214
|
+
}
|
|
2215
|
+
/**
|
|
2216
|
+
* 通过栏目查询组件列表
|
|
2217
|
+
*/
|
|
2218
|
+
function queryComponentByColumn(data) {
|
|
2219
|
+
return request({
|
|
2220
|
+
method: "post",
|
|
2221
|
+
url: "/omni-channel-service-console/rest/component/queryComponentByColumn",
|
|
2222
|
+
data
|
|
2223
|
+
});
|
|
2224
|
+
}
|
|
2225
|
+
/**
|
|
2226
|
+
* 查询收藏组件列表
|
|
2227
|
+
*/
|
|
2228
|
+
function queryCollections(data) {
|
|
2229
|
+
return request({
|
|
2230
|
+
method: "post",
|
|
2231
|
+
url: "/omni-channel-service-console/rest/component/queryCollections",
|
|
2232
|
+
data
|
|
2233
|
+
});
|
|
2234
|
+
}
|
|
2235
|
+
/**
|
|
2236
|
+
* 收藏组件
|
|
2237
|
+
*/
|
|
2238
|
+
function collectionComponent(data) {
|
|
2239
|
+
return request({
|
|
2240
|
+
method: "post",
|
|
2241
|
+
url: "/omni-channel-service-console/rest/component/collectionComponent",
|
|
2242
|
+
data
|
|
2243
|
+
});
|
|
2244
|
+
}
|
|
2245
|
+
/**
|
|
2246
|
+
* 保存/删除/修改组件配置
|
|
2247
|
+
*/
|
|
2248
|
+
function syncComponentConfigure(data) {
|
|
2249
|
+
return request({
|
|
2250
|
+
method: "post",
|
|
2251
|
+
url: "/omni-channel-service-console/rest/component/syncComponentConfigure",
|
|
2252
|
+
data
|
|
2253
|
+
});
|
|
2254
|
+
}
|
|
2255
|
+
/**
|
|
2256
|
+
* 查询已保存组件列表
|
|
2257
|
+
*/
|
|
2258
|
+
function queryComponentConfigure(data) {
|
|
2259
|
+
return request({
|
|
2260
|
+
method: "post",
|
|
2261
|
+
url: "/omni-channel-service-console/rest/component/queryComponentConfigure",
|
|
2262
|
+
data
|
|
2263
|
+
});
|
|
2264
|
+
}
|
|
2265
|
+
function queryOperateList(data) {
|
|
2266
|
+
return request({
|
|
2267
|
+
method: "post",
|
|
2268
|
+
url: "/omni-channel-service-console/rest/workBench/queryOperateList",
|
|
2269
|
+
data
|
|
2270
|
+
});
|
|
2271
|
+
}
|
|
2272
|
+
function updateDefaultConfig(data) {
|
|
2273
|
+
return request({
|
|
2274
|
+
method: "post",
|
|
2275
|
+
url: "/omni-channel-service-console/rest/workBench/updateDefaultConfig",
|
|
2276
|
+
data
|
|
2277
|
+
});
|
|
2278
|
+
}
|
|
2279
|
+
function omniHeartbeat(data) {
|
|
2280
|
+
return request({
|
|
2281
|
+
method: "post",
|
|
2282
|
+
url: "/omni-channel-service-console/rest/workBench/keepAlive",
|
|
2283
|
+
data
|
|
2284
|
+
});
|
|
2285
|
+
}
|
|
2286
|
+
function emallHeartbeat(data) {
|
|
2287
|
+
return request({
|
|
2288
|
+
method: "post",
|
|
2289
|
+
url: "/ecosp-console/workbench/keepAlive",
|
|
2290
|
+
data
|
|
2291
|
+
});
|
|
2292
|
+
}
|
|
2293
|
+
function qryBtList(data) {
|
|
2294
|
+
return request({
|
|
2295
|
+
method: "post",
|
|
2296
|
+
url: "/omni-channel-service-console/rest/component/qryBtList",
|
|
2297
|
+
data
|
|
2298
|
+
});
|
|
2299
|
+
}
|
|
2300
|
+
|
|
1992
2301
|
/***/ }),
|
|
1993
2302
|
|
|
1994
2303
|
/***/ 1012:
|
|
@@ -3305,6 +3614,120 @@ module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADg
|
|
|
3305
3614
|
|
|
3306
3615
|
/***/ }),
|
|
3307
3616
|
|
|
3617
|
+
/***/ 1429:
|
|
3618
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
3619
|
+
|
|
3620
|
+
"use strict";
|
|
3621
|
+
// ESM COMPAT FLAG
|
|
3622
|
+
__webpack_require__.r(__webpack_exports__);
|
|
3623
|
+
|
|
3624
|
+
// EXPORTS
|
|
3625
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
3626
|
+
"default": function() { return /* binding */ View; }
|
|
3627
|
+
});
|
|
3628
|
+
|
|
3629
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=template&id=5d88cd02&scoped=true
|
|
3630
|
+
var render = function render() {
|
|
3631
|
+
var _vm = this,
|
|
3632
|
+
_c = _vm._self._c;
|
|
3633
|
+
return _c('BaseComp', _vm._b({
|
|
3634
|
+
attrs: {
|
|
3635
|
+
"data": _vm.data,
|
|
3636
|
+
"nowCompId": _vm.nowCompId,
|
|
3637
|
+
"isOpcacity": _vm.isOpcacity,
|
|
3638
|
+
"lang": _vm.lang
|
|
3639
|
+
},
|
|
3640
|
+
on: {
|
|
3641
|
+
"getConfigData": _vm.getConfigData
|
|
3642
|
+
}
|
|
3643
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
3644
|
+
staticClass: "section-head"
|
|
3645
|
+
}, [_c('div', {
|
|
3646
|
+
staticClass: "cmhk-home_main"
|
|
3647
|
+
}, [_c('p', {
|
|
3648
|
+
staticClass: "title"
|
|
3649
|
+
}, [_c('span', {
|
|
3650
|
+
staticClass: "main"
|
|
3651
|
+
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
3652
|
+
staticClass: "subtitle"
|
|
3653
|
+
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
3654
|
+
};
|
|
3655
|
+
var staticRenderFns = [];
|
|
3656
|
+
|
|
3657
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
3658
|
+
var baseComp = __webpack_require__(1941);
|
|
3659
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
3660
|
+
|
|
3661
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
3662
|
+
name: "cms-titleCenter",
|
|
3663
|
+
components: {
|
|
3664
|
+
BaseComp: baseComp["default"]
|
|
3665
|
+
},
|
|
3666
|
+
props: {
|
|
3667
|
+
data: {
|
|
3668
|
+
type: Object,
|
|
3669
|
+
default: () => {
|
|
3670
|
+
return {};
|
|
3671
|
+
}
|
|
3672
|
+
},
|
|
3673
|
+
nowCompId: {
|
|
3674
|
+
type: [String, Number],
|
|
3675
|
+
default: ""
|
|
3676
|
+
},
|
|
3677
|
+
isOpcacity: {
|
|
3678
|
+
type: Boolean,
|
|
3679
|
+
default: true
|
|
3680
|
+
},
|
|
3681
|
+
lang: {
|
|
3682
|
+
type: String,
|
|
3683
|
+
default: "zh-HK"
|
|
3684
|
+
}
|
|
3685
|
+
},
|
|
3686
|
+
data() {
|
|
3687
|
+
return {
|
|
3688
|
+
configData: {}
|
|
3689
|
+
};
|
|
3690
|
+
},
|
|
3691
|
+
mounted() {},
|
|
3692
|
+
methods: {
|
|
3693
|
+
getConfigData(configData) {
|
|
3694
|
+
this.configData = configData;
|
|
3695
|
+
}
|
|
3696
|
+
}
|
|
3697
|
+
});
|
|
3698
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
3699
|
+
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
3700
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=5d88cd02&prod&scoped=true&lang=scss
|
|
3701
|
+
// extracted by mini-css-extract-plugin
|
|
3702
|
+
|
|
3703
|
+
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=5d88cd02&prod&scoped=true&lang=scss
|
|
3704
|
+
|
|
3705
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
3706
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
3707
|
+
;// ./package/cms-titleCenter/View.vue
|
|
3708
|
+
|
|
3709
|
+
|
|
3710
|
+
|
|
3711
|
+
;
|
|
3712
|
+
|
|
3713
|
+
|
|
3714
|
+
/* normalize component */
|
|
3715
|
+
|
|
3716
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
3717
|
+
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
3718
|
+
render,
|
|
3719
|
+
staticRenderFns,
|
|
3720
|
+
false,
|
|
3721
|
+
null,
|
|
3722
|
+
"5d88cd02",
|
|
3723
|
+
null
|
|
3724
|
+
|
|
3725
|
+
)
|
|
3726
|
+
|
|
3727
|
+
/* harmony default export */ var View = (component.exports);
|
|
3728
|
+
|
|
3729
|
+
/***/ }),
|
|
3730
|
+
|
|
3308
3731
|
/***/ 1446:
|
|
3309
3732
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
3310
3733
|
|
|
@@ -3401,7 +3824,7 @@ var es_iterator_filter = __webpack_require__(2489);
|
|
|
3401
3824
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
3402
3825
|
var es_iterator_for_each = __webpack_require__(7588);
|
|
3403
3826
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
3404
|
-
var baseComp = __webpack_require__(
|
|
3827
|
+
var baseComp = __webpack_require__(1941);
|
|
3405
3828
|
;// ./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-text/View.vue?vue&type=script&lang=js
|
|
3406
3829
|
|
|
3407
3830
|
|
|
@@ -8889,9 +9312,9 @@ service.interceptors.request.use(config => {
|
|
|
8889
9312
|
const env_prod = window.location.origin.includes(".22:");
|
|
8890
9313
|
if (is_development) {
|
|
8891
9314
|
if (config.url.includes("/ecosp-console")) {
|
|
8892
|
-
document.cookie = "JSESSIONID=
|
|
9315
|
+
document.cookie = "JSESSIONID=31C253D4AB7D622317BE567A074A8D9F";
|
|
8893
9316
|
} else if (config.url.includes("omni-channel-service-console")) {
|
|
8894
|
-
document.cookie = "JSESSIONID=
|
|
9317
|
+
document.cookie = "JSESSIONID=330793238C3780C658EA1FB6D4EECA59";
|
|
8895
9318
|
}
|
|
8896
9319
|
} else {
|
|
8897
9320
|
if (config.url.includes("/api/") && is_cmsComp) {
|
|
@@ -9503,8 +9926,8 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
9503
9926
|
|
|
9504
9927
|
var map = {
|
|
9505
9928
|
"./": 176,
|
|
9506
|
-
"./baseComp":
|
|
9507
|
-
"./baseComp.vue":
|
|
9929
|
+
"./baseComp": 1941,
|
|
9930
|
+
"./baseComp.vue": 1941,
|
|
9508
9931
|
"./baseConfig": 649,
|
|
9509
9932
|
"./baseConfig.js": 649,
|
|
9510
9933
|
"./cms-aLineThreeLeftOne": 5041,
|
|
@@ -9613,8 +10036,8 @@ var map = {
|
|
|
9613
10036
|
"./cms-lineFour/index.js": 6175,
|
|
9614
10037
|
"./cms-lineThree": 7277,
|
|
9615
10038
|
"./cms-lineThree/": 7277,
|
|
9616
|
-
"./cms-lineThree/View":
|
|
9617
|
-
"./cms-lineThree/View.vue":
|
|
10039
|
+
"./cms-lineThree/View": 4602,
|
|
10040
|
+
"./cms-lineThree/View.vue": 4602,
|
|
9618
10041
|
"./cms-lineThree/index": 7277,
|
|
9619
10042
|
"./cms-lineThree/index.js": 7277,
|
|
9620
10043
|
"./cms-lineTwo": 8123,
|
|
@@ -9625,8 +10048,8 @@ var map = {
|
|
|
9625
10048
|
"./cms-lineTwo/index.js": 8123,
|
|
9626
10049
|
"./cms-proCard": 4338,
|
|
9627
10050
|
"./cms-proCard/": 4338,
|
|
9628
|
-
"./cms-proCard/View":
|
|
9629
|
-
"./cms-proCard/View.vue":
|
|
10051
|
+
"./cms-proCard/View": 7063,
|
|
10052
|
+
"./cms-proCard/View.vue": 7063,
|
|
9630
10053
|
"./cms-proCard/index": 4338,
|
|
9631
10054
|
"./cms-proCard/index.js": 4338,
|
|
9632
10055
|
"./cms-prodCustomization": 1685,
|
|
@@ -9665,6 +10088,12 @@ var map = {
|
|
|
9665
10088
|
"./cms-servePlan-text/View.vue": 9487,
|
|
9666
10089
|
"./cms-servePlan-text/index": 6501,
|
|
9667
10090
|
"./cms-servePlan-text/index.js": 6501,
|
|
10091
|
+
"./cms-stored-value-card": 2399,
|
|
10092
|
+
"./cms-stored-value-card/": 2399,
|
|
10093
|
+
"./cms-stored-value-card/View": 9673,
|
|
10094
|
+
"./cms-stored-value-card/View.vue": 9673,
|
|
10095
|
+
"./cms-stored-value-card/index": 2399,
|
|
10096
|
+
"./cms-stored-value-card/index.js": 2399,
|
|
9668
10097
|
"./cms-termsAndConditions": 9387,
|
|
9669
10098
|
"./cms-termsAndConditions/": 9387,
|
|
9670
10099
|
"./cms-termsAndConditions/View": 8073,
|
|
@@ -9685,8 +10114,8 @@ var map = {
|
|
|
9685
10114
|
"./cms-threeScroll/index.js": 4670,
|
|
9686
10115
|
"./cms-titleCenter": 8904,
|
|
9687
10116
|
"./cms-titleCenter/": 8904,
|
|
9688
|
-
"./cms-titleCenter/View":
|
|
9689
|
-
"./cms-titleCenter/View.vue":
|
|
10117
|
+
"./cms-titleCenter/View": 1429,
|
|
10118
|
+
"./cms-titleCenter/View.vue": 1429,
|
|
9690
10119
|
"./cms-titleCenter/index": 8904,
|
|
9691
10120
|
"./cms-titleCenter/index.js": 8904,
|
|
9692
10121
|
"./cms-titleLeft": 7804,
|
|
@@ -10022,7 +10451,7 @@ var render = function render() {
|
|
|
10022
10451
|
var staticRenderFns = [];
|
|
10023
10452
|
|
|
10024
10453
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
10025
|
-
var baseComp = __webpack_require__(
|
|
10454
|
+
var baseComp = __webpack_require__(1941);
|
|
10026
10455
|
// EXTERNAL MODULE: ./package/patch.js
|
|
10027
10456
|
var patch = __webpack_require__(1618);
|
|
10028
10457
|
;// ./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-dynamic-comp/View.vue?vue&type=script&lang=js
|
|
@@ -10313,6 +10742,14 @@ module.exports = function (object, names) {
|
|
|
10313
10742
|
};
|
|
10314
10743
|
|
|
10315
10744
|
|
|
10745
|
+
/***/ }),
|
|
10746
|
+
|
|
10747
|
+
/***/ 1861:
|
|
10748
|
+
/***/ (function(module) {
|
|
10749
|
+
|
|
10750
|
+
"use strict";
|
|
10751
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAwUlEQVRYR+2VQQ6EMAhF6ZxEN049hif3GFY305OowdTEGGqBLpwFXTbwefkF6uDl416uDwZgDpgD5sB/OtB9+x9uyI/bhhBCrNmW3vtm3dyIGss8tXct0oEE0ABArIG4FD+02AD3RA0EVyPbA1wB6nkkuY9NKBE6QaQ5xSmQCEpiT+AiAAZyhDkx1HOxAEoQ2uKoywbIQeB9mnPV2IoAKIhkq6q42IFMp+O1emGJHSAgqla2GqDmf7jmGoA5YA6YAzukPq8hQaCizgAAAABJRU5ErkJggg==";
|
|
10752
|
+
|
|
10316
10753
|
/***/ }),
|
|
10317
10754
|
|
|
10318
10755
|
/***/ 1866:
|
|
@@ -10618,6 +11055,274 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
10618
11055
|
|
|
10619
11056
|
/***/ }),
|
|
10620
11057
|
|
|
11058
|
+
/***/ 1941:
|
|
11059
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11060
|
+
|
|
11061
|
+
"use strict";
|
|
11062
|
+
// ESM COMPAT FLAG
|
|
11063
|
+
__webpack_require__.r(__webpack_exports__);
|
|
11064
|
+
|
|
11065
|
+
// EXPORTS
|
|
11066
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
11067
|
+
"default": function() { return /* binding */ baseComp; }
|
|
11068
|
+
});
|
|
11069
|
+
|
|
11070
|
+
;// ./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/baseComp.vue?vue&type=template&id=23d28f12&scoped=true
|
|
11071
|
+
var render = function render() {
|
|
11072
|
+
var _vm = this,
|
|
11073
|
+
_c = _vm._self._c;
|
|
11074
|
+
return _vm.$EventBus && _vm.isOpcacity ? _c('div', {
|
|
11075
|
+
key: _vm.data.componentId,
|
|
11076
|
+
class: [_vm.nowCompId !== '' && _vm.nowCompId == _vm.data.componentId ? 'highLight' : ''],
|
|
11077
|
+
style: _vm.showStyleConfig,
|
|
11078
|
+
attrs: {
|
|
11079
|
+
"component-key": _vm.data.cmsCompName
|
|
11080
|
+
},
|
|
11081
|
+
on: {
|
|
11082
|
+
"click": function ($event) {
|
|
11083
|
+
$event.stopPropagation();
|
|
11084
|
+
return _vm.handleNowComp.apply(null, arguments);
|
|
11085
|
+
}
|
|
11086
|
+
}
|
|
11087
|
+
}, [_c('div', {
|
|
11088
|
+
staticClass: "mask-wrap"
|
|
11089
|
+
}, [_vm._t("default", null, {
|
|
11090
|
+
"isMobile": _vm.isMobile
|
|
11091
|
+
}), _vm.isMask ? _c('div', {
|
|
11092
|
+
staticClass: "mask",
|
|
11093
|
+
on: {
|
|
11094
|
+
"click": _vm.handleNowComp
|
|
11095
|
+
}
|
|
11096
|
+
}) : _vm._e()], 2), _vm.nowCompId !== '' && _vm.nowCompId == _vm.data.componentId ? _c('div', {
|
|
11097
|
+
staticClass: "com-delete"
|
|
11098
|
+
}, [_vm.showDel ? _c('i', {
|
|
11099
|
+
staticClass: "el-icon-delete",
|
|
11100
|
+
on: {
|
|
11101
|
+
"click": function ($event) {
|
|
11102
|
+
$event.stopPropagation();
|
|
11103
|
+
return _vm.delComp.apply(null, arguments);
|
|
11104
|
+
}
|
|
11105
|
+
}
|
|
11106
|
+
}) : _vm._e(), _c('i', {
|
|
11107
|
+
staticClass: "el-icon-top",
|
|
11108
|
+
on: {
|
|
11109
|
+
"click": function ($event) {
|
|
11110
|
+
$event.stopPropagation();
|
|
11111
|
+
return _vm.selectParentDom.apply(null, arguments);
|
|
11112
|
+
}
|
|
11113
|
+
}
|
|
11114
|
+
})]) : _vm._e()]) : _vm.showSlot ? _c('div', {
|
|
11115
|
+
key: _vm.data.componentId,
|
|
11116
|
+
ref: "targetElement",
|
|
11117
|
+
style: _vm.showStyleConfig
|
|
11118
|
+
}, [_vm._t("default", null, {
|
|
11119
|
+
"isMobile": _vm.isMobile
|
|
11120
|
+
})], 2) : _vm._e();
|
|
11121
|
+
};
|
|
11122
|
+
var staticRenderFns = [];
|
|
11123
|
+
|
|
11124
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
11125
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
11126
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.reduce.js
|
|
11127
|
+
var es_iterator_reduce = __webpack_require__(8237);
|
|
11128
|
+
// EXTERNAL MODULE: ./package/patch.js
|
|
11129
|
+
var patch = __webpack_require__(1618);
|
|
11130
|
+
// EXTERNAL MODULE: ./node_modules/dayjs/dayjs.min.js
|
|
11131
|
+
var dayjs_min = __webpack_require__(1576);
|
|
11132
|
+
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
|
11133
|
+
;// ./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/baseComp.vue?vue&type=script&lang=js
|
|
11134
|
+
|
|
11135
|
+
|
|
11136
|
+
|
|
11137
|
+
|
|
11138
|
+
// 待办:判断移动pc端填充不同的样式
|
|
11139
|
+
|
|
11140
|
+
|
|
11141
|
+
/* harmony default export */ var baseCompvue_type_script_lang_js = ({
|
|
11142
|
+
name: "baseComp",
|
|
11143
|
+
props: {
|
|
11144
|
+
data: {
|
|
11145
|
+
type: Object,
|
|
11146
|
+
default: () => {
|
|
11147
|
+
return {};
|
|
11148
|
+
}
|
|
11149
|
+
},
|
|
11150
|
+
nowCompId: {
|
|
11151
|
+
type: [String, Number],
|
|
11152
|
+
default: ""
|
|
11153
|
+
},
|
|
11154
|
+
isOpcacity: {
|
|
11155
|
+
type: Boolean,
|
|
11156
|
+
default: true
|
|
11157
|
+
},
|
|
11158
|
+
isMask: {
|
|
11159
|
+
type: Boolean,
|
|
11160
|
+
default: true
|
|
11161
|
+
},
|
|
11162
|
+
lang: {
|
|
11163
|
+
type: String,
|
|
11164
|
+
default: "zh-HK"
|
|
11165
|
+
},
|
|
11166
|
+
timeline: {
|
|
11167
|
+
type: String,
|
|
11168
|
+
default: ""
|
|
11169
|
+
},
|
|
11170
|
+
cmhkChannel: {
|
|
11171
|
+
type: String,
|
|
11172
|
+
default: "WWW"
|
|
11173
|
+
},
|
|
11174
|
+
showDel: {
|
|
11175
|
+
type: Boolean,
|
|
11176
|
+
default: true
|
|
11177
|
+
}
|
|
11178
|
+
},
|
|
11179
|
+
data() {
|
|
11180
|
+
return {
|
|
11181
|
+
styleConfig_mb: {},
|
|
11182
|
+
styleConfig_pc: {},
|
|
11183
|
+
configData: {},
|
|
11184
|
+
elementWidth: 0,
|
|
11185
|
+
resizeObserver: null
|
|
11186
|
+
};
|
|
11187
|
+
},
|
|
11188
|
+
watch: {
|
|
11189
|
+
data: {
|
|
11190
|
+
handler(val) {
|
|
11191
|
+
this.getStyleConfig(val, "pc");
|
|
11192
|
+
this.getStyleConfig(val, "mb");
|
|
11193
|
+
this.getValue(this.lang);
|
|
11194
|
+
},
|
|
11195
|
+
deep: true,
|
|
11196
|
+
immediate: true
|
|
11197
|
+
},
|
|
11198
|
+
lang: {
|
|
11199
|
+
handler(val) {
|
|
11200
|
+
this.getValue(val);
|
|
11201
|
+
},
|
|
11202
|
+
deep: true,
|
|
11203
|
+
immediate: true
|
|
11204
|
+
}
|
|
11205
|
+
},
|
|
11206
|
+
mounted() {
|
|
11207
|
+
if (this.$EventBus && this.isOpcacity) {
|
|
11208
|
+
this.elementWidth = 800;
|
|
11209
|
+
this.$EventBus.$on("handleDeviceChange", isMobile => {
|
|
11210
|
+
this.elementWidth = isMobile ? 700 : 800;
|
|
11211
|
+
});
|
|
11212
|
+
} else if (this.showSlot) {
|
|
11213
|
+
this.resizeObserver = new ResizeObserver(entries => {
|
|
11214
|
+
for (let entry of entries) {
|
|
11215
|
+
this.elementWidth = entry.contentRect.width;
|
|
11216
|
+
// 可以在这里触发自定义逻辑
|
|
11217
|
+
// this.onWidthChange(this.elementWidth);
|
|
11218
|
+
}
|
|
11219
|
+
});
|
|
11220
|
+
const element = document.getElementById("app") || document.getElementById("__nuxt");
|
|
11221
|
+
this.resizeObserver.observe(element);
|
|
11222
|
+
}
|
|
11223
|
+
},
|
|
11224
|
+
beforeDestroy() {
|
|
11225
|
+
// 组件销毁时停止观察
|
|
11226
|
+
if (this.resizeObserver) {
|
|
11227
|
+
this.resizeObserver.disconnect();
|
|
11228
|
+
}
|
|
11229
|
+
},
|
|
11230
|
+
methods: {
|
|
11231
|
+
selectParentDom() {
|
|
11232
|
+
if (!this.isOpcacity) return;
|
|
11233
|
+
this.$EventBus.$emit("handleParentComp", this.data);
|
|
11234
|
+
},
|
|
11235
|
+
onWidthChange(newWidth) {
|
|
11236
|
+
console.log("新宽度:", newWidth, this.isMobile);
|
|
11237
|
+
},
|
|
11238
|
+
getValue(cur_lang) {
|
|
11239
|
+
var _this$data, _this$data$settings;
|
|
11240
|
+
const obj = {
|
|
11241
|
+
"zh-CN": "lang_sc",
|
|
11242
|
+
"zh-HK": "lang_tc",
|
|
11243
|
+
"en-US": "lang_en"
|
|
11244
|
+
};
|
|
11245
|
+
if ((_this$data = this.data) !== null && _this$data !== void 0 && (_this$data$settings = _this$data.settings) !== null && _this$data$settings !== void 0 && _this$data$settings.settings) {
|
|
11246
|
+
const baseInfo = (0,patch.transfor)(this.data);
|
|
11247
|
+
this.configData = baseInfo.contentConfig.lang_all ? baseInfo.contentConfig.lang_all : baseInfo.contentConfig[`${obj[cur_lang]}`];
|
|
11248
|
+
} else {
|
|
11249
|
+
this.configData = this.data.contentConfig.lang_all ? this.data.contentConfig.lang_all : this.data.contentConfig[`${obj[cur_lang]}`];
|
|
11250
|
+
}
|
|
11251
|
+
this.$emit("getConfigData", this.configData);
|
|
11252
|
+
},
|
|
11253
|
+
getStyleConfig(data, type) {
|
|
11254
|
+
this[`styleConfig_${type}`] = data.styleConfig[type].reduce((pre, cur) => {
|
|
11255
|
+
pre[cur.key] = cur.value + cur.unit;
|
|
11256
|
+
return pre;
|
|
11257
|
+
}, {});
|
|
11258
|
+
},
|
|
11259
|
+
handleNowComp() {
|
|
11260
|
+
if (!this.isOpcacity) return;
|
|
11261
|
+
this.$EventBus.$emit("handleNowComp", this.data);
|
|
11262
|
+
},
|
|
11263
|
+
delComp() {
|
|
11264
|
+
this.$EventBus.$emit("handleDeleteComp", this.data.componentId);
|
|
11265
|
+
}
|
|
11266
|
+
},
|
|
11267
|
+
computed: {
|
|
11268
|
+
showStyleConfig() {
|
|
11269
|
+
if (!this.elementWidth) return {};
|
|
11270
|
+
return this.isMobile ? this.styleConfig_mb : this.styleConfig_pc;
|
|
11271
|
+
},
|
|
11272
|
+
isMobile() {
|
|
11273
|
+
return this.elementWidth < 760;
|
|
11274
|
+
},
|
|
11275
|
+
showSlot() {
|
|
11276
|
+
if (this.$EventBus && this.isOpcacity) return false;
|
|
11277
|
+
const {
|
|
11278
|
+
cmhkChannelConfList = [],
|
|
11279
|
+
startTime = "",
|
|
11280
|
+
endTime = ""
|
|
11281
|
+
} = this.data.baseConfig;
|
|
11282
|
+
console.log("this.cmhkChannel", this.cmhkChannel, this.data.baseConfig);
|
|
11283
|
+
const channelVisable = cmhkChannelConfList.includes("ALL") || cmhkChannelConfList.includes(this.cmhkChannel);
|
|
11284
|
+
if (!channelVisable) return false;
|
|
11285
|
+
if (!startTime && !endTime) return true;
|
|
11286
|
+
const currentTime = this.timeline ? dayjs_min_default()(this.timeline) : dayjs_min_default()();
|
|
11287
|
+
const isStart = startTime ? dayjs_min_default()(currentTime).isAfter(dayjs_min_default()(startTime)) || dayjs_min_default()(currentTime).isSame(dayjs_min_default()(startTime)) : true;
|
|
11288
|
+
const isEnd = endTime ? dayjs_min_default()(currentTime).isBefore(dayjs_min_default()(endTime)) || dayjs_min_default()(currentTime).isSame(dayjs_min_default()(endTime)) : true;
|
|
11289
|
+
return isStart && isEnd;
|
|
11290
|
+
}
|
|
11291
|
+
}
|
|
11292
|
+
});
|
|
11293
|
+
;// ./package/baseComp.vue?vue&type=script&lang=js
|
|
11294
|
+
/* harmony default export */ var package_baseCompvue_type_script_lang_js = (baseCompvue_type_script_lang_js);
|
|
11295
|
+
;// ./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/baseComp.vue?vue&type=style&index=0&id=23d28f12&prod&lang=scss&scoped=true
|
|
11296
|
+
// extracted by mini-css-extract-plugin
|
|
11297
|
+
|
|
11298
|
+
;// ./package/baseComp.vue?vue&type=style&index=0&id=23d28f12&prod&lang=scss&scoped=true
|
|
11299
|
+
|
|
11300
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
11301
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
11302
|
+
;// ./package/baseComp.vue
|
|
11303
|
+
|
|
11304
|
+
|
|
11305
|
+
|
|
11306
|
+
;
|
|
11307
|
+
|
|
11308
|
+
|
|
11309
|
+
/* normalize component */
|
|
11310
|
+
|
|
11311
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
11312
|
+
package_baseCompvue_type_script_lang_js,
|
|
11313
|
+
render,
|
|
11314
|
+
staticRenderFns,
|
|
11315
|
+
false,
|
|
11316
|
+
null,
|
|
11317
|
+
"23d28f12",
|
|
11318
|
+
null
|
|
11319
|
+
|
|
11320
|
+
)
|
|
11321
|
+
|
|
11322
|
+
/* harmony default export */ var baseComp = (component.exports);
|
|
11323
|
+
|
|
11324
|
+
/***/ }),
|
|
11325
|
+
|
|
10621
11326
|
/***/ 1944:
|
|
10622
11327
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
10623
11328
|
|
|
@@ -11801,7 +12506,7 @@ var staticRenderFns = [];
|
|
|
11801
12506
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
11802
12507
|
var es_array_push = __webpack_require__(4114);
|
|
11803
12508
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
11804
|
-
var baseComp = __webpack_require__(
|
|
12509
|
+
var baseComp = __webpack_require__(1941);
|
|
11805
12510
|
// EXTERNAL MODULE: ./node_modules/vuedraggable/dist/vuedraggable.umd.js
|
|
11806
12511
|
var vuedraggable_umd = __webpack_require__(1527);
|
|
11807
12512
|
var vuedraggable_umd_default = /*#__PURE__*/__webpack_require__.n(vuedraggable_umd);
|
|
@@ -12293,6 +12998,84 @@ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind
|
|
|
12293
12998
|
|
|
12294
12999
|
/***/ }),
|
|
12295
13000
|
|
|
13001
|
+
/***/ 2399:
|
|
13002
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
13003
|
+
|
|
13004
|
+
"use strict";
|
|
13005
|
+
__webpack_require__.r(__webpack_exports__);
|
|
13006
|
+
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
13007
|
+
|
|
13008
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 9673));
|
|
13009
|
+
const langData = {
|
|
13010
|
+
configList: [
|
|
13011
|
+
// {
|
|
13012
|
+
// id: Math.random().toString(),
|
|
13013
|
+
// pictureUrl:
|
|
13014
|
+
// "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315172555_9XVGHwD4_600x348.png",
|
|
13015
|
+
// commodityId: "21202311071721797951533748224",
|
|
13016
|
+
// maxPicId: "",
|
|
13017
|
+
// commodityName: "",
|
|
13018
|
+
// refPrice: "",
|
|
13019
|
+
// price: "",
|
|
13020
|
+
// upTime: "",
|
|
13021
|
+
// malltCommodityRight: [],
|
|
13022
|
+
// malltCommodityLeft: [],
|
|
13023
|
+
// },
|
|
13024
|
+
]
|
|
13025
|
+
};
|
|
13026
|
+
const configDataType = {};
|
|
13027
|
+
// const configDataType = getLangDataType(langData, {
|
|
13028
|
+
// configList: {
|
|
13029
|
+
// label: "商品信息配置",
|
|
13030
|
+
// addWidgetType: "addProductCard",
|
|
13031
|
+
// value: [
|
|
13032
|
+
// {
|
|
13033
|
+
// id: { label: "" },
|
|
13034
|
+
// ImageUrl: { label: "商品图片", hidden: true },
|
|
13035
|
+
// commodityId: { label: "商品id" },
|
|
13036
|
+
// title: { label: "标题" },
|
|
13037
|
+
// input1: { label: "員工特惠價", hidden: true },
|
|
13038
|
+
// diyInput: { label: "自定义" },
|
|
13039
|
+
// input2: { label: "员工优惠" },
|
|
13040
|
+
// input3: { label: "市場零售價", hidden: true },
|
|
13041
|
+
// input4: { label: "市场优惠" },
|
|
13042
|
+
// input5: { label: "起", hidden: true },
|
|
13043
|
+
// colorBody: {
|
|
13044
|
+
// label: "色值配置",
|
|
13045
|
+
// maxNums: 4,
|
|
13046
|
+
// value: [
|
|
13047
|
+
// {
|
|
13048
|
+
// id: { label: "" },
|
|
13049
|
+
// color: {
|
|
13050
|
+
// label: "色值",
|
|
13051
|
+
// widgetType: "el-color-picker",
|
|
13052
|
+
// predefine: ["#2F85FF", "#f48427", "#52C41A", "#D6197F"],
|
|
13053
|
+
// },
|
|
13054
|
+
// },
|
|
13055
|
+
// ],
|
|
13056
|
+
// },
|
|
13057
|
+
// button: { label: "按钮文案" },
|
|
13058
|
+
// jumpUrl: { label: "跳转链接" },
|
|
13059
|
+
// },
|
|
13060
|
+
// ],
|
|
13061
|
+
// },
|
|
13062
|
+
// });
|
|
13063
|
+
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
13064
|
+
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
13065
|
+
View,
|
|
13066
|
+
validateSchema,
|
|
13067
|
+
configDataType,
|
|
13068
|
+
langData,
|
|
13069
|
+
settings: cmsCompName => {
|
|
13070
|
+
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
13071
|
+
cmsCompName,
|
|
13072
|
+
langData
|
|
13073
|
+
});
|
|
13074
|
+
}
|
|
13075
|
+
});
|
|
13076
|
+
|
|
13077
|
+
/***/ }),
|
|
13078
|
+
|
|
12296
13079
|
/***/ 2404:
|
|
12297
13080
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
12298
13081
|
|
|
@@ -12347,7 +13130,7 @@ var es_iterator_constructor = __webpack_require__(8111);
|
|
|
12347
13130
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
12348
13131
|
var es_iterator_for_each = __webpack_require__(7588);
|
|
12349
13132
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
12350
|
-
var baseComp = __webpack_require__(
|
|
13133
|
+
var baseComp = __webpack_require__(1941);
|
|
12351
13134
|
;// ./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-button/View.vue?vue&type=script&lang=js
|
|
12352
13135
|
|
|
12353
13136
|
|
|
@@ -16352,7 +17135,7 @@ var swiper_esm_bundle = __webpack_require__(4418);
|
|
|
16352
17135
|
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
16353
17136
|
var jumpUrl = __webpack_require__(813);
|
|
16354
17137
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
16355
|
-
var baseComp = __webpack_require__(
|
|
17138
|
+
var baseComp = __webpack_require__(1941);
|
|
16356
17139
|
;// ./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-banner/View.vue?vue&type=script&lang=js
|
|
16357
17140
|
|
|
16358
17141
|
|
|
@@ -25083,7 +25866,7 @@ var render = function render() {
|
|
|
25083
25866
|
var staticRenderFns = [];
|
|
25084
25867
|
|
|
25085
25868
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
25086
|
-
var baseComp = __webpack_require__(
|
|
25869
|
+
var baseComp = __webpack_require__(1941);
|
|
25087
25870
|
;// ./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-column/View.vue?vue&type=script&lang=js
|
|
25088
25871
|
|
|
25089
25872
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -25561,7 +26344,7 @@ var render = function render() {
|
|
|
25561
26344
|
var staticRenderFns = [];
|
|
25562
26345
|
|
|
25563
26346
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
25564
|
-
var baseComp = __webpack_require__(
|
|
26347
|
+
var baseComp = __webpack_require__(1941);
|
|
25565
26348
|
;// ./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-description/View.vue?vue&type=script&lang=js
|
|
25566
26349
|
|
|
25567
26350
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -25741,7 +26524,7 @@ var render = function render() {
|
|
|
25741
26524
|
var staticRenderFns = [];
|
|
25742
26525
|
|
|
25743
26526
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
25744
|
-
var baseComp = __webpack_require__(
|
|
26527
|
+
var baseComp = __webpack_require__(1941);
|
|
25745
26528
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineTwo/View.vue?vue&type=script&lang=js
|
|
25746
26529
|
|
|
25747
26530
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -26015,7 +26798,7 @@ var render = function render() {
|
|
|
26015
26798
|
var staticRenderFns = [];
|
|
26016
26799
|
|
|
26017
26800
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
26018
|
-
var baseComp = __webpack_require__(
|
|
26801
|
+
var baseComp = __webpack_require__(1941);
|
|
26019
26802
|
;// ./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
|
|
26020
26803
|
|
|
26021
26804
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -26942,6 +27725,14 @@ $({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
|
|
|
26942
27725
|
});
|
|
26943
27726
|
|
|
26944
27727
|
|
|
27728
|
+
/***/ }),
|
|
27729
|
+
|
|
27730
|
+
/***/ 4116:
|
|
27731
|
+
/***/ (function(module) {
|
|
27732
|
+
|
|
27733
|
+
"use strict";
|
|
27734
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAMlJREFUWEftlMENwjAMRb9PrFEmgBWYqxcuiLFYASageyCRKlUqocpt/J1DOTjHyP5++bEt2PnIzvURAOFAOBAO/KcDp1t65w0pH1yeVxlatuX5nrr0xSNrvHo5LrVUBwpAB2BogfgpPmmZAZaJHgirxmoPWAW072FyN5uQEZpB2JzqFDCCTOwMXAXIgRZhS4z2XSaAGoS3+DTqzIxrhXAAypy7xpYC0JwoD3AVpx1Y6fR87V5YtAMKRNPKdgMwvbMVGwDhQDgQDoyvGK8h0ZAi2wAAAABJRU5ErkJggg==";
|
|
27735
|
+
|
|
26945
27736
|
/***/ }),
|
|
26946
27737
|
|
|
26947
27738
|
/***/ 4117:
|
|
@@ -27060,7 +27851,7 @@ var es_iterator_constructor = __webpack_require__(8111);
|
|
|
27060
27851
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.reduce.js
|
|
27061
27852
|
var es_iterator_reduce = __webpack_require__(8237);
|
|
27062
27853
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
27063
|
-
var baseComp = __webpack_require__(
|
|
27854
|
+
var baseComp = __webpack_require__(1941);
|
|
27064
27855
|
// EXTERNAL MODULE: ./package/patch.js
|
|
27065
27856
|
var patch = __webpack_require__(1618);
|
|
27066
27857
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=script&lang=js
|
|
@@ -27426,7 +28217,7 @@ module.exports = Error;
|
|
|
27426
28217
|
__webpack_require__.r(__webpack_exports__);
|
|
27427
28218
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
27428
28219
|
|
|
27429
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
28220
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 7063));
|
|
27430
28221
|
const langData = {
|
|
27431
28222
|
configList: [{
|
|
27432
28223
|
id: Math.random().toString(),
|
|
@@ -36115,7 +36906,7 @@ var render = function render() {
|
|
|
36115
36906
|
var staticRenderFns = [];
|
|
36116
36907
|
|
|
36117
36908
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
36118
|
-
var baseComp = __webpack_require__(
|
|
36909
|
+
var baseComp = __webpack_require__(1941);
|
|
36119
36910
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineFive/View.vue?vue&type=script&lang=js
|
|
36120
36911
|
|
|
36121
36912
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -36376,6 +37167,229 @@ module.exports =
|
|
|
36376
37167
|
(function () { return this; })() || Function('return this')();
|
|
36377
37168
|
|
|
36378
37169
|
|
|
37170
|
+
/***/ }),
|
|
37171
|
+
|
|
37172
|
+
/***/ 4602:
|
|
37173
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
37174
|
+
|
|
37175
|
+
"use strict";
|
|
37176
|
+
// ESM COMPAT FLAG
|
|
37177
|
+
__webpack_require__.r(__webpack_exports__);
|
|
37178
|
+
|
|
37179
|
+
// EXPORTS
|
|
37180
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
37181
|
+
"default": function() { return /* binding */ View; }
|
|
37182
|
+
});
|
|
37183
|
+
|
|
37184
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineThree/View.vue?vue&type=template&id=241e1e5b&scoped=true
|
|
37185
|
+
var render = function render() {
|
|
37186
|
+
var _vm = this,
|
|
37187
|
+
_c = _vm._self._c,
|
|
37188
|
+
_setup = _vm._self._setupProxy;
|
|
37189
|
+
return _c(_setup.BaseComp, _vm._b({
|
|
37190
|
+
attrs: {
|
|
37191
|
+
"data": _vm.data,
|
|
37192
|
+
"nowCompId": _vm.nowCompId,
|
|
37193
|
+
"isOpcacity": _vm.isOpcacity,
|
|
37194
|
+
"lang": _vm.lang
|
|
37195
|
+
},
|
|
37196
|
+
on: {
|
|
37197
|
+
"getConfigData": _vm.getConfigData
|
|
37198
|
+
}
|
|
37199
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
37200
|
+
staticClass: "cmhk-home_main"
|
|
37201
|
+
}, [_c('div', {
|
|
37202
|
+
staticClass: "corp-static_wrapper"
|
|
37203
|
+
}, [_c('div', {
|
|
37204
|
+
staticClass: "corp-static_scene_container"
|
|
37205
|
+
}, [_c('ul', {
|
|
37206
|
+
staticClass: "clearfix"
|
|
37207
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
37208
|
+
return _c('li', {
|
|
37209
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
37210
|
+
on: {
|
|
37211
|
+
"click": function ($event) {
|
|
37212
|
+
return _setup.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl, _vm.$router);
|
|
37213
|
+
}
|
|
37214
|
+
}
|
|
37215
|
+
}, [_c('div', {
|
|
37216
|
+
staticClass: "card-shadow"
|
|
37217
|
+
}, [_c('div', {
|
|
37218
|
+
staticClass: "image-desbox_wapper"
|
|
37219
|
+
}, [_c('img', {
|
|
37220
|
+
staticClass: "scene-image",
|
|
37221
|
+
attrs: {
|
|
37222
|
+
"src": _setup.isMobileHook ? item === null || item === void 0 ? void 0 : item.uploadImageH5 : item === null || item === void 0 ? void 0 : item.uploadImagePC,
|
|
37223
|
+
"alt": item === null || item === void 0 ? void 0 : item.imagePcATL
|
|
37224
|
+
}
|
|
37225
|
+
})]), _c('div', {
|
|
37226
|
+
staticClass: "corp-static_scene_content"
|
|
37227
|
+
}, [_c('p', {
|
|
37228
|
+
staticClass: "title"
|
|
37229
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
37230
|
+
staticClass: "des",
|
|
37231
|
+
class: _vm.panelFold ? 'des-more' : ''
|
|
37232
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]), _vm.$i18n.locale == 'zh-CN' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
37233
|
+
staticClass: "crad-more",
|
|
37234
|
+
on: {
|
|
37235
|
+
"click": function ($event) {
|
|
37236
|
+
$event.stopPropagation();
|
|
37237
|
+
_vm.panelFold = !_vm.panelFold;
|
|
37238
|
+
}
|
|
37239
|
+
}
|
|
37240
|
+
}, [_c('span', {
|
|
37241
|
+
directives: [{
|
|
37242
|
+
name: "show",
|
|
37243
|
+
rawName: "v-show",
|
|
37244
|
+
value: _vm.$i18n.locale == 'zh-CN',
|
|
37245
|
+
expression: "$i18n.locale == 'zh-CN'"
|
|
37246
|
+
}]
|
|
37247
|
+
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
37248
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
37249
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
37250
|
+
staticClass: "crad-more",
|
|
37251
|
+
on: {
|
|
37252
|
+
"click": function ($event) {
|
|
37253
|
+
$event.stopPropagation();
|
|
37254
|
+
_vm.panelFold = !_vm.panelFold;
|
|
37255
|
+
}
|
|
37256
|
+
}
|
|
37257
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展開")), _c('i', {
|
|
37258
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
37259
|
+
})])]) : _vm._e(), _vm.$i18n.locale == 'en-US' && (item === null || item === void 0 ? void 0 : item.input2.length) > 132 ? _c('div', {
|
|
37260
|
+
staticClass: "crad-more",
|
|
37261
|
+
on: {
|
|
37262
|
+
"click": function ($event) {
|
|
37263
|
+
$event.stopPropagation();
|
|
37264
|
+
_vm.panelFold = !_vm.panelFold;
|
|
37265
|
+
}
|
|
37266
|
+
}
|
|
37267
|
+
}, [_c('span', [_vm._v(_vm._s(_vm.panelFold ? "Collpase" : "Expand")), _c('i', {
|
|
37268
|
+
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
37269
|
+
})])]) : _vm._e()])])]);
|
|
37270
|
+
}), 0)])])])]);
|
|
37271
|
+
};
|
|
37272
|
+
var staticRenderFns = [];
|
|
37273
|
+
|
|
37274
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
37275
|
+
var baseComp = __webpack_require__(1941);
|
|
37276
|
+
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
37277
|
+
var jumpUrl = __webpack_require__(813);
|
|
37278
|
+
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
37279
|
+
var vue_runtime_esm = __webpack_require__(6848);
|
|
37280
|
+
;// ./src/utils/useMobileEffect.js
|
|
37281
|
+
|
|
37282
|
+
const isMobileHook = (0,vue_runtime_esm.ref)(false);
|
|
37283
|
+
const resize = () => {
|
|
37284
|
+
let bodyW = 0;
|
|
37285
|
+
if (document.body) {
|
|
37286
|
+
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
37287
|
+
}
|
|
37288
|
+
if (bodyW < 800) {
|
|
37289
|
+
isMobileHook.value = true;
|
|
37290
|
+
} else {
|
|
37291
|
+
isMobileHook.value = false;
|
|
37292
|
+
}
|
|
37293
|
+
};
|
|
37294
|
+
/* harmony default export */ function useMobileEffect() {
|
|
37295
|
+
(0,vue_runtime_esm.onMounted)(() => {
|
|
37296
|
+
resize();
|
|
37297
|
+
window.addEventListener('resize', resize);
|
|
37298
|
+
});
|
|
37299
|
+
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
37300
|
+
window.removeEventListener('resize', resize);
|
|
37301
|
+
});
|
|
37302
|
+
return {
|
|
37303
|
+
isMobileHook
|
|
37304
|
+
};
|
|
37305
|
+
}
|
|
37306
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
37307
|
+
|
|
37308
|
+
const __default__ = {
|
|
37309
|
+
name: "cms-lineThree",
|
|
37310
|
+
components: {
|
|
37311
|
+
BaseComp: baseComp["default"]
|
|
37312
|
+
},
|
|
37313
|
+
props: {
|
|
37314
|
+
data: {
|
|
37315
|
+
type: Object,
|
|
37316
|
+
default: () => {
|
|
37317
|
+
return {};
|
|
37318
|
+
}
|
|
37319
|
+
},
|
|
37320
|
+
nowCompId: {
|
|
37321
|
+
type: [String, Number],
|
|
37322
|
+
default: ""
|
|
37323
|
+
},
|
|
37324
|
+
isOpcacity: {
|
|
37325
|
+
type: Boolean,
|
|
37326
|
+
default: true
|
|
37327
|
+
},
|
|
37328
|
+
lang: {
|
|
37329
|
+
type: String,
|
|
37330
|
+
default: "zh-HK"
|
|
37331
|
+
}
|
|
37332
|
+
},
|
|
37333
|
+
data() {
|
|
37334
|
+
return {
|
|
37335
|
+
configList: [],
|
|
37336
|
+
panelFold: false
|
|
37337
|
+
};
|
|
37338
|
+
},
|
|
37339
|
+
mounted() {},
|
|
37340
|
+
watch: {},
|
|
37341
|
+
methods: {
|
|
37342
|
+
getConfigData(configData) {
|
|
37343
|
+
this.configList = configData.configList;
|
|
37344
|
+
}
|
|
37345
|
+
}
|
|
37346
|
+
};
|
|
37347
|
+
|
|
37348
|
+
|
|
37349
|
+
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
37350
|
+
setup(__props) {
|
|
37351
|
+
const {
|
|
37352
|
+
isMobileHook
|
|
37353
|
+
} = useMobileEffect();
|
|
37354
|
+
return {
|
|
37355
|
+
__sfc: true,
|
|
37356
|
+
isMobileHook,
|
|
37357
|
+
BaseComp: baseComp["default"],
|
|
37358
|
+
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
37359
|
+
};
|
|
37360
|
+
}
|
|
37361
|
+
}));
|
|
37362
|
+
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
37363
|
+
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
37364
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
37365
|
+
// extracted by mini-css-extract-plugin
|
|
37366
|
+
|
|
37367
|
+
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=241e1e5b&prod&lang=scss&scoped=true
|
|
37368
|
+
|
|
37369
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
37370
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
37371
|
+
;// ./package/cms-lineThree/View.vue
|
|
37372
|
+
|
|
37373
|
+
|
|
37374
|
+
|
|
37375
|
+
;
|
|
37376
|
+
|
|
37377
|
+
|
|
37378
|
+
/* normalize component */
|
|
37379
|
+
|
|
37380
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
37381
|
+
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
37382
|
+
render,
|
|
37383
|
+
staticRenderFns,
|
|
37384
|
+
false,
|
|
37385
|
+
null,
|
|
37386
|
+
"241e1e5b",
|
|
37387
|
+
null
|
|
37388
|
+
|
|
37389
|
+
)
|
|
37390
|
+
|
|
37391
|
+
/* harmony default export */ var View = (component.exports);
|
|
37392
|
+
|
|
36379
37393
|
/***/ }),
|
|
36380
37394
|
|
|
36381
37395
|
/***/ 4603:
|
|
@@ -36932,6 +37946,14 @@ function nonStandardBrowserEnv() {
|
|
|
36932
37946
|
|
|
36933
37947
|
/***/ }),
|
|
36934
37948
|
|
|
37949
|
+
/***/ 4860:
|
|
37950
|
+
/***/ (function(module) {
|
|
37951
|
+
|
|
37952
|
+
"use strict";
|
|
37953
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAYAAADzoH0MAAAAAXNSR0IArs4c6QAAAM1JREFUOE+d1NERwiAMBuA/GzhCN7OO4AR1BDewTqYb2A0iKPQAQxLsS+/a5ksoJIR0MfMRwBXAFh5diOie32l3KoAHgKn4ePYgJfAKFRyabCZSAjOAm1CuiuxADGTmYaQC/kF+gFFEBEaQLuBFVMCDmICJeI6rgmyuChIQe2VtEj5dQGq0NjhaJxNQg4lWaxulsr+ZiT4VaQfJDO4CVtnlj5SayZU5I207DwVXSxgpW1xCANqZWP3t3onVZuK+Vd6pHMfZkgbrOe+z1StvwY53mu9ZPkwAAAAASUVORK5CYII=";
|
|
37954
|
+
|
|
37955
|
+
/***/ }),
|
|
37956
|
+
|
|
36935
37957
|
/***/ 4887:
|
|
36936
37958
|
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
36937
37959
|
|
|
@@ -38313,19 +39335,20 @@ var map = {
|
|
|
38313
39335
|
"./cms-imgFour/View.vue": 8238,
|
|
38314
39336
|
"./cms-lineFive/View.vue": 4432,
|
|
38315
39337
|
"./cms-lineFour/View.vue": 9703,
|
|
38316
|
-
"./cms-lineThree/View.vue":
|
|
39338
|
+
"./cms-lineThree/View.vue": 4602,
|
|
38317
39339
|
"./cms-lineTwo/View.vue": 3249,
|
|
38318
|
-
"./cms-proCard/View.vue":
|
|
39340
|
+
"./cms-proCard/View.vue": 7063,
|
|
38319
39341
|
"./cms-prodCustomization/View.vue": 6786,
|
|
38320
39342
|
"./cms-productDetails/View.vue": 7984,
|
|
38321
39343
|
"./cms-question/View.vue": 9764,
|
|
38322
39344
|
"./cms-richText/View.vue": 3411,
|
|
38323
39345
|
"./cms-servePlan-tab/View.vue": 4193,
|
|
38324
39346
|
"./cms-servePlan-text/View.vue": 9487,
|
|
39347
|
+
"./cms-stored-value-card/View.vue": 9673,
|
|
38325
39348
|
"./cms-termsAndConditions/View.vue": 8073,
|
|
38326
39349
|
"./cms-text/View.vue": 1452,
|
|
38327
39350
|
"./cms-threeScroll/View.vue": 8045,
|
|
38328
|
-
"./cms-titleCenter/View.vue":
|
|
39351
|
+
"./cms-titleCenter/View.vue": 1429,
|
|
38329
39352
|
"./cms-titleLeft/View.vue": 9004,
|
|
38330
39353
|
"./cms-via-storedValueCard/View.vue": 7243,
|
|
38331
39354
|
"./cms-video-group/View.vue": 8216,
|
|
@@ -38366,272 +39389,6 @@ module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
|
|
|
38366
39389
|
|
|
38367
39390
|
/***/ }),
|
|
38368
39391
|
|
|
38369
|
-
/***/ 5298:
|
|
38370
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38371
|
-
|
|
38372
|
-
"use strict";
|
|
38373
|
-
// ESM COMPAT FLAG
|
|
38374
|
-
__webpack_require__.r(__webpack_exports__);
|
|
38375
|
-
|
|
38376
|
-
// EXPORTS
|
|
38377
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
38378
|
-
"default": function() { return /* binding */ baseComp; }
|
|
38379
|
-
});
|
|
38380
|
-
|
|
38381
|
-
;// ./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/baseComp.vue?vue&type=template&id=e19eaa9e&scoped=true
|
|
38382
|
-
var render = function render() {
|
|
38383
|
-
var _vm = this,
|
|
38384
|
-
_c = _vm._self._c;
|
|
38385
|
-
return _vm.$EventBus && _vm.isOpcacity ? _c('div', {
|
|
38386
|
-
key: _vm.data.componentId,
|
|
38387
|
-
class: [_vm.nowCompId !== '' && _vm.nowCompId == _vm.data.componentId ? 'highLight' : ''],
|
|
38388
|
-
style: _vm.showStyleConfig,
|
|
38389
|
-
attrs: {
|
|
38390
|
-
"component-key": _vm.data.cmsCompName
|
|
38391
|
-
},
|
|
38392
|
-
on: {
|
|
38393
|
-
"click": function ($event) {
|
|
38394
|
-
$event.stopPropagation();
|
|
38395
|
-
return _vm.handleNowComp.apply(null, arguments);
|
|
38396
|
-
}
|
|
38397
|
-
}
|
|
38398
|
-
}, [_c('div', {
|
|
38399
|
-
staticClass: "mask-wrap"
|
|
38400
|
-
}, [_vm._t("default", null, {
|
|
38401
|
-
"isMobile": _vm.isMobile
|
|
38402
|
-
}), _vm.isMask ? _c('div', {
|
|
38403
|
-
staticClass: "mask",
|
|
38404
|
-
on: {
|
|
38405
|
-
"click": _vm.handleNowComp
|
|
38406
|
-
}
|
|
38407
|
-
}) : _vm._e()], 2), _vm.nowCompId !== '' && _vm.nowCompId == _vm.data.componentId ? _c('div', {
|
|
38408
|
-
staticClass: "com-delete"
|
|
38409
|
-
}, [_vm.showDel ? _c('i', {
|
|
38410
|
-
staticClass: "el-icon-delete",
|
|
38411
|
-
on: {
|
|
38412
|
-
"click": function ($event) {
|
|
38413
|
-
$event.stopPropagation();
|
|
38414
|
-
return _vm.delComp.apply(null, arguments);
|
|
38415
|
-
}
|
|
38416
|
-
}
|
|
38417
|
-
}) : _vm._e(), _c('i', {
|
|
38418
|
-
staticClass: "el-icon-top",
|
|
38419
|
-
on: {
|
|
38420
|
-
"click": function ($event) {
|
|
38421
|
-
$event.stopPropagation();
|
|
38422
|
-
return _vm.selectParentDom.apply(null, arguments);
|
|
38423
|
-
}
|
|
38424
|
-
}
|
|
38425
|
-
})]) : _vm._e()]) : _vm.showSlot ? _c('div', {
|
|
38426
|
-
key: _vm.data.componentId,
|
|
38427
|
-
ref: "targetElement",
|
|
38428
|
-
style: _vm.showStyleConfig
|
|
38429
|
-
}, [_vm._t("default")], 2) : _vm._e();
|
|
38430
|
-
};
|
|
38431
|
-
var staticRenderFns = [];
|
|
38432
|
-
|
|
38433
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
38434
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
38435
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.reduce.js
|
|
38436
|
-
var es_iterator_reduce = __webpack_require__(8237);
|
|
38437
|
-
// EXTERNAL MODULE: ./package/patch.js
|
|
38438
|
-
var patch = __webpack_require__(1618);
|
|
38439
|
-
// EXTERNAL MODULE: ./node_modules/dayjs/dayjs.min.js
|
|
38440
|
-
var dayjs_min = __webpack_require__(1576);
|
|
38441
|
-
var dayjs_min_default = /*#__PURE__*/__webpack_require__.n(dayjs_min);
|
|
38442
|
-
;// ./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/baseComp.vue?vue&type=script&lang=js
|
|
38443
|
-
|
|
38444
|
-
|
|
38445
|
-
|
|
38446
|
-
|
|
38447
|
-
// 待办:判断移动pc端填充不同的样式
|
|
38448
|
-
|
|
38449
|
-
|
|
38450
|
-
/* harmony default export */ var baseCompvue_type_script_lang_js = ({
|
|
38451
|
-
name: "baseComp",
|
|
38452
|
-
props: {
|
|
38453
|
-
data: {
|
|
38454
|
-
type: Object,
|
|
38455
|
-
default: () => {
|
|
38456
|
-
return {};
|
|
38457
|
-
}
|
|
38458
|
-
},
|
|
38459
|
-
nowCompId: {
|
|
38460
|
-
type: [String, Number],
|
|
38461
|
-
default: ""
|
|
38462
|
-
},
|
|
38463
|
-
isOpcacity: {
|
|
38464
|
-
type: Boolean,
|
|
38465
|
-
default: true
|
|
38466
|
-
},
|
|
38467
|
-
isMask: {
|
|
38468
|
-
type: Boolean,
|
|
38469
|
-
default: true
|
|
38470
|
-
},
|
|
38471
|
-
lang: {
|
|
38472
|
-
type: String,
|
|
38473
|
-
default: "zh-HK"
|
|
38474
|
-
},
|
|
38475
|
-
timeline: {
|
|
38476
|
-
type: String,
|
|
38477
|
-
default: ""
|
|
38478
|
-
},
|
|
38479
|
-
cmhkChannel: {
|
|
38480
|
-
type: String,
|
|
38481
|
-
default: "WWW"
|
|
38482
|
-
},
|
|
38483
|
-
showDel: {
|
|
38484
|
-
type: Boolean,
|
|
38485
|
-
default: true
|
|
38486
|
-
}
|
|
38487
|
-
},
|
|
38488
|
-
data() {
|
|
38489
|
-
return {
|
|
38490
|
-
styleConfig_mb: {},
|
|
38491
|
-
styleConfig_pc: {},
|
|
38492
|
-
configData: {},
|
|
38493
|
-
elementWidth: 0,
|
|
38494
|
-
resizeObserver: null
|
|
38495
|
-
};
|
|
38496
|
-
},
|
|
38497
|
-
watch: {
|
|
38498
|
-
data: {
|
|
38499
|
-
handler(val) {
|
|
38500
|
-
this.getStyleConfig(val, "pc");
|
|
38501
|
-
this.getStyleConfig(val, "mb");
|
|
38502
|
-
this.getValue(this.lang);
|
|
38503
|
-
},
|
|
38504
|
-
deep: true,
|
|
38505
|
-
immediate: true
|
|
38506
|
-
},
|
|
38507
|
-
lang: {
|
|
38508
|
-
handler(val) {
|
|
38509
|
-
this.getValue(val);
|
|
38510
|
-
},
|
|
38511
|
-
deep: true,
|
|
38512
|
-
immediate: true
|
|
38513
|
-
}
|
|
38514
|
-
},
|
|
38515
|
-
mounted() {
|
|
38516
|
-
if (this.$EventBus && this.isOpcacity) {
|
|
38517
|
-
this.elementWidth = 800;
|
|
38518
|
-
this.$EventBus.$on("handleDeviceChange", isMobile => {
|
|
38519
|
-
this.elementWidth = isMobile ? 700 : 800;
|
|
38520
|
-
});
|
|
38521
|
-
} else if (this.showSlot) {
|
|
38522
|
-
this.resizeObserver = new ResizeObserver(entries => {
|
|
38523
|
-
for (let entry of entries) {
|
|
38524
|
-
this.elementWidth = entry.contentRect.width;
|
|
38525
|
-
// 可以在这里触发自定义逻辑
|
|
38526
|
-
// this.onWidthChange(this.elementWidth);
|
|
38527
|
-
}
|
|
38528
|
-
});
|
|
38529
|
-
const element = document.getElementById("app") || document.getElementById("__nuxt");
|
|
38530
|
-
this.resizeObserver.observe(element);
|
|
38531
|
-
}
|
|
38532
|
-
},
|
|
38533
|
-
beforeDestroy() {
|
|
38534
|
-
// 组件销毁时停止观察
|
|
38535
|
-
if (this.resizeObserver) {
|
|
38536
|
-
this.resizeObserver.disconnect();
|
|
38537
|
-
}
|
|
38538
|
-
},
|
|
38539
|
-
methods: {
|
|
38540
|
-
selectParentDom() {
|
|
38541
|
-
if (!this.isOpcacity) return;
|
|
38542
|
-
this.$EventBus.$emit("handleParentComp", this.data);
|
|
38543
|
-
},
|
|
38544
|
-
onWidthChange(newWidth) {
|
|
38545
|
-
console.log("新宽度:", newWidth, this.isMobile);
|
|
38546
|
-
},
|
|
38547
|
-
getValue(cur_lang) {
|
|
38548
|
-
var _this$data, _this$data$settings;
|
|
38549
|
-
const obj = {
|
|
38550
|
-
"zh-CN": "lang_sc",
|
|
38551
|
-
"zh-HK": "lang_tc",
|
|
38552
|
-
"en-US": "lang_en"
|
|
38553
|
-
};
|
|
38554
|
-
if ((_this$data = this.data) !== null && _this$data !== void 0 && (_this$data$settings = _this$data.settings) !== null && _this$data$settings !== void 0 && _this$data$settings.settings) {
|
|
38555
|
-
const baseInfo = (0,patch.transfor)(this.data);
|
|
38556
|
-
this.configData = baseInfo.contentConfig.lang_all ? baseInfo.contentConfig.lang_all : baseInfo.contentConfig[`${obj[cur_lang]}`];
|
|
38557
|
-
} else {
|
|
38558
|
-
this.configData = this.data.contentConfig.lang_all ? this.data.contentConfig.lang_all : this.data.contentConfig[`${obj[cur_lang]}`];
|
|
38559
|
-
}
|
|
38560
|
-
this.$emit("getConfigData", this.configData);
|
|
38561
|
-
},
|
|
38562
|
-
getStyleConfig(data, type) {
|
|
38563
|
-
this[`styleConfig_${type}`] = data.styleConfig[type].reduce((pre, cur) => {
|
|
38564
|
-
pre[cur.key] = cur.value + cur.unit;
|
|
38565
|
-
return pre;
|
|
38566
|
-
}, {});
|
|
38567
|
-
},
|
|
38568
|
-
handleNowComp() {
|
|
38569
|
-
if (!this.isOpcacity) return;
|
|
38570
|
-
this.$EventBus.$emit("handleNowComp", this.data);
|
|
38571
|
-
},
|
|
38572
|
-
delComp() {
|
|
38573
|
-
this.$EventBus.$emit("handleDeleteComp", this.data.componentId);
|
|
38574
|
-
}
|
|
38575
|
-
},
|
|
38576
|
-
computed: {
|
|
38577
|
-
showStyleConfig() {
|
|
38578
|
-
if (!this.elementWidth) return {};
|
|
38579
|
-
return this.isMobile ? this.styleConfig_mb : this.styleConfig_pc;
|
|
38580
|
-
},
|
|
38581
|
-
isMobile() {
|
|
38582
|
-
return this.elementWidth < 760;
|
|
38583
|
-
},
|
|
38584
|
-
showSlot() {
|
|
38585
|
-
if (this.$EventBus && this.isOpcacity) return false;
|
|
38586
|
-
const {
|
|
38587
|
-
cmhkChannelConfList = [],
|
|
38588
|
-
startTime = "",
|
|
38589
|
-
endTime = ""
|
|
38590
|
-
} = this.data.baseConfig;
|
|
38591
|
-
console.log("this.cmhkChannel", this.cmhkChannel, this.data.baseConfig);
|
|
38592
|
-
const channelVisable = cmhkChannelConfList.includes("ALL") || cmhkChannelConfList.includes(this.cmhkChannel);
|
|
38593
|
-
if (!channelVisable) return false;
|
|
38594
|
-
if (!startTime && !endTime) return true;
|
|
38595
|
-
const currentTime = this.timeline ? dayjs_min_default()(this.timeline) : dayjs_min_default()();
|
|
38596
|
-
const isStart = startTime ? dayjs_min_default()(currentTime).isAfter(dayjs_min_default()(startTime)) || dayjs_min_default()(currentTime).isSame(dayjs_min_default()(startTime)) : true;
|
|
38597
|
-
const isEnd = endTime ? dayjs_min_default()(currentTime).isBefore(dayjs_min_default()(endTime)) || dayjs_min_default()(currentTime).isSame(dayjs_min_default()(endTime)) : true;
|
|
38598
|
-
return isStart && isEnd;
|
|
38599
|
-
}
|
|
38600
|
-
}
|
|
38601
|
-
});
|
|
38602
|
-
;// ./package/baseComp.vue?vue&type=script&lang=js
|
|
38603
|
-
/* harmony default export */ var package_baseCompvue_type_script_lang_js = (baseCompvue_type_script_lang_js);
|
|
38604
|
-
;// ./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/baseComp.vue?vue&type=style&index=0&id=e19eaa9e&prod&lang=scss&scoped=true
|
|
38605
|
-
// extracted by mini-css-extract-plugin
|
|
38606
|
-
|
|
38607
|
-
;// ./package/baseComp.vue?vue&type=style&index=0&id=e19eaa9e&prod&lang=scss&scoped=true
|
|
38608
|
-
|
|
38609
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
38610
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
38611
|
-
;// ./package/baseComp.vue
|
|
38612
|
-
|
|
38613
|
-
|
|
38614
|
-
|
|
38615
|
-
;
|
|
38616
|
-
|
|
38617
|
-
|
|
38618
|
-
/* normalize component */
|
|
38619
|
-
|
|
38620
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
38621
|
-
package_baseCompvue_type_script_lang_js,
|
|
38622
|
-
render,
|
|
38623
|
-
staticRenderFns,
|
|
38624
|
-
false,
|
|
38625
|
-
null,
|
|
38626
|
-
"e19eaa9e",
|
|
38627
|
-
null
|
|
38628
|
-
|
|
38629
|
-
)
|
|
38630
|
-
|
|
38631
|
-
/* harmony default export */ var baseComp = (component.exports);
|
|
38632
|
-
|
|
38633
|
-
/***/ }),
|
|
38634
|
-
|
|
38635
39392
|
/***/ 5302:
|
|
38636
39393
|
/***/ (function(module) {
|
|
38637
39394
|
|
|
@@ -38720,7 +39477,7 @@ var es_iterator_constructor = __webpack_require__(8111);
|
|
|
38720
39477
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
38721
39478
|
var es_iterator_for_each = __webpack_require__(7588);
|
|
38722
39479
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
38723
|
-
var baseComp = __webpack_require__(
|
|
39480
|
+
var baseComp = __webpack_require__(1941);
|
|
38724
39481
|
;// ./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-image/View.vue?vue&type=script&lang=js
|
|
38725
39482
|
|
|
38726
39483
|
|
|
@@ -38979,6 +39736,14 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
38979
39736
|
|
|
38980
39737
|
/***/ }),
|
|
38981
39738
|
|
|
39739
|
+
/***/ 5335:
|
|
39740
|
+
/***/ (function(module) {
|
|
39741
|
+
|
|
39742
|
+
"use strict";
|
|
39743
|
+
module.exports = "data:image/png;base64,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";
|
|
39744
|
+
|
|
39745
|
+
/***/ }),
|
|
39746
|
+
|
|
38982
39747
|
/***/ 5340:
|
|
38983
39748
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
38984
39749
|
|
|
@@ -39298,7 +40063,7 @@ var swiper = __webpack_require__(2791);
|
|
|
39298
40063
|
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
39299
40064
|
var swiper_esm_bundle = __webpack_require__(4418);
|
|
39300
40065
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
39301
|
-
var baseComp = __webpack_require__(
|
|
40066
|
+
var baseComp = __webpack_require__(1941);
|
|
39302
40067
|
;// ./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-aLineThreeLeftTwo/View.vue?vue&type=script&lang=js
|
|
39303
40068
|
|
|
39304
40069
|
|
|
@@ -39613,7 +40378,7 @@ var render = function render() {
|
|
|
39613
40378
|
var staticRenderFns = [];
|
|
39614
40379
|
|
|
39615
40380
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
39616
|
-
var baseComp = __webpack_require__(
|
|
40381
|
+
var baseComp = __webpack_require__(1941);
|
|
39617
40382
|
;// ./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-cells/View.vue?vue&type=script&lang=js
|
|
39618
40383
|
|
|
39619
40384
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -40339,7 +41104,136 @@ module.exports = function (options, source) {
|
|
|
40339
41104
|
|
|
40340
41105
|
/***/ }),
|
|
40341
41106
|
|
|
40342
|
-
/***/
|
|
41107
|
+
/***/ 6573:
|
|
41108
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
41109
|
+
|
|
41110
|
+
"use strict";
|
|
41111
|
+
|
|
41112
|
+
var DESCRIPTORS = __webpack_require__(3724);
|
|
41113
|
+
var defineBuiltInAccessor = __webpack_require__(2106);
|
|
41114
|
+
var isDetached = __webpack_require__(3238);
|
|
41115
|
+
|
|
41116
|
+
var ArrayBufferPrototype = ArrayBuffer.prototype;
|
|
41117
|
+
|
|
41118
|
+
// `ArrayBuffer.prototype.detached` getter
|
|
41119
|
+
// https://tc39.es/ecma262/#sec-get-arraybuffer.prototype.detached
|
|
41120
|
+
if (DESCRIPTORS && !('detached' in ArrayBufferPrototype)) {
|
|
41121
|
+
defineBuiltInAccessor(ArrayBufferPrototype, 'detached', {
|
|
41122
|
+
configurable: true,
|
|
41123
|
+
get: function detached() {
|
|
41124
|
+
return isDetached(this);
|
|
41125
|
+
}
|
|
41126
|
+
});
|
|
41127
|
+
}
|
|
41128
|
+
|
|
41129
|
+
|
|
41130
|
+
/***/ }),
|
|
41131
|
+
|
|
41132
|
+
/***/ 6699:
|
|
41133
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
41134
|
+
|
|
41135
|
+
"use strict";
|
|
41136
|
+
|
|
41137
|
+
var DESCRIPTORS = __webpack_require__(3724);
|
|
41138
|
+
var definePropertyModule = __webpack_require__(4913);
|
|
41139
|
+
var createPropertyDescriptor = __webpack_require__(6980);
|
|
41140
|
+
|
|
41141
|
+
module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
41142
|
+
return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
|
|
41143
|
+
} : function (object, key, value) {
|
|
41144
|
+
object[key] = value;
|
|
41145
|
+
return object;
|
|
41146
|
+
};
|
|
41147
|
+
|
|
41148
|
+
|
|
41149
|
+
/***/ }),
|
|
41150
|
+
|
|
41151
|
+
/***/ 6706:
|
|
41152
|
+
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
41153
|
+
|
|
41154
|
+
"use strict";
|
|
41155
|
+
|
|
41156
|
+
var uncurryThis = __webpack_require__(9504);
|
|
41157
|
+
var aCallable = __webpack_require__(9306);
|
|
41158
|
+
|
|
41159
|
+
module.exports = function (object, key, method) {
|
|
41160
|
+
try {
|
|
41161
|
+
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
41162
|
+
return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object, key)[method]));
|
|
41163
|
+
} catch (error) { /* empty */ }
|
|
41164
|
+
};
|
|
41165
|
+
|
|
41166
|
+
|
|
41167
|
+
/***/ }),
|
|
41168
|
+
|
|
41169
|
+
/***/ 6763:
|
|
41170
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
41171
|
+
|
|
41172
|
+
"use strict";
|
|
41173
|
+
__webpack_require__.r(__webpack_exports__);
|
|
41174
|
+
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
41175
|
+
|
|
41176
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4432));
|
|
41177
|
+
const langData = {
|
|
41178
|
+
configList: [{
|
|
41179
|
+
id: Math.random().toString(),
|
|
41180
|
+
uploadImageH5: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315173315_TRwiweWv_128x128.png",
|
|
41181
|
+
imageH5ATL: "",
|
|
41182
|
+
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315173315_TRwiweWv_128x128.png",
|
|
41183
|
+
imagePcATL: "",
|
|
41184
|
+
input1: "",
|
|
41185
|
+
input2: "",
|
|
41186
|
+
jumpUrl: "https://cdn.mylinkapp.hk/via/eshop/free-receive-card-fe/index.html?lang=tc#/webHome"
|
|
41187
|
+
}]
|
|
41188
|
+
};
|
|
41189
|
+
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
41190
|
+
configList: {
|
|
41191
|
+
label: "图片配置",
|
|
41192
|
+
value: [{
|
|
41193
|
+
id: {
|
|
41194
|
+
label: ""
|
|
41195
|
+
},
|
|
41196
|
+
uploadImagePC: {
|
|
41197
|
+
label: "上传PC图片"
|
|
41198
|
+
},
|
|
41199
|
+
imagePcATL: {
|
|
41200
|
+
label: "PC alt属性"
|
|
41201
|
+
},
|
|
41202
|
+
uploadImageH5: {
|
|
41203
|
+
label: "上传H5图片"
|
|
41204
|
+
},
|
|
41205
|
+
imageH5ATL: {
|
|
41206
|
+
label: "H5 alt属性"
|
|
41207
|
+
},
|
|
41208
|
+
input1: {
|
|
41209
|
+
label: "显示内容1"
|
|
41210
|
+
},
|
|
41211
|
+
input2: {
|
|
41212
|
+
label: "显示内容2"
|
|
41213
|
+
},
|
|
41214
|
+
jumpUrl: {
|
|
41215
|
+
label: "跳转链接"
|
|
41216
|
+
}
|
|
41217
|
+
}]
|
|
41218
|
+
}
|
|
41219
|
+
});
|
|
41220
|
+
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
41221
|
+
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
41222
|
+
View,
|
|
41223
|
+
validateSchema,
|
|
41224
|
+
configDataType,
|
|
41225
|
+
langData,
|
|
41226
|
+
settings: cmsCompName => {
|
|
41227
|
+
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
41228
|
+
cmsCompName,
|
|
41229
|
+
langData
|
|
41230
|
+
});
|
|
41231
|
+
}
|
|
41232
|
+
});
|
|
41233
|
+
|
|
41234
|
+
/***/ }),
|
|
41235
|
+
|
|
41236
|
+
/***/ 6786:
|
|
40343
41237
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40344
41238
|
|
|
40345
41239
|
"use strict";
|
|
@@ -40351,12 +41245,11 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
40351
41245
|
"default": function() { return /* binding */ View; }
|
|
40352
41246
|
});
|
|
40353
41247
|
|
|
40354
|
-
;// ./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-
|
|
41248
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=template&id=61a0a18c&scoped=true
|
|
40355
41249
|
var render = function render() {
|
|
40356
41250
|
var _vm = this,
|
|
40357
|
-
_c = _vm._self._c
|
|
40358
|
-
|
|
40359
|
-
return _c(_setup.BaseComp, _vm._b({
|
|
41251
|
+
_c = _vm._self._c;
|
|
41252
|
+
return _c('BaseComp', _vm._b({
|
|
40360
41253
|
attrs: {
|
|
40361
41254
|
"data": _vm.data,
|
|
40362
41255
|
"nowCompId": _vm.nowCompId,
|
|
@@ -40366,440 +41259,89 @@ var render = function render() {
|
|
|
40366
41259
|
on: {
|
|
40367
41260
|
"getConfigData": _vm.getConfigData
|
|
40368
41261
|
}
|
|
40369
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('
|
|
41262
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
40370
41263
|
staticClass: "cmhk-home_main"
|
|
41264
|
+
}, [_c('section', {
|
|
41265
|
+
ref: "servicePlan"
|
|
40371
41266
|
}, [_c('div', {
|
|
40372
|
-
|
|
40373
|
-
|
|
40374
|
-
|
|
40375
|
-
|
|
40376
|
-
|
|
40377
|
-
|
|
40378
|
-
|
|
40379
|
-
|
|
41267
|
+
ref: "box_swiper",
|
|
41268
|
+
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
41269
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
41270
|
+
return _c('div', {
|
|
41271
|
+
key: inx,
|
|
41272
|
+
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
41273
|
+
attrs: {
|
|
41274
|
+
"data-wow-delay": "200",
|
|
41275
|
+
"data-wow-iteration": "1"
|
|
41276
|
+
}
|
|
41277
|
+
}, [_c('div', {
|
|
41278
|
+
staticClass: "kf-sprbox kf-blur",
|
|
40380
41279
|
on: {
|
|
40381
41280
|
"click": function ($event) {
|
|
40382
|
-
return
|
|
41281
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
40383
41282
|
}
|
|
40384
41283
|
}
|
|
40385
|
-
}, [_c('div', {
|
|
40386
|
-
staticClass: "card-shadow"
|
|
40387
|
-
}, [_c('div', {
|
|
40388
|
-
staticClass: "image-desbox_wapper"
|
|
40389
41284
|
}, [_c('img', {
|
|
40390
|
-
staticClass: "
|
|
41285
|
+
staticClass: "col331-image",
|
|
40391
41286
|
attrs: {
|
|
40392
|
-
"src":
|
|
40393
|
-
"alt": item
|
|
40394
|
-
}
|
|
40395
|
-
})]), _c('div', {
|
|
40396
|
-
staticClass: "corp-static_scene_content"
|
|
40397
|
-
}, [_c('p', {
|
|
40398
|
-
staticClass: "title"
|
|
40399
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('p', {
|
|
40400
|
-
staticClass: "des",
|
|
40401
|
-
class: _vm.panelFold ? 'des-more' : ''
|
|
40402
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input2) + " ")]), _vm.$i18n.locale == 'zh-CN' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
40403
|
-
staticClass: "crad-more",
|
|
40404
|
-
on: {
|
|
40405
|
-
"click": function ($event) {
|
|
40406
|
-
$event.stopPropagation();
|
|
40407
|
-
_vm.panelFold = !_vm.panelFold;
|
|
40408
|
-
}
|
|
41287
|
+
"src": item.uploadImagePC,
|
|
41288
|
+
"alt": item.imagePcATL
|
|
40409
41289
|
}
|
|
41290
|
+
}), item.input1 ? _c('div', {
|
|
41291
|
+
staticClass: "swiper-btn"
|
|
40410
41292
|
}, [_c('span', {
|
|
40411
|
-
|
|
40412
|
-
|
|
40413
|
-
|
|
40414
|
-
|
|
40415
|
-
|
|
40416
|
-
}]
|
|
40417
|
-
}, [_vm._v(_vm._s(_vm.panelFold ? "收起" : "展开")), _c('i', {
|
|
40418
|
-
class: _vm.panelFold ? 'el-icon-arrow-up' : 'el-icon-arrow-down'
|
|
40419
|
-
})])]) : _vm._e(), _vm.$i18n.locale == 'zh-HK' && (item === null || item === void 0 ? void 0 : item.input2.length) > 66 ? _c('div', {
|
|
40420
|
-
staticClass: "crad-more",
|
|
40421
|
-
on: {
|
|
40422
|
-
"click": function ($event) {
|
|
40423
|
-
$event.stopPropagation();
|
|
40424
|
-
_vm.panelFold = !_vm.panelFold;
|
|
40425
|
-
}
|
|
41293
|
+
staticClass: "vm"
|
|
41294
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
41295
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
41296
|
+
attrs: {
|
|
41297
|
+
"src": __webpack_require__(1061)
|
|
40426
41298
|
}
|
|
40427
|
-
}
|
|
40428
|
-
|
|
40429
|
-
|
|
40430
|
-
|
|
41299
|
+
})]) : _vm._e()])]);
|
|
41300
|
+
}), 0), _c('div', {
|
|
41301
|
+
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
41302
|
+
}, _vm._l(_vm.configList, function (item, inx) {
|
|
41303
|
+
return _c('div', {
|
|
41304
|
+
key: inx,
|
|
41305
|
+
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
41306
|
+
attrs: {
|
|
41307
|
+
"data-wow-delay": "200",
|
|
41308
|
+
"data-wow-iteration": "1"
|
|
41309
|
+
}
|
|
41310
|
+
}, [_c('div', {
|
|
41311
|
+
staticClass: "kf-box",
|
|
40431
41312
|
on: {
|
|
40432
41313
|
"click": function ($event) {
|
|
40433
|
-
|
|
40434
|
-
_vm.panelFold = !_vm.panelFold;
|
|
41314
|
+
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
40435
41315
|
}
|
|
40436
41316
|
}
|
|
40437
|
-
}, [_c('
|
|
40438
|
-
|
|
40439
|
-
|
|
40440
|
-
|
|
41317
|
+
}, [_c('img', {
|
|
41318
|
+
staticClass: "col331-image",
|
|
41319
|
+
attrs: {
|
|
41320
|
+
"src": item.uploadImageH5,
|
|
41321
|
+
"alt": item.imageH5ATL
|
|
41322
|
+
}
|
|
41323
|
+
}), item.input1 ? _c('div', {
|
|
41324
|
+
staticClass: "swiper-btn"
|
|
41325
|
+
}, [_c('span', {
|
|
41326
|
+
staticClass: "vm"
|
|
41327
|
+
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
41328
|
+
staticClass: "icon_rarrow kf-goto vm",
|
|
41329
|
+
attrs: {
|
|
41330
|
+
"src": __webpack_require__(1061)
|
|
41331
|
+
}
|
|
41332
|
+
})]) : _vm._e()])]);
|
|
41333
|
+
}), 0)])])]);
|
|
40441
41334
|
};
|
|
40442
41335
|
var staticRenderFns = [];
|
|
40443
41336
|
|
|
40444
|
-
|
|
40445
|
-
var baseComp = __webpack_require__(5298);
|
|
40446
|
-
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
40447
|
-
var jumpUrl = __webpack_require__(813);
|
|
40448
|
-
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
40449
|
-
var vue_runtime_esm = __webpack_require__(6848);
|
|
40450
|
-
;// ./src/utils/useMobileEffect.js
|
|
41337
|
+
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=61a0a18c&scoped=true
|
|
40451
41338
|
|
|
40452
|
-
|
|
40453
|
-
|
|
40454
|
-
|
|
40455
|
-
if (document.body) {
|
|
40456
|
-
bodyW = document.body.scrollWidth || document.body.clientWidth;
|
|
40457
|
-
}
|
|
40458
|
-
if (bodyW < 800) {
|
|
40459
|
-
isMobileHook.value = true;
|
|
40460
|
-
} else {
|
|
40461
|
-
isMobileHook.value = false;
|
|
40462
|
-
}
|
|
40463
|
-
};
|
|
40464
|
-
/* harmony default export */ function useMobileEffect() {
|
|
40465
|
-
(0,vue_runtime_esm.onMounted)(() => {
|
|
40466
|
-
resize();
|
|
40467
|
-
window.addEventListener('resize', resize);
|
|
40468
|
-
});
|
|
40469
|
-
(0,vue_runtime_esm.onUnmounted)(() => {
|
|
40470
|
-
window.removeEventListener('resize', resize);
|
|
40471
|
-
});
|
|
40472
|
-
return {
|
|
40473
|
-
isMobileHook
|
|
40474
|
-
};
|
|
40475
|
-
}
|
|
40476
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
41339
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
41340
|
+
var baseComp = __webpack_require__(1941);
|
|
41341
|
+
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
40477
41342
|
|
|
40478
|
-
|
|
40479
|
-
name: "cms-
|
|
40480
|
-
components: {
|
|
40481
|
-
BaseComp: baseComp["default"]
|
|
40482
|
-
},
|
|
40483
|
-
props: {
|
|
40484
|
-
data: {
|
|
40485
|
-
type: Object,
|
|
40486
|
-
default: () => {
|
|
40487
|
-
return {};
|
|
40488
|
-
}
|
|
40489
|
-
},
|
|
40490
|
-
nowCompId: {
|
|
40491
|
-
type: [String, Number],
|
|
40492
|
-
default: ""
|
|
40493
|
-
},
|
|
40494
|
-
isOpcacity: {
|
|
40495
|
-
type: Boolean,
|
|
40496
|
-
default: true
|
|
40497
|
-
},
|
|
40498
|
-
lang: {
|
|
40499
|
-
type: String,
|
|
40500
|
-
default: "zh-HK"
|
|
40501
|
-
}
|
|
40502
|
-
},
|
|
40503
|
-
data() {
|
|
40504
|
-
return {
|
|
40505
|
-
configList: [],
|
|
40506
|
-
panelFold: false
|
|
40507
|
-
};
|
|
40508
|
-
},
|
|
40509
|
-
mounted() {},
|
|
40510
|
-
watch: {},
|
|
40511
|
-
methods: {
|
|
40512
|
-
getConfigData(configData) {
|
|
40513
|
-
this.configList = configData.configList;
|
|
40514
|
-
}
|
|
40515
|
-
}
|
|
40516
|
-
};
|
|
40517
|
-
|
|
40518
|
-
|
|
40519
|
-
/* harmony default export */ var Viewvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
40520
|
-
setup(__props) {
|
|
40521
|
-
const {
|
|
40522
|
-
isMobileHook
|
|
40523
|
-
} = useMobileEffect();
|
|
40524
|
-
return {
|
|
40525
|
-
__sfc: true,
|
|
40526
|
-
isMobileHook,
|
|
40527
|
-
BaseComp: baseComp["default"],
|
|
40528
|
-
decodeJumpUrl: jumpUrl/* decodeJumpUrl */.u
|
|
40529
|
-
};
|
|
40530
|
-
}
|
|
40531
|
-
}));
|
|
40532
|
-
;// ./package/cms-lineThree/View.vue?vue&type=script&setup=true&lang=js
|
|
40533
|
-
/* harmony default export */ var cms_lineThree_Viewvue_type_script_setup_true_lang_js = (Viewvue_type_script_setup_true_lang_js);
|
|
40534
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-lineThree/View.vue?vue&type=style&index=0&id=53c1f504&prod&lang=scss&scoped=true
|
|
40535
|
-
// extracted by mini-css-extract-plugin
|
|
40536
|
-
|
|
40537
|
-
;// ./package/cms-lineThree/View.vue?vue&type=style&index=0&id=53c1f504&prod&lang=scss&scoped=true
|
|
40538
|
-
|
|
40539
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
40540
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
40541
|
-
;// ./package/cms-lineThree/View.vue
|
|
40542
|
-
|
|
40543
|
-
|
|
40544
|
-
|
|
40545
|
-
;
|
|
40546
|
-
|
|
40547
|
-
|
|
40548
|
-
/* normalize component */
|
|
40549
|
-
|
|
40550
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
40551
|
-
cms_lineThree_Viewvue_type_script_setup_true_lang_js,
|
|
40552
|
-
render,
|
|
40553
|
-
staticRenderFns,
|
|
40554
|
-
false,
|
|
40555
|
-
null,
|
|
40556
|
-
"53c1f504",
|
|
40557
|
-
null
|
|
40558
|
-
|
|
40559
|
-
)
|
|
40560
|
-
|
|
40561
|
-
/* harmony default export */ var View = (component.exports);
|
|
40562
|
-
|
|
40563
|
-
/***/ }),
|
|
40564
|
-
|
|
40565
|
-
/***/ 6573:
|
|
40566
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
40567
|
-
|
|
40568
|
-
"use strict";
|
|
40569
|
-
|
|
40570
|
-
var DESCRIPTORS = __webpack_require__(3724);
|
|
40571
|
-
var defineBuiltInAccessor = __webpack_require__(2106);
|
|
40572
|
-
var isDetached = __webpack_require__(3238);
|
|
40573
|
-
|
|
40574
|
-
var ArrayBufferPrototype = ArrayBuffer.prototype;
|
|
40575
|
-
|
|
40576
|
-
// `ArrayBuffer.prototype.detached` getter
|
|
40577
|
-
// https://tc39.es/ecma262/#sec-get-arraybuffer.prototype.detached
|
|
40578
|
-
if (DESCRIPTORS && !('detached' in ArrayBufferPrototype)) {
|
|
40579
|
-
defineBuiltInAccessor(ArrayBufferPrototype, 'detached', {
|
|
40580
|
-
configurable: true,
|
|
40581
|
-
get: function detached() {
|
|
40582
|
-
return isDetached(this);
|
|
40583
|
-
}
|
|
40584
|
-
});
|
|
40585
|
-
}
|
|
40586
|
-
|
|
40587
|
-
|
|
40588
|
-
/***/ }),
|
|
40589
|
-
|
|
40590
|
-
/***/ 6699:
|
|
40591
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
40592
|
-
|
|
40593
|
-
"use strict";
|
|
40594
|
-
|
|
40595
|
-
var DESCRIPTORS = __webpack_require__(3724);
|
|
40596
|
-
var definePropertyModule = __webpack_require__(4913);
|
|
40597
|
-
var createPropertyDescriptor = __webpack_require__(6980);
|
|
40598
|
-
|
|
40599
|
-
module.exports = DESCRIPTORS ? function (object, key, value) {
|
|
40600
|
-
return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));
|
|
40601
|
-
} : function (object, key, value) {
|
|
40602
|
-
object[key] = value;
|
|
40603
|
-
return object;
|
|
40604
|
-
};
|
|
40605
|
-
|
|
40606
|
-
|
|
40607
|
-
/***/ }),
|
|
40608
|
-
|
|
40609
|
-
/***/ 6706:
|
|
40610
|
-
/***/ (function(module, __unused_webpack_exports, __webpack_require__) {
|
|
40611
|
-
|
|
40612
|
-
"use strict";
|
|
40613
|
-
|
|
40614
|
-
var uncurryThis = __webpack_require__(9504);
|
|
40615
|
-
var aCallable = __webpack_require__(9306);
|
|
40616
|
-
|
|
40617
|
-
module.exports = function (object, key, method) {
|
|
40618
|
-
try {
|
|
40619
|
-
// eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe
|
|
40620
|
-
return uncurryThis(aCallable(Object.getOwnPropertyDescriptor(object, key)[method]));
|
|
40621
|
-
} catch (error) { /* empty */ }
|
|
40622
|
-
};
|
|
40623
|
-
|
|
40624
|
-
|
|
40625
|
-
/***/ }),
|
|
40626
|
-
|
|
40627
|
-
/***/ 6763:
|
|
40628
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40629
|
-
|
|
40630
|
-
"use strict";
|
|
40631
|
-
__webpack_require__.r(__webpack_exports__);
|
|
40632
|
-
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
40633
|
-
|
|
40634
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4432));
|
|
40635
|
-
const langData = {
|
|
40636
|
-
configList: [{
|
|
40637
|
-
id: Math.random().toString(),
|
|
40638
|
-
uploadImageH5: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315173315_TRwiweWv_128x128.png",
|
|
40639
|
-
imageH5ATL: "",
|
|
40640
|
-
uploadImagePC: "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2024-03-15/ORIGINAL_20240315173315_TRwiweWv_128x128.png",
|
|
40641
|
-
imagePcATL: "",
|
|
40642
|
-
input1: "",
|
|
40643
|
-
input2: "",
|
|
40644
|
-
jumpUrl: "https://cdn.mylinkapp.hk/via/eshop/free-receive-card-fe/index.html?lang=tc#/webHome"
|
|
40645
|
-
}]
|
|
40646
|
-
};
|
|
40647
|
-
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
40648
|
-
configList: {
|
|
40649
|
-
label: "图片配置",
|
|
40650
|
-
value: [{
|
|
40651
|
-
id: {
|
|
40652
|
-
label: ""
|
|
40653
|
-
},
|
|
40654
|
-
uploadImagePC: {
|
|
40655
|
-
label: "上传PC图片"
|
|
40656
|
-
},
|
|
40657
|
-
imagePcATL: {
|
|
40658
|
-
label: "PC alt属性"
|
|
40659
|
-
},
|
|
40660
|
-
uploadImageH5: {
|
|
40661
|
-
label: "上传H5图片"
|
|
40662
|
-
},
|
|
40663
|
-
imageH5ATL: {
|
|
40664
|
-
label: "H5 alt属性"
|
|
40665
|
-
},
|
|
40666
|
-
input1: {
|
|
40667
|
-
label: "显示内容1"
|
|
40668
|
-
},
|
|
40669
|
-
input2: {
|
|
40670
|
-
label: "显示内容2"
|
|
40671
|
-
},
|
|
40672
|
-
jumpUrl: {
|
|
40673
|
-
label: "跳转链接"
|
|
40674
|
-
}
|
|
40675
|
-
}]
|
|
40676
|
-
}
|
|
40677
|
-
});
|
|
40678
|
-
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
40679
|
-
/* harmony default export */ __webpack_exports__["default"] = ({
|
|
40680
|
-
View,
|
|
40681
|
-
validateSchema,
|
|
40682
|
-
configDataType,
|
|
40683
|
-
langData,
|
|
40684
|
-
settings: cmsCompName => {
|
|
40685
|
-
return (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getInitCompData)({
|
|
40686
|
-
cmsCompName,
|
|
40687
|
-
langData
|
|
40688
|
-
});
|
|
40689
|
-
}
|
|
40690
|
-
});
|
|
40691
|
-
|
|
40692
|
-
/***/ }),
|
|
40693
|
-
|
|
40694
|
-
/***/ 6786:
|
|
40695
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
40696
|
-
|
|
40697
|
-
"use strict";
|
|
40698
|
-
// ESM COMPAT FLAG
|
|
40699
|
-
__webpack_require__.r(__webpack_exports__);
|
|
40700
|
-
|
|
40701
|
-
// EXPORTS
|
|
40702
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
40703
|
-
"default": function() { return /* binding */ View; }
|
|
40704
|
-
});
|
|
40705
|
-
|
|
40706
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=template&id=61a0a18c&scoped=true
|
|
40707
|
-
var render = function render() {
|
|
40708
|
-
var _vm = this,
|
|
40709
|
-
_c = _vm._self._c;
|
|
40710
|
-
return _c('BaseComp', _vm._b({
|
|
40711
|
-
attrs: {
|
|
40712
|
-
"data": _vm.data,
|
|
40713
|
-
"nowCompId": _vm.nowCompId,
|
|
40714
|
-
"isOpcacity": _vm.isOpcacity,
|
|
40715
|
-
"lang": _vm.lang
|
|
40716
|
-
},
|
|
40717
|
-
on: {
|
|
40718
|
-
"getConfigData": _vm.getConfigData
|
|
40719
|
-
}
|
|
40720
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
40721
|
-
staticClass: "cmhk-home_main"
|
|
40722
|
-
}, [_c('section', {
|
|
40723
|
-
ref: "servicePlan"
|
|
40724
|
-
}, [_c('div', {
|
|
40725
|
-
ref: "box_swiper",
|
|
40726
|
-
staticClass: "pub-row pub-rowflex mgrow-r16 layout-p2 layout-pc"
|
|
40727
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
40728
|
-
return _c('div', {
|
|
40729
|
-
key: inx,
|
|
40730
|
-
staticClass: "kf-boxxx col-3 nofix-wcard pdrow-16 wow animate__fadeInUp",
|
|
40731
|
-
attrs: {
|
|
40732
|
-
"data-wow-delay": "200",
|
|
40733
|
-
"data-wow-iteration": "1"
|
|
40734
|
-
}
|
|
40735
|
-
}, [_c('div', {
|
|
40736
|
-
staticClass: "kf-sprbox kf-blur",
|
|
40737
|
-
on: {
|
|
40738
|
-
"click": function ($event) {
|
|
40739
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
40740
|
-
}
|
|
40741
|
-
}
|
|
40742
|
-
}, [_c('img', {
|
|
40743
|
-
staticClass: "col331-image",
|
|
40744
|
-
attrs: {
|
|
40745
|
-
"src": item.uploadImagePC,
|
|
40746
|
-
"alt": item.imagePcATL
|
|
40747
|
-
}
|
|
40748
|
-
}), item.input1 ? _c('div', {
|
|
40749
|
-
staticClass: "swiper-btn"
|
|
40750
|
-
}, [_c('span', {
|
|
40751
|
-
staticClass: "vm"
|
|
40752
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
40753
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
40754
|
-
attrs: {
|
|
40755
|
-
"src": __webpack_require__(1061)
|
|
40756
|
-
}
|
|
40757
|
-
})]) : _vm._e()])]);
|
|
40758
|
-
}), 0), _c('div', {
|
|
40759
|
-
staticClass: "pub-row mgrow-r16 partcontent-top layout-p2 layout-mobile pdb-44"
|
|
40760
|
-
}, _vm._l(_vm.configList, function (item, inx) {
|
|
40761
|
-
return _c('div', {
|
|
40762
|
-
key: inx,
|
|
40763
|
-
staticClass: "kf-boxxx col-3 pdrow-16 mgb-16 wow animate__fadeInUp",
|
|
40764
|
-
attrs: {
|
|
40765
|
-
"data-wow-delay": "200",
|
|
40766
|
-
"data-wow-iteration": "1"
|
|
40767
|
-
}
|
|
40768
|
-
}, [_c('div', {
|
|
40769
|
-
staticClass: "kf-box",
|
|
40770
|
-
on: {
|
|
40771
|
-
"click": function ($event) {
|
|
40772
|
-
return _vm.decodeJumpUrl(item.jumpUrl);
|
|
40773
|
-
}
|
|
40774
|
-
}
|
|
40775
|
-
}, [_c('img', {
|
|
40776
|
-
staticClass: "col331-image",
|
|
40777
|
-
attrs: {
|
|
40778
|
-
"src": item.uploadImageH5,
|
|
40779
|
-
"alt": item.imageH5ATL
|
|
40780
|
-
}
|
|
40781
|
-
}), item.input1 ? _c('div', {
|
|
40782
|
-
staticClass: "swiper-btn"
|
|
40783
|
-
}, [_c('span', {
|
|
40784
|
-
staticClass: "vm"
|
|
40785
|
-
}, [_vm._v(_vm._s(item.input1))]), _c('img', {
|
|
40786
|
-
staticClass: "icon_rarrow kf-goto vm",
|
|
40787
|
-
attrs: {
|
|
40788
|
-
"src": __webpack_require__(1061)
|
|
40789
|
-
}
|
|
40790
|
-
})]) : _vm._e()])]);
|
|
40791
|
-
}), 0)])])]);
|
|
40792
|
-
};
|
|
40793
|
-
var staticRenderFns = [];
|
|
40794
|
-
|
|
40795
|
-
;// ./package/cms-prodCustomization/View.vue?vue&type=template&id=61a0a18c&scoped=true
|
|
40796
|
-
|
|
40797
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
40798
|
-
var baseComp = __webpack_require__(5298);
|
|
40799
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-prodCustomization/View.vue?vue&type=script&lang=js
|
|
40800
|
-
|
|
40801
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
40802
|
-
name: "cms-prodCustomization",
|
|
41343
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
41344
|
+
name: "cms-prodCustomization",
|
|
40803
41345
|
components: {
|
|
40804
41346
|
BaseComp: baseComp["default"]
|
|
40805
41347
|
},
|
|
@@ -49028,6 +49570,222 @@ module.exports = fails(function () {
|
|
|
49028
49570
|
} : $Object;
|
|
49029
49571
|
|
|
49030
49572
|
|
|
49573
|
+
/***/ }),
|
|
49574
|
+
|
|
49575
|
+
/***/ 7063:
|
|
49576
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
49577
|
+
|
|
49578
|
+
"use strict";
|
|
49579
|
+
// ESM COMPAT FLAG
|
|
49580
|
+
__webpack_require__.r(__webpack_exports__);
|
|
49581
|
+
|
|
49582
|
+
// EXPORTS
|
|
49583
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
49584
|
+
"default": function() { return /* binding */ View; }
|
|
49585
|
+
});
|
|
49586
|
+
|
|
49587
|
+
;// ./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-proCard/View.vue?vue&type=template&id=4c7f21b1&scoped=true
|
|
49588
|
+
var render = function render() {
|
|
49589
|
+
var _vm = this,
|
|
49590
|
+
_c = _vm._self._c;
|
|
49591
|
+
return _c('BaseComp', _vm._b({
|
|
49592
|
+
attrs: {
|
|
49593
|
+
"data": _vm.data,
|
|
49594
|
+
"nowCompId": _vm.nowCompId,
|
|
49595
|
+
"isOpcacity": _vm.isOpcacity,
|
|
49596
|
+
"lang": _vm.lang
|
|
49597
|
+
},
|
|
49598
|
+
on: {
|
|
49599
|
+
"getConfigData": _vm.getConfigData
|
|
49600
|
+
}
|
|
49601
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
49602
|
+
staticClass: "employeePurchase"
|
|
49603
|
+
}, [_c('div', {
|
|
49604
|
+
staticClass: "cmhk-home_main"
|
|
49605
|
+
}, [_c('div', {
|
|
49606
|
+
staticClass: "cardList"
|
|
49607
|
+
}, [_c('div', {
|
|
49608
|
+
staticClass: "card first-type-card"
|
|
49609
|
+
}, [_c('div', {
|
|
49610
|
+
staticClass: "card-item-div"
|
|
49611
|
+
}, _vm._l(_vm.configList, function (item, index) {
|
|
49612
|
+
return _c('div', {
|
|
49613
|
+
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
49614
|
+
staticClass: "card-item"
|
|
49615
|
+
}, [_c('img', {
|
|
49616
|
+
staticClass: "childImg",
|
|
49617
|
+
attrs: {
|
|
49618
|
+
"src": item.ImageUrl,
|
|
49619
|
+
"alt": "图片"
|
|
49620
|
+
}
|
|
49621
|
+
}), _c('div', {
|
|
49622
|
+
staticClass: "color"
|
|
49623
|
+
}, [item.colorBody && item.colorBody.length ? [_vm._l(item.colorBody, function (colorItem, idx) {
|
|
49624
|
+
return [!!colorItem.color ? _c('div', {
|
|
49625
|
+
key: `color${idx}`,
|
|
49626
|
+
staticClass: "circle",
|
|
49627
|
+
style: {
|
|
49628
|
+
'background-color': colorItem.color
|
|
49629
|
+
}
|
|
49630
|
+
}) : _vm._e()];
|
|
49631
|
+
})] : [_c('div', {
|
|
49632
|
+
staticClass: "circle",
|
|
49633
|
+
staticStyle: {
|
|
49634
|
+
"background-color": "rgb(178, 179, 181)"
|
|
49635
|
+
}
|
|
49636
|
+
}), _c('span', {
|
|
49637
|
+
staticClass: "colorName"
|
|
49638
|
+
})]], 2), _c('div', {
|
|
49639
|
+
staticClass: "childName"
|
|
49640
|
+
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.title))]), _c('div', {
|
|
49641
|
+
staticClass: "topPriceDesc"
|
|
49642
|
+
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input1) + " "), _c('span', [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.diyInput))])]), _c('div', {
|
|
49643
|
+
staticClass: "topPrice"
|
|
49644
|
+
}, [_vm._v("HK$" + _vm._s(item === null || item === void 0 ? void 0 : item.input2))]), _c('div', {
|
|
49645
|
+
staticClass: "purchaseBtn",
|
|
49646
|
+
on: {
|
|
49647
|
+
"click": function ($event) {
|
|
49648
|
+
return _vm.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl);
|
|
49649
|
+
}
|
|
49650
|
+
}
|
|
49651
|
+
}, [_c('span', [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.button))]), _c('i', {
|
|
49652
|
+
staticClass: "el-icon-arrow-right"
|
|
49653
|
+
})])]);
|
|
49654
|
+
}), 0)])])])])]);
|
|
49655
|
+
};
|
|
49656
|
+
var staticRenderFns = [];
|
|
49657
|
+
|
|
49658
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
49659
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
49660
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
49661
|
+
var es_iterator_filter = __webpack_require__(2489);
|
|
49662
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
49663
|
+
var es_iterator_map = __webpack_require__(1701);
|
|
49664
|
+
// EXTERNAL MODULE: ./src/api/index.js
|
|
49665
|
+
var api = __webpack_require__(929);
|
|
49666
|
+
// EXTERNAL MODULE: ./node_modules/qs/lib/index.js
|
|
49667
|
+
var lib = __webpack_require__(9122);
|
|
49668
|
+
var lib_default = /*#__PURE__*/__webpack_require__.n(lib);
|
|
49669
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
49670
|
+
var baseComp = __webpack_require__(1941);
|
|
49671
|
+
;// ./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-proCard/View.vue?vue&type=script&lang=js
|
|
49672
|
+
|
|
49673
|
+
|
|
49674
|
+
|
|
49675
|
+
|
|
49676
|
+
|
|
49677
|
+
|
|
49678
|
+
|
|
49679
|
+
|
|
49680
|
+
|
|
49681
|
+
|
|
49682
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
49683
|
+
name: "cms-proCard",
|
|
49684
|
+
components: {
|
|
49685
|
+
BaseComp: baseComp["default"]
|
|
49686
|
+
},
|
|
49687
|
+
props: {
|
|
49688
|
+
data: {
|
|
49689
|
+
type: Object,
|
|
49690
|
+
default: () => {
|
|
49691
|
+
return {};
|
|
49692
|
+
}
|
|
49693
|
+
},
|
|
49694
|
+
nowCompId: {
|
|
49695
|
+
type: [String, Number],
|
|
49696
|
+
default: ""
|
|
49697
|
+
},
|
|
49698
|
+
isOpcacity: {
|
|
49699
|
+
type: Boolean,
|
|
49700
|
+
default: true
|
|
49701
|
+
},
|
|
49702
|
+
lang: {
|
|
49703
|
+
type: String,
|
|
49704
|
+
default: "zh-HK"
|
|
49705
|
+
}
|
|
49706
|
+
},
|
|
49707
|
+
data() {
|
|
49708
|
+
return {
|
|
49709
|
+
configList: []
|
|
49710
|
+
};
|
|
49711
|
+
},
|
|
49712
|
+
methods: {
|
|
49713
|
+
getConfigData(configData) {
|
|
49714
|
+
this.configList = configData.configList;
|
|
49715
|
+
this.getValue();
|
|
49716
|
+
},
|
|
49717
|
+
async getValue() {
|
|
49718
|
+
if (!this.isOpcacity && !this.$EventBus) {
|
|
49719
|
+
await Promise.all(this.configList.map(async (item, index) => {
|
|
49720
|
+
await this.getCommodityInfo(item, index);
|
|
49721
|
+
}));
|
|
49722
|
+
}
|
|
49723
|
+
},
|
|
49724
|
+
async getCommodityInfo(info, index) {
|
|
49725
|
+
let req = {
|
|
49726
|
+
busInfo: JSON.stringify({
|
|
49727
|
+
commodityId: info.commodityId,
|
|
49728
|
+
isPre: "N",
|
|
49729
|
+
channelId: "WWW"
|
|
49730
|
+
})
|
|
49731
|
+
};
|
|
49732
|
+
req = lib_default().stringify(req);
|
|
49733
|
+
const res = await (0,api/* queryV1 */.WL)(req);
|
|
49734
|
+
let result = {};
|
|
49735
|
+
const defaultPic = "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2023-11-15/ORIGINAL_20231115155223_BGxrpNa0_580x580.jpg?auto=format,compress&ar=1:1&fm=webp";
|
|
49736
|
+
if (res.resCode == "000000") {
|
|
49737
|
+
const commodityInfo = res.busiResp.busiDataResp[0];
|
|
49738
|
+
const {
|
|
49739
|
+
malltCommodityPrice = []
|
|
49740
|
+
} = commodityInfo;
|
|
49741
|
+
const priceNode = malltCommodityPrice.filter(item => item.isDefault == "1");
|
|
49742
|
+
const [currentSku = {}] = priceNode.length ? priceNode : malltCommodityPrice;
|
|
49743
|
+
const pictureUrl = currentSku !== null && currentSku !== void 0 && currentSku.commodityPricePictureVos.length ? currentSku === null || currentSku === void 0 ? void 0 : currentSku.commodityPricePictureVos[0].malltPictureVos[0].pictureUrl : defaultPic;
|
|
49744
|
+
result = {
|
|
49745
|
+
...info,
|
|
49746
|
+
commodityId: commodityInfo.commodityId,
|
|
49747
|
+
ImageUrl: pictureUrl,
|
|
49748
|
+
title: commodityInfo.commodityTitle,
|
|
49749
|
+
input4: `${(currentSku === null || currentSku === void 0 ? void 0 : currentSku.refPrice) / 100}`
|
|
49750
|
+
};
|
|
49751
|
+
} else {
|
|
49752
|
+
result = {
|
|
49753
|
+
...info
|
|
49754
|
+
};
|
|
49755
|
+
}
|
|
49756
|
+
this.configList.splice(index, 1, result);
|
|
49757
|
+
},
|
|
49758
|
+
decodeJumpUrl(url) {
|
|
49759
|
+
if (!url) return;
|
|
49760
|
+
top.location.href = url;
|
|
49761
|
+
}
|
|
49762
|
+
}
|
|
49763
|
+
});
|
|
49764
|
+
;// ./package/cms-proCard/View.vue?vue&type=script&lang=js
|
|
49765
|
+
/* harmony default export */ var cms_proCard_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
49766
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
49767
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
49768
|
+
;// ./package/cms-proCard/View.vue
|
|
49769
|
+
|
|
49770
|
+
|
|
49771
|
+
|
|
49772
|
+
|
|
49773
|
+
|
|
49774
|
+
/* normalize component */
|
|
49775
|
+
;
|
|
49776
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
49777
|
+
cms_proCard_Viewvue_type_script_lang_js,
|
|
49778
|
+
render,
|
|
49779
|
+
staticRenderFns,
|
|
49780
|
+
false,
|
|
49781
|
+
null,
|
|
49782
|
+
"4c7f21b1",
|
|
49783
|
+
null
|
|
49784
|
+
|
|
49785
|
+
)
|
|
49786
|
+
|
|
49787
|
+
/* harmony default export */ var View = (component.exports);
|
|
49788
|
+
|
|
49031
49789
|
/***/ }),
|
|
49032
49790
|
|
|
49033
49791
|
/***/ 7080:
|
|
@@ -49174,7 +49932,7 @@ var render = function render() {
|
|
|
49174
49932
|
var staticRenderFns = [];
|
|
49175
49933
|
|
|
49176
49934
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
49177
|
-
var baseComp = __webpack_require__(
|
|
49935
|
+
var baseComp = __webpack_require__(1941);
|
|
49178
49936
|
// EXTERNAL MODULE: ./package/patch.js
|
|
49179
49937
|
var patch = __webpack_require__(1618);
|
|
49180
49938
|
;// ./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-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
@@ -49301,7 +50059,7 @@ var component = (0,componentNormalizer/* default */.A)(
|
|
|
49301
50059
|
__webpack_require__.r(__webpack_exports__);
|
|
49302
50060
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
49303
50061
|
|
|
49304
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
50062
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4602));
|
|
49305
50063
|
const langData = {
|
|
49306
50064
|
configList: [{
|
|
49307
50065
|
id: Math.random().toString(),
|
|
@@ -49995,7 +50753,7 @@ var render = function render() {
|
|
|
49995
50753
|
var staticRenderFns = [];
|
|
49996
50754
|
|
|
49997
50755
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
49998
|
-
var baseComp = __webpack_require__(
|
|
50756
|
+
var baseComp = __webpack_require__(1941);
|
|
49999
50757
|
;// ./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
|
|
50000
50758
|
|
|
50001
50759
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -50245,7 +51003,7 @@ var swiper = __webpack_require__(2791);
|
|
|
50245
51003
|
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
50246
51004
|
var swiper_esm_bundle = __webpack_require__(4418);
|
|
50247
51005
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
50248
|
-
var baseComp = __webpack_require__(
|
|
51006
|
+
var baseComp = __webpack_require__(1941);
|
|
50249
51007
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-threeScroll/View.vue?vue&type=script&lang=js
|
|
50250
51008
|
|
|
50251
51009
|
|
|
@@ -50431,7 +51189,7 @@ var swiper = __webpack_require__(2791);
|
|
|
50431
51189
|
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
50432
51190
|
var swiper_esm_bundle = __webpack_require__(4418);
|
|
50433
51191
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
50434
|
-
var baseComp = __webpack_require__(
|
|
51192
|
+
var baseComp = __webpack_require__(1941);
|
|
50435
51193
|
;// ./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
|
|
50436
51194
|
|
|
50437
51195
|
|
|
@@ -50468,827 +51226,215 @@ var baseComp = __webpack_require__(5298);
|
|
|
50468
51226
|
},
|
|
50469
51227
|
data() {
|
|
50470
51228
|
return {
|
|
50471
|
-
configList: [],
|
|
50472
|
-
currentTab: "",
|
|
50473
|
-
swiperArrow: false,
|
|
50474
|
-
broadbandSwiperC: null,
|
|
50475
|
-
swiperBeginning: false,
|
|
50476
|
-
swiperEnd: false
|
|
50477
|
-
};
|
|
50478
|
-
},
|
|
50479
|
-
mounted() {
|
|
50480
|
-
this.$nextTick(() => {
|
|
50481
|
-
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(".page-tab-swiper", {
|
|
50482
|
-
autoplay: false,
|
|
50483
|
-
loop: false,
|
|
50484
|
-
// 循环模式选项
|
|
50485
|
-
spaceBetween: 0,
|
|
50486
|
-
slidesPerView: "auto",
|
|
50487
|
-
// slidesPerGroup:1,
|
|
50488
|
-
observer: true,
|
|
50489
|
-
observeParents: true
|
|
50490
|
-
});
|
|
50491
|
-
// 0820 -end
|
|
50492
|
-
});
|
|
50493
|
-
this.currentTab = this.configList[0].input1;
|
|
50494
|
-
},
|
|
50495
|
-
methods: {
|
|
50496
|
-
getConfigData(configData) {
|
|
50497
|
-
this.configList = configData.configList;
|
|
50498
|
-
this.$nextTick(() => {
|
|
50499
|
-
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
50500
|
-
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
50501
|
-
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
50502
|
-
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
50503
|
-
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
50504
|
-
this.swiperArrow = false;
|
|
50505
|
-
} else {
|
|
50506
|
-
this.swiperArrow = true;
|
|
50507
|
-
}
|
|
50508
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
50509
|
-
this.swiperBeginning = true;
|
|
50510
|
-
}
|
|
50511
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
50512
|
-
this.swiperEnd = true;
|
|
50513
|
-
}
|
|
50514
|
-
});
|
|
50515
|
-
},
|
|
50516
|
-
clickSwiperPrev() {
|
|
50517
|
-
this.broadbandSwiperC.slidePrev();
|
|
50518
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
50519
|
-
this.swiperBeginning = true;
|
|
50520
|
-
} else {
|
|
50521
|
-
this.swiperBeginning = false;
|
|
50522
|
-
}
|
|
50523
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
50524
|
-
this.swiperEnd = true;
|
|
50525
|
-
} else {
|
|
50526
|
-
this.swiperEnd = false;
|
|
50527
|
-
}
|
|
50528
|
-
},
|
|
50529
|
-
clickSwiperNext() {
|
|
50530
|
-
this.broadbandSwiperC.slideNext();
|
|
50531
|
-
if (this.broadbandSwiperC.isBeginning) {
|
|
50532
|
-
this.swiperBeginning = true;
|
|
50533
|
-
} else {
|
|
50534
|
-
this.swiperBeginning = false;
|
|
50535
|
-
}
|
|
50536
|
-
if (this.broadbandSwiperC.isEnd) {
|
|
50537
|
-
this.swiperEnd = true;
|
|
50538
|
-
} else {
|
|
50539
|
-
this.swiperEnd = false;
|
|
50540
|
-
}
|
|
50541
|
-
},
|
|
50542
|
-
changeTab(item) {
|
|
50543
|
-
this.currentTab = item.input1;
|
|
50544
|
-
},
|
|
50545
|
-
decodeJumpUrl(url) {
|
|
50546
|
-
if (!url) return;
|
|
50547
|
-
top.location.href = url;
|
|
50548
|
-
}
|
|
50549
|
-
},
|
|
50550
|
-
computed: {
|
|
50551
|
-
_showTipsInfo() {
|
|
50552
|
-
const [result = {}] = this.configList.filter(item => item.input1 == this.currentTab);
|
|
50553
|
-
return result.input2;
|
|
50554
|
-
}
|
|
50555
|
-
}
|
|
50556
|
-
});
|
|
50557
|
-
;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
50558
|
-
/* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
50559
|
-
;// ./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
|
|
50560
|
-
// extracted by mini-css-extract-plugin
|
|
50561
|
-
|
|
50562
|
-
;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=5ec6e7e1&prod&lang=scss&scoped=true
|
|
50563
|
-
|
|
50564
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
50565
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
50566
|
-
;// ./package/cms-termsAndConditions/View.vue
|
|
50567
|
-
|
|
50568
|
-
|
|
50569
|
-
|
|
50570
|
-
;
|
|
50571
|
-
|
|
50572
|
-
|
|
50573
|
-
/* normalize component */
|
|
50574
|
-
|
|
50575
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
50576
|
-
cms_termsAndConditions_Viewvue_type_script_lang_js,
|
|
50577
|
-
render,
|
|
50578
|
-
staticRenderFns,
|
|
50579
|
-
false,
|
|
50580
|
-
null,
|
|
50581
|
-
"5ec6e7e1",
|
|
50582
|
-
null
|
|
50583
|
-
|
|
50584
|
-
)
|
|
50585
|
-
|
|
50586
|
-
/* harmony default export */ var View = (component.exports);
|
|
50587
|
-
|
|
50588
|
-
/***/ }),
|
|
50589
|
-
|
|
50590
|
-
/***/ 8100:
|
|
50591
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
50592
|
-
|
|
50593
|
-
"use strict";
|
|
50594
|
-
|
|
50595
|
-
var $ = __webpack_require__(6518);
|
|
50596
|
-
var $transfer = __webpack_require__(5636);
|
|
50597
|
-
|
|
50598
|
-
// `ArrayBuffer.prototype.transfer` method
|
|
50599
|
-
// https://tc39.es/proposal-arraybuffer-transfer/#sec-arraybuffer.prototype.transfer
|
|
50600
|
-
if ($transfer) $({ target: 'ArrayBuffer', proto: true }, {
|
|
50601
|
-
transfer: function transfer() {
|
|
50602
|
-
return $transfer(this, arguments.length ? arguments[0] : undefined, true);
|
|
50603
|
-
}
|
|
50604
|
-
});
|
|
50605
|
-
|
|
50606
|
-
|
|
50607
|
-
/***/ }),
|
|
50608
|
-
|
|
50609
|
-
/***/ 8106:
|
|
50610
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
50611
|
-
|
|
50612
|
-
"use strict";
|
|
50613
|
-
// ESM COMPAT FLAG
|
|
50614
|
-
__webpack_require__.r(__webpack_exports__);
|
|
50615
|
-
|
|
50616
|
-
// EXPORTS
|
|
50617
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
50618
|
-
"default": function() { return /* binding */ View; }
|
|
50619
|
-
});
|
|
50620
|
-
|
|
50621
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=template&id=6b284b71&scoped=true
|
|
50622
|
-
var render = function render() {
|
|
50623
|
-
var _vm = this,
|
|
50624
|
-
_c = _vm._self._c;
|
|
50625
|
-
return _c('BaseComp', _vm._b({
|
|
50626
|
-
attrs: {
|
|
50627
|
-
"data": _vm.data,
|
|
50628
|
-
"nowCompId": _vm.nowCompId,
|
|
50629
|
-
"isOpcacity": _vm.isOpcacity,
|
|
50630
|
-
"lang": _vm.lang
|
|
50631
|
-
},
|
|
50632
|
-
on: {
|
|
50633
|
-
"getConfigData": _vm.getConfigData
|
|
50634
|
-
}
|
|
50635
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
50636
|
-
staticClass: "section-head"
|
|
50637
|
-
}, [_c('div', {
|
|
50638
|
-
staticClass: "cmhk-home_main"
|
|
50639
|
-
}, [_c('p', {
|
|
50640
|
-
staticClass: "title"
|
|
50641
|
-
}, [_c('span', {
|
|
50642
|
-
staticClass: "main"
|
|
50643
|
-
}, [_vm._v(_vm._s(_vm.configData.title1))])]), _c('p', {
|
|
50644
|
-
staticClass: "subtitle"
|
|
50645
|
-
}, [_vm._v(_vm._s(_vm.configData.title2))])])])]);
|
|
50646
|
-
};
|
|
50647
|
-
var staticRenderFns = [];
|
|
50648
|
-
|
|
50649
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
50650
|
-
var baseComp = __webpack_require__(5298);
|
|
50651
|
-
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
50652
|
-
|
|
50653
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
50654
|
-
name: "cms-titleCenter",
|
|
50655
|
-
components: {
|
|
50656
|
-
BaseComp: baseComp["default"]
|
|
50657
|
-
},
|
|
50658
|
-
props: {
|
|
50659
|
-
data: {
|
|
50660
|
-
type: Object,
|
|
50661
|
-
default: () => {
|
|
50662
|
-
return {};
|
|
50663
|
-
}
|
|
50664
|
-
},
|
|
50665
|
-
nowCompId: {
|
|
50666
|
-
type: [String, Number],
|
|
50667
|
-
default: ""
|
|
50668
|
-
},
|
|
50669
|
-
isOpcacity: {
|
|
50670
|
-
type: Boolean,
|
|
50671
|
-
default: true
|
|
50672
|
-
},
|
|
50673
|
-
lang: {
|
|
50674
|
-
type: String,
|
|
50675
|
-
default: "zh-HK"
|
|
50676
|
-
}
|
|
50677
|
-
},
|
|
50678
|
-
data() {
|
|
50679
|
-
return {
|
|
50680
|
-
configData: {}
|
|
50681
|
-
};
|
|
50682
|
-
},
|
|
50683
|
-
mounted() {},
|
|
50684
|
-
methods: {
|
|
50685
|
-
getConfigData(configData) {
|
|
50686
|
-
this.configData = configData;
|
|
50687
|
-
}
|
|
50688
|
-
}
|
|
50689
|
-
});
|
|
50690
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=script&lang=js
|
|
50691
|
-
/* harmony default export */ var cms_titleCenter_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
50692
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=6b284b71&prod&scoped=true&lang=scss
|
|
50693
|
-
// extracted by mini-css-extract-plugin
|
|
50694
|
-
|
|
50695
|
-
;// ./package/cms-titleCenter/View.vue?vue&type=style&index=0&id=6b284b71&prod&scoped=true&lang=scss
|
|
50696
|
-
|
|
50697
|
-
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
50698
|
-
var componentNormalizer = __webpack_require__(1656);
|
|
50699
|
-
;// ./package/cms-titleCenter/View.vue
|
|
50700
|
-
|
|
50701
|
-
|
|
50702
|
-
|
|
50703
|
-
;
|
|
50704
|
-
|
|
50705
|
-
|
|
50706
|
-
/* normalize component */
|
|
50707
|
-
|
|
50708
|
-
var component = (0,componentNormalizer/* default */.A)(
|
|
50709
|
-
cms_titleCenter_Viewvue_type_script_lang_js,
|
|
50710
|
-
render,
|
|
50711
|
-
staticRenderFns,
|
|
50712
|
-
false,
|
|
50713
|
-
null,
|
|
50714
|
-
"6b284b71",
|
|
50715
|
-
null
|
|
50716
|
-
|
|
50717
|
-
)
|
|
50718
|
-
|
|
50719
|
-
/* harmony default export */ var View = (component.exports);
|
|
50720
|
-
|
|
50721
|
-
/***/ }),
|
|
50722
|
-
|
|
50723
|
-
/***/ 8111:
|
|
50724
|
-
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
50725
|
-
|
|
50726
|
-
"use strict";
|
|
50727
|
-
|
|
50728
|
-
var $ = __webpack_require__(6518);
|
|
50729
|
-
var globalThis = __webpack_require__(4576);
|
|
50730
|
-
var anInstance = __webpack_require__(679);
|
|
50731
|
-
var anObject = __webpack_require__(8551);
|
|
50732
|
-
var isCallable = __webpack_require__(4901);
|
|
50733
|
-
var getPrototypeOf = __webpack_require__(2787);
|
|
50734
|
-
var defineBuiltInAccessor = __webpack_require__(2106);
|
|
50735
|
-
var createProperty = __webpack_require__(4659);
|
|
50736
|
-
var fails = __webpack_require__(9039);
|
|
50737
|
-
var hasOwn = __webpack_require__(9297);
|
|
50738
|
-
var wellKnownSymbol = __webpack_require__(8227);
|
|
50739
|
-
var IteratorPrototype = (__webpack_require__(7657).IteratorPrototype);
|
|
50740
|
-
var DESCRIPTORS = __webpack_require__(3724);
|
|
50741
|
-
var IS_PURE = __webpack_require__(6395);
|
|
50742
|
-
|
|
50743
|
-
var CONSTRUCTOR = 'constructor';
|
|
50744
|
-
var ITERATOR = 'Iterator';
|
|
50745
|
-
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
50746
|
-
|
|
50747
|
-
var $TypeError = TypeError;
|
|
50748
|
-
var NativeIterator = globalThis[ITERATOR];
|
|
50749
|
-
|
|
50750
|
-
// FF56- have non-standard global helper `Iterator`
|
|
50751
|
-
var FORCED = IS_PURE
|
|
50752
|
-
|| !isCallable(NativeIterator)
|
|
50753
|
-
|| NativeIterator.prototype !== IteratorPrototype
|
|
50754
|
-
// FF44- non-standard `Iterator` passes previous tests
|
|
50755
|
-
|| !fails(function () { NativeIterator({}); });
|
|
50756
|
-
|
|
50757
|
-
var IteratorConstructor = function Iterator() {
|
|
50758
|
-
anInstance(this, IteratorPrototype);
|
|
50759
|
-
if (getPrototypeOf(this) === IteratorPrototype) throw new $TypeError('Abstract class Iterator not directly constructable');
|
|
50760
|
-
};
|
|
50761
|
-
|
|
50762
|
-
var defineIteratorPrototypeAccessor = function (key, value) {
|
|
50763
|
-
if (DESCRIPTORS) {
|
|
50764
|
-
defineBuiltInAccessor(IteratorPrototype, key, {
|
|
50765
|
-
configurable: true,
|
|
50766
|
-
get: function () {
|
|
50767
|
-
return value;
|
|
50768
|
-
},
|
|
50769
|
-
set: function (replacement) {
|
|
50770
|
-
anObject(this);
|
|
50771
|
-
if (this === IteratorPrototype) throw new $TypeError("You can't redefine this property");
|
|
50772
|
-
if (hasOwn(this, key)) this[key] = replacement;
|
|
50773
|
-
else createProperty(this, key, replacement);
|
|
50774
|
-
}
|
|
50775
|
-
});
|
|
50776
|
-
} else IteratorPrototype[key] = value;
|
|
50777
|
-
};
|
|
50778
|
-
|
|
50779
|
-
if (!hasOwn(IteratorPrototype, TO_STRING_TAG)) defineIteratorPrototypeAccessor(TO_STRING_TAG, ITERATOR);
|
|
50780
|
-
|
|
50781
|
-
if (FORCED || !hasOwn(IteratorPrototype, CONSTRUCTOR) || IteratorPrototype[CONSTRUCTOR] === Object) {
|
|
50782
|
-
defineIteratorPrototypeAccessor(CONSTRUCTOR, IteratorConstructor);
|
|
50783
|
-
}
|
|
50784
|
-
|
|
50785
|
-
IteratorConstructor.prototype = IteratorPrototype;
|
|
50786
|
-
|
|
50787
|
-
// `Iterator` constructor
|
|
50788
|
-
// https://tc39.es/ecma262/#sec-iterator
|
|
50789
|
-
$({ global: true, constructor: true, forced: FORCED }, {
|
|
50790
|
-
Iterator: IteratorConstructor
|
|
50791
|
-
});
|
|
50792
|
-
|
|
50793
|
-
|
|
50794
|
-
/***/ }),
|
|
50795
|
-
|
|
50796
|
-
/***/ 8112:
|
|
50797
|
-
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
50798
|
-
|
|
50799
|
-
"use strict";
|
|
50800
|
-
// ESM COMPAT FLAG
|
|
50801
|
-
__webpack_require__.r(__webpack_exports__);
|
|
50802
|
-
|
|
50803
|
-
// EXPORTS
|
|
50804
|
-
__webpack_require__.d(__webpack_exports__, {
|
|
50805
|
-
"default": function() { return /* binding */ View; }
|
|
50806
|
-
});
|
|
50807
|
-
|
|
50808
|
-
;// ./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-proCard/View.vue?vue&type=template&id=4c7f21b1&scoped=true
|
|
50809
|
-
var render = function render() {
|
|
50810
|
-
var _vm = this,
|
|
50811
|
-
_c = _vm._self._c;
|
|
50812
|
-
return _c('BaseComp', _vm._b({
|
|
50813
|
-
attrs: {
|
|
50814
|
-
"data": _vm.data,
|
|
50815
|
-
"nowCompId": _vm.nowCompId,
|
|
50816
|
-
"isOpcacity": _vm.isOpcacity,
|
|
50817
|
-
"lang": _vm.lang
|
|
50818
|
-
},
|
|
50819
|
-
on: {
|
|
50820
|
-
"getConfigData": _vm.getConfigData
|
|
50821
|
-
}
|
|
50822
|
-
}, 'BaseComp', _vm.$attrs, false), [_c('div', {
|
|
50823
|
-
staticClass: "employeePurchase"
|
|
50824
|
-
}, [_c('div', {
|
|
50825
|
-
staticClass: "cmhk-home_main"
|
|
50826
|
-
}, [_c('div', {
|
|
50827
|
-
staticClass: "cardList"
|
|
50828
|
-
}, [_c('div', {
|
|
50829
|
-
staticClass: "card first-type-card"
|
|
50830
|
-
}, [_c('div', {
|
|
50831
|
-
staticClass: "card-item-div"
|
|
50832
|
-
}, _vm._l(_vm.configList, function (item, index) {
|
|
50833
|
-
return _c('div', {
|
|
50834
|
-
key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
|
|
50835
|
-
staticClass: "card-item"
|
|
50836
|
-
}, [_c('img', {
|
|
50837
|
-
staticClass: "childImg",
|
|
50838
|
-
attrs: {
|
|
50839
|
-
"src": item.ImageUrl,
|
|
50840
|
-
"alt": "图片"
|
|
50841
|
-
}
|
|
50842
|
-
}), _c('div', {
|
|
50843
|
-
staticClass: "color"
|
|
50844
|
-
}, [item.colorBody && item.colorBody.length ? [_vm._l(item.colorBody, function (colorItem, idx) {
|
|
50845
|
-
return [!!colorItem.color ? _c('div', {
|
|
50846
|
-
key: `color${idx}`,
|
|
50847
|
-
staticClass: "circle",
|
|
50848
|
-
style: {
|
|
50849
|
-
'background-color': colorItem.color
|
|
50850
|
-
}
|
|
50851
|
-
}) : _vm._e()];
|
|
50852
|
-
})] : [_c('div', {
|
|
50853
|
-
staticClass: "circle",
|
|
50854
|
-
staticStyle: {
|
|
50855
|
-
"background-color": "rgb(178, 179, 181)"
|
|
50856
|
-
}
|
|
50857
|
-
}), _c('span', {
|
|
50858
|
-
staticClass: "colorName"
|
|
50859
|
-
})]], 2), _c('div', {
|
|
50860
|
-
staticClass: "childName"
|
|
50861
|
-
}, [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.title))]), _c('div', {
|
|
50862
|
-
staticClass: "topPriceDesc"
|
|
50863
|
-
}, [_vm._v(" " + _vm._s(item === null || item === void 0 ? void 0 : item.input1) + " "), _c('span', [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.diyInput))])]), _c('div', {
|
|
50864
|
-
staticClass: "topPrice"
|
|
50865
|
-
}, [_vm._v("HK$" + _vm._s(item === null || item === void 0 ? void 0 : item.input2))]), _c('div', {
|
|
50866
|
-
staticClass: "purchaseBtn",
|
|
50867
|
-
on: {
|
|
50868
|
-
"click": function ($event) {
|
|
50869
|
-
return _vm.decodeJumpUrl(item === null || item === void 0 ? void 0 : item.jumpUrl);
|
|
50870
|
-
}
|
|
50871
|
-
}
|
|
50872
|
-
}, [_c('span', [_vm._v(_vm._s(item === null || item === void 0 ? void 0 : item.button))]), _c('i', {
|
|
50873
|
-
staticClass: "el-icon-arrow-right"
|
|
50874
|
-
})])]);
|
|
50875
|
-
}), 0)])])])])]);
|
|
50876
|
-
};
|
|
50877
|
-
var staticRenderFns = [];
|
|
50878
|
-
|
|
50879
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
50880
|
-
var es_iterator_constructor = __webpack_require__(8111);
|
|
50881
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
50882
|
-
var es_iterator_filter = __webpack_require__(2489);
|
|
50883
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
50884
|
-
var es_iterator_map = __webpack_require__(1701);
|
|
50885
|
-
// EXTERNAL MODULE: ./src/utils/request.js + 2 modules
|
|
50886
|
-
var utils_request = __webpack_require__(1564);
|
|
50887
|
-
;// ./src/api/index.js
|
|
50888
|
-
|
|
50889
|
-
|
|
50890
|
-
// 页面配置保存接口
|
|
50891
|
-
function saveInstance(data) {
|
|
50892
|
-
return request({
|
|
50893
|
-
method: "post",
|
|
50894
|
-
url: "/omni-channel-service-console/rest/channelCmsCompInstance/saveInstance",
|
|
50895
|
-
data
|
|
50896
|
-
});
|
|
50897
|
-
}
|
|
50898
|
-
|
|
50899
|
-
// 页面组件配置信息查询接口
|
|
50900
|
-
function queryInstanceConfig(data) {
|
|
50901
|
-
return request({
|
|
50902
|
-
method: "post",
|
|
50903
|
-
url: "/omni-channel-service-console/rest/channelCmsCompInstance/queryInstanceConfig",
|
|
50904
|
-
data
|
|
50905
|
-
});
|
|
50906
|
-
}
|
|
50907
|
-
//B端25查询卡片组件下拉框
|
|
50908
|
-
function queryCategoryInfo(data) {
|
|
50909
|
-
return request({
|
|
50910
|
-
method: "post",
|
|
50911
|
-
url: "/ecosp-console/commodityCategory/queryCategoryList",
|
|
50912
|
-
data
|
|
50913
|
-
});
|
|
50914
|
-
}
|
|
50915
|
-
//B端25查询卡片
|
|
50916
|
-
function queryCommodityList(data) {
|
|
50917
|
-
return request({
|
|
50918
|
-
method: "post",
|
|
50919
|
-
url: "/ecosp-console/item/queryCommodityList",
|
|
50920
|
-
data
|
|
50921
|
-
});
|
|
50922
|
-
}
|
|
50923
|
-
//cmhk接口
|
|
50924
|
-
function queryV1(data, language) {
|
|
50925
|
-
return (0,utils_request/* default */.A)({
|
|
50926
|
-
method: "post",
|
|
50927
|
-
url: "/api/ecosp-emall/itemRest/commodity/queryV1",
|
|
50928
|
-
data,
|
|
50929
|
-
headers: {
|
|
50930
|
-
"Accept-Language": language || ""
|
|
50931
|
-
}
|
|
50932
|
-
});
|
|
50933
|
-
}
|
|
50934
|
-
//查询menuList
|
|
50935
|
-
function queryMenuList(data) {
|
|
50936
|
-
return request({
|
|
50937
|
-
method: "post",
|
|
50938
|
-
url: "/api/omni-channel-service-portal/rest/overAllMenuConfig/queryMenuListNew",
|
|
50939
|
-
data
|
|
50940
|
-
});
|
|
50941
|
-
}
|
|
50942
|
-
function uploadImage(data) {
|
|
50943
|
-
return request({
|
|
50944
|
-
method: "post",
|
|
50945
|
-
url: "/omni-channel-service-console/rest/commonFile/image",
|
|
50946
|
-
data
|
|
50947
|
-
});
|
|
50948
|
-
}
|
|
50949
|
-
function uploadVideo(data) {
|
|
50950
|
-
return request({
|
|
50951
|
-
method: "post",
|
|
50952
|
-
url: "/omni-channel-service-console/rest/commonFile/video",
|
|
50953
|
-
data
|
|
50954
|
-
});
|
|
50955
|
-
}
|
|
50956
|
-
/**
|
|
50957
|
-
* 查询部门列表
|
|
50958
|
-
* @returns {Promise}
|
|
50959
|
-
*/
|
|
50960
|
-
function queryDeptList(data) {
|
|
50961
|
-
return request({
|
|
50962
|
-
method: "post",
|
|
50963
|
-
url: "/omni-channel-service-console/rest/workBench/queryDeptList",
|
|
50964
|
-
data
|
|
50965
|
-
});
|
|
50966
|
-
}
|
|
50967
|
-
|
|
50968
|
-
/**
|
|
50969
|
-
* 查询面包屑列表
|
|
50970
|
-
* @returns {Promise}
|
|
50971
|
-
*/
|
|
50972
|
-
function queryBreadCrumbsList(data) {
|
|
50973
|
-
return request({
|
|
50974
|
-
method: "post",
|
|
50975
|
-
url: "/omni-channel-service-console/rest/workBench/queryBreadCrumbsList",
|
|
50976
|
-
data
|
|
50977
|
-
});
|
|
50978
|
-
}
|
|
50979
|
-
|
|
50980
|
-
/**
|
|
50981
|
-
* 查询页头页脚列表
|
|
50982
|
-
* @returns {Promise}
|
|
50983
|
-
*/
|
|
50984
|
-
function queryPageHfList(data) {
|
|
50985
|
-
return request({
|
|
50986
|
-
method: "post",
|
|
50987
|
-
url: "/omni-channel-service-console/rest/workBench/queryPageHfList",
|
|
50988
|
-
data
|
|
50989
|
-
});
|
|
50990
|
-
}
|
|
50991
|
-
|
|
50992
|
-
/**
|
|
50993
|
-
* 查询URL接口
|
|
50994
|
-
* @returns {Promise}
|
|
50995
|
-
*/
|
|
50996
|
-
function queryUrl(data) {
|
|
50997
|
-
return request({
|
|
50998
|
-
method: "post",
|
|
50999
|
-
url: "/omni-channel-service-console/rest/workBench/queryUrl",
|
|
51000
|
-
data
|
|
51001
|
-
});
|
|
51002
|
-
}
|
|
51003
|
-
|
|
51004
|
-
/**
|
|
51005
|
-
* 创建页面
|
|
51006
|
-
* @param {Object} pageData 页面数据
|
|
51007
|
-
* @returns {Promise}
|
|
51008
|
-
*/
|
|
51009
|
-
function createPage(data) {
|
|
51010
|
-
return request({
|
|
51011
|
-
method: "post",
|
|
51012
|
-
url: "/omni-channel-service-console/rest/workBench/createPage",
|
|
51013
|
-
data
|
|
51014
|
-
});
|
|
51015
|
-
}
|
|
51016
|
-
/**
|
|
51017
|
-
* 查询页面信息
|
|
51018
|
-
* @returns {Promise}
|
|
51019
|
-
*/
|
|
51020
|
-
function queryPageInfo(data) {
|
|
51021
|
-
return request({
|
|
51022
|
-
method: "post",
|
|
51023
|
-
url: "/omni-channel-service-console/rest/workBench/queryPageInfo",
|
|
51024
|
-
data
|
|
51025
|
-
});
|
|
51026
|
-
}
|
|
51027
|
-
|
|
51028
|
-
/**
|
|
51029
|
-
* 查询页面信息
|
|
51030
|
-
* @returns {Promise}
|
|
51031
|
-
*/
|
|
51032
|
-
function editPage(data) {
|
|
51033
|
-
return request({
|
|
51034
|
-
method: "post",
|
|
51035
|
-
url: "/omni-channel-service-console/rest/workBench/editPage",
|
|
51036
|
-
data
|
|
51037
|
-
});
|
|
51038
|
-
}
|
|
51039
|
-
/**
|
|
51040
|
-
* 字典值
|
|
51041
|
-
* @returns {Promise}
|
|
51042
|
-
*/
|
|
51043
|
-
function getPreDictonaryList(data) {
|
|
51044
|
-
return request({
|
|
51045
|
-
method: "post",
|
|
51046
|
-
url: "/omni-channel-service-console/rest/Dictionary/queryDictionaryList",
|
|
51047
|
-
data
|
|
51048
|
-
});
|
|
51049
|
-
}
|
|
51050
|
-
|
|
51051
|
-
/**
|
|
51052
|
-
* 无痕浏览
|
|
51053
|
-
* @returns {Promise}
|
|
51054
|
-
*/
|
|
51055
|
-
function saveTemporaryInfo(data) {
|
|
51056
|
-
return request({
|
|
51057
|
-
method: "post",
|
|
51058
|
-
url: "/omni-channel-service-console/rest/workBench/saveTempJson",
|
|
51059
|
-
data
|
|
51060
|
-
});
|
|
51061
|
-
}
|
|
51062
|
-
/**
|
|
51063
|
-
* 无痕浏览
|
|
51064
|
-
* @returns {Promise}
|
|
51065
|
-
*/
|
|
51066
|
-
function getTemporaryInfo(data) {
|
|
51067
|
-
return request({
|
|
51068
|
-
method: "post",
|
|
51069
|
-
url: "/omni-channel-service-console/rest/workBench/queryTempJson",
|
|
51070
|
-
data
|
|
51071
|
-
});
|
|
51072
|
-
}
|
|
51073
|
-
/**
|
|
51074
|
-
* 查询操作记录
|
|
51075
|
-
* @returns {Promise}
|
|
51076
|
-
*/
|
|
51077
|
-
function queryApproveList(data) {
|
|
51078
|
-
return request({
|
|
51079
|
-
method: "post",
|
|
51080
|
-
url: "/omni-channel-service-console/rest/workBench/queryApproveList",
|
|
51081
|
-
data
|
|
51082
|
-
});
|
|
51083
|
-
}
|
|
51084
|
-
/**
|
|
51085
|
-
* 通过栏目查询组件列表
|
|
51086
|
-
*/
|
|
51087
|
-
function queryComponentByColumn(data) {
|
|
51088
|
-
return request({
|
|
51089
|
-
method: "post",
|
|
51090
|
-
url: "/omni-channel-service-console/rest/component/queryComponentByColumn",
|
|
51091
|
-
data
|
|
51092
|
-
});
|
|
51093
|
-
}
|
|
51094
|
-
/**
|
|
51095
|
-
* 查询收藏组件列表
|
|
51096
|
-
*/
|
|
51097
|
-
function queryCollections(data) {
|
|
51098
|
-
return request({
|
|
51099
|
-
method: "post",
|
|
51100
|
-
url: "/omni-channel-service-console/rest/component/queryCollections",
|
|
51101
|
-
data
|
|
51102
|
-
});
|
|
51103
|
-
}
|
|
51104
|
-
/**
|
|
51105
|
-
* 收藏组件
|
|
51106
|
-
*/
|
|
51107
|
-
function collectionComponent(data) {
|
|
51108
|
-
return request({
|
|
51109
|
-
method: "post",
|
|
51110
|
-
url: "/omni-channel-service-console/rest/component/collectionComponent",
|
|
51111
|
-
data
|
|
51112
|
-
});
|
|
51113
|
-
}
|
|
51114
|
-
/**
|
|
51115
|
-
* 保存/删除/修改组件配置
|
|
51116
|
-
*/
|
|
51117
|
-
function syncComponentConfigure(data) {
|
|
51118
|
-
return request({
|
|
51119
|
-
method: "post",
|
|
51120
|
-
url: "/omni-channel-service-console/rest/component/syncComponentConfigure",
|
|
51121
|
-
data
|
|
51122
|
-
});
|
|
51123
|
-
}
|
|
51124
|
-
/**
|
|
51125
|
-
* 查询已保存组件列表
|
|
51126
|
-
*/
|
|
51127
|
-
function queryComponentConfigure(data) {
|
|
51128
|
-
return request({
|
|
51129
|
-
method: "post",
|
|
51130
|
-
url: "/omni-channel-service-console/rest/component/queryComponentConfigure",
|
|
51131
|
-
data
|
|
51132
|
-
});
|
|
51133
|
-
}
|
|
51134
|
-
function queryOperateList(data) {
|
|
51135
|
-
return request({
|
|
51136
|
-
method: "post",
|
|
51137
|
-
url: "/omni-channel-service-console/rest/workBench/queryOperateList",
|
|
51138
|
-
data
|
|
51139
|
-
});
|
|
51140
|
-
}
|
|
51141
|
-
function updateDefaultConfig(data) {
|
|
51142
|
-
return request({
|
|
51143
|
-
method: "post",
|
|
51144
|
-
url: "/omni-channel-service-console/rest/workBench/updateDefaultConfig",
|
|
51145
|
-
data
|
|
51146
|
-
});
|
|
51147
|
-
}
|
|
51148
|
-
function omniHeartbeat(data) {
|
|
51149
|
-
return request({
|
|
51150
|
-
method: "post",
|
|
51151
|
-
url: "/omni-channel-service-console/rest/workBench/keepAlive",
|
|
51152
|
-
data
|
|
51153
|
-
});
|
|
51154
|
-
}
|
|
51155
|
-
function emallHeartbeat(data) {
|
|
51156
|
-
return request({
|
|
51157
|
-
method: "post",
|
|
51158
|
-
url: "/ecosp-console/workbench/keepAlive",
|
|
51159
|
-
data
|
|
51160
|
-
});
|
|
51161
|
-
}
|
|
51162
|
-
function qryBtList(data) {
|
|
51163
|
-
return request({
|
|
51164
|
-
method: "post",
|
|
51165
|
-
url: "/omni-channel-service-console/rest/component/qryBtList",
|
|
51166
|
-
data
|
|
51167
|
-
});
|
|
51168
|
-
}
|
|
51169
|
-
// EXTERNAL MODULE: ./node_modules/qs/lib/index.js
|
|
51170
|
-
var lib = __webpack_require__(9122);
|
|
51171
|
-
var lib_default = /*#__PURE__*/__webpack_require__.n(lib);
|
|
51172
|
-
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
51173
|
-
var baseComp = __webpack_require__(5298);
|
|
51174
|
-
;// ./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-proCard/View.vue?vue&type=script&lang=js
|
|
51175
|
-
|
|
51176
|
-
|
|
51177
|
-
|
|
51178
|
-
|
|
51179
|
-
|
|
51180
|
-
|
|
51181
|
-
|
|
51182
|
-
|
|
51183
|
-
|
|
51184
|
-
|
|
51185
|
-
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
51186
|
-
name: "cms-proCard",
|
|
51187
|
-
components: {
|
|
51188
|
-
BaseComp: baseComp["default"]
|
|
51189
|
-
},
|
|
51190
|
-
props: {
|
|
51191
|
-
data: {
|
|
51192
|
-
type: Object,
|
|
51193
|
-
default: () => {
|
|
51194
|
-
return {};
|
|
51195
|
-
}
|
|
51196
|
-
},
|
|
51197
|
-
nowCompId: {
|
|
51198
|
-
type: [String, Number],
|
|
51199
|
-
default: ""
|
|
51200
|
-
},
|
|
51201
|
-
isOpcacity: {
|
|
51202
|
-
type: Boolean,
|
|
51203
|
-
default: true
|
|
51204
|
-
},
|
|
51205
|
-
lang: {
|
|
51206
|
-
type: String,
|
|
51207
|
-
default: "zh-HK"
|
|
51208
|
-
}
|
|
51209
|
-
},
|
|
51210
|
-
data() {
|
|
51211
|
-
return {
|
|
51212
|
-
configList: []
|
|
51229
|
+
configList: [],
|
|
51230
|
+
currentTab: "",
|
|
51231
|
+
swiperArrow: false,
|
|
51232
|
+
broadbandSwiperC: null,
|
|
51233
|
+
swiperBeginning: false,
|
|
51234
|
+
swiperEnd: false
|
|
51213
51235
|
};
|
|
51214
51236
|
},
|
|
51237
|
+
mounted() {
|
|
51238
|
+
this.$nextTick(() => {
|
|
51239
|
+
this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(".page-tab-swiper", {
|
|
51240
|
+
autoplay: false,
|
|
51241
|
+
loop: false,
|
|
51242
|
+
// 循环模式选项
|
|
51243
|
+
spaceBetween: 0,
|
|
51244
|
+
slidesPerView: "auto",
|
|
51245
|
+
// slidesPerGroup:1,
|
|
51246
|
+
observer: true,
|
|
51247
|
+
observeParents: true
|
|
51248
|
+
});
|
|
51249
|
+
// 0820 -end
|
|
51250
|
+
});
|
|
51251
|
+
this.currentTab = this.configList[0].input1;
|
|
51252
|
+
},
|
|
51215
51253
|
methods: {
|
|
51216
51254
|
getConfigData(configData) {
|
|
51217
51255
|
this.configList = configData.configList;
|
|
51218
|
-
this
|
|
51256
|
+
this.$nextTick(() => {
|
|
51257
|
+
var _this$broadbandSwiper, _this$broadbandSwiper2;
|
|
51258
|
+
if (!this.$refs.barparent || !this.broadbandSwiperC) return;
|
|
51259
|
+
const parentClientWidth = this.$refs.barparent.clientWidth;
|
|
51260
|
+
console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
|
|
51261
|
+
if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
|
|
51262
|
+
this.swiperArrow = false;
|
|
51263
|
+
} else {
|
|
51264
|
+
this.swiperArrow = true;
|
|
51265
|
+
}
|
|
51266
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
51267
|
+
this.swiperBeginning = true;
|
|
51268
|
+
}
|
|
51269
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
51270
|
+
this.swiperEnd = true;
|
|
51271
|
+
}
|
|
51272
|
+
});
|
|
51219
51273
|
},
|
|
51220
|
-
|
|
51221
|
-
|
|
51222
|
-
|
|
51223
|
-
|
|
51224
|
-
|
|
51274
|
+
clickSwiperPrev() {
|
|
51275
|
+
this.broadbandSwiperC.slidePrev();
|
|
51276
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
51277
|
+
this.swiperBeginning = true;
|
|
51278
|
+
} else {
|
|
51279
|
+
this.swiperBeginning = false;
|
|
51280
|
+
}
|
|
51281
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
51282
|
+
this.swiperEnd = true;
|
|
51283
|
+
} else {
|
|
51284
|
+
this.swiperEnd = false;
|
|
51225
51285
|
}
|
|
51226
51286
|
},
|
|
51227
|
-
|
|
51228
|
-
|
|
51229
|
-
|
|
51230
|
-
|
|
51231
|
-
isPre: "N",
|
|
51232
|
-
channelId: "WWW"
|
|
51233
|
-
})
|
|
51234
|
-
};
|
|
51235
|
-
req = lib_default().stringify(req);
|
|
51236
|
-
const res = await queryV1(req);
|
|
51237
|
-
let result = {};
|
|
51238
|
-
const defaultPic = "https://omniapi.hk.chinamobile.com/upload/images/omni-channel-service-console/preferential/2023-11-15/ORIGINAL_20231115155223_BGxrpNa0_580x580.jpg?auto=format,compress&ar=1:1&fm=webp";
|
|
51239
|
-
if (res.resCode == "000000") {
|
|
51240
|
-
const commodityInfo = res.busiResp.busiDataResp[0];
|
|
51241
|
-
const {
|
|
51242
|
-
malltCommodityPrice = []
|
|
51243
|
-
} = commodityInfo;
|
|
51244
|
-
const priceNode = malltCommodityPrice.filter(item => item.isDefault == "1");
|
|
51245
|
-
const [currentSku = {}] = priceNode.length ? priceNode : malltCommodityPrice;
|
|
51246
|
-
const pictureUrl = currentSku !== null && currentSku !== void 0 && currentSku.commodityPricePictureVos.length ? currentSku === null || currentSku === void 0 ? void 0 : currentSku.commodityPricePictureVos[0].malltPictureVos[0].pictureUrl : defaultPic;
|
|
51247
|
-
result = {
|
|
51248
|
-
...info,
|
|
51249
|
-
commodityId: commodityInfo.commodityId,
|
|
51250
|
-
ImageUrl: pictureUrl,
|
|
51251
|
-
title: commodityInfo.commodityTitle,
|
|
51252
|
-
input4: `${(currentSku === null || currentSku === void 0 ? void 0 : currentSku.refPrice) / 100}`
|
|
51253
|
-
};
|
|
51287
|
+
clickSwiperNext() {
|
|
51288
|
+
this.broadbandSwiperC.slideNext();
|
|
51289
|
+
if (this.broadbandSwiperC.isBeginning) {
|
|
51290
|
+
this.swiperBeginning = true;
|
|
51254
51291
|
} else {
|
|
51255
|
-
|
|
51256
|
-
|
|
51257
|
-
|
|
51292
|
+
this.swiperBeginning = false;
|
|
51293
|
+
}
|
|
51294
|
+
if (this.broadbandSwiperC.isEnd) {
|
|
51295
|
+
this.swiperEnd = true;
|
|
51296
|
+
} else {
|
|
51297
|
+
this.swiperEnd = false;
|
|
51258
51298
|
}
|
|
51259
|
-
|
|
51299
|
+
},
|
|
51300
|
+
changeTab(item) {
|
|
51301
|
+
this.currentTab = item.input1;
|
|
51260
51302
|
},
|
|
51261
51303
|
decodeJumpUrl(url) {
|
|
51262
51304
|
if (!url) return;
|
|
51263
51305
|
top.location.href = url;
|
|
51264
51306
|
}
|
|
51307
|
+
},
|
|
51308
|
+
computed: {
|
|
51309
|
+
_showTipsInfo() {
|
|
51310
|
+
const [result = {}] = this.configList.filter(item => item.input1 == this.currentTab);
|
|
51311
|
+
return result.input2;
|
|
51312
|
+
}
|
|
51265
51313
|
}
|
|
51266
51314
|
});
|
|
51267
|
-
;// ./package/cms-
|
|
51268
|
-
/* harmony default export */ var
|
|
51315
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
|
|
51316
|
+
/* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
51317
|
+
;// ./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
|
|
51318
|
+
// extracted by mini-css-extract-plugin
|
|
51319
|
+
|
|
51320
|
+
;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=5ec6e7e1&prod&lang=scss&scoped=true
|
|
51321
|
+
|
|
51269
51322
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
51270
51323
|
var componentNormalizer = __webpack_require__(1656);
|
|
51271
|
-
;// ./package/cms-
|
|
51324
|
+
;// ./package/cms-termsAndConditions/View.vue
|
|
51272
51325
|
|
|
51273
51326
|
|
|
51274
51327
|
|
|
51328
|
+
;
|
|
51275
51329
|
|
|
51276
51330
|
|
|
51277
51331
|
/* normalize component */
|
|
51278
|
-
|
|
51332
|
+
|
|
51279
51333
|
var component = (0,componentNormalizer/* default */.A)(
|
|
51280
|
-
|
|
51334
|
+
cms_termsAndConditions_Viewvue_type_script_lang_js,
|
|
51281
51335
|
render,
|
|
51282
51336
|
staticRenderFns,
|
|
51283
51337
|
false,
|
|
51284
51338
|
null,
|
|
51285
|
-
"
|
|
51339
|
+
"5ec6e7e1",
|
|
51286
51340
|
null
|
|
51287
51341
|
|
|
51288
51342
|
)
|
|
51289
51343
|
|
|
51290
51344
|
/* harmony default export */ var View = (component.exports);
|
|
51291
51345
|
|
|
51346
|
+
/***/ }),
|
|
51347
|
+
|
|
51348
|
+
/***/ 8100:
|
|
51349
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
51350
|
+
|
|
51351
|
+
"use strict";
|
|
51352
|
+
|
|
51353
|
+
var $ = __webpack_require__(6518);
|
|
51354
|
+
var $transfer = __webpack_require__(5636);
|
|
51355
|
+
|
|
51356
|
+
// `ArrayBuffer.prototype.transfer` method
|
|
51357
|
+
// https://tc39.es/proposal-arraybuffer-transfer/#sec-arraybuffer.prototype.transfer
|
|
51358
|
+
if ($transfer) $({ target: 'ArrayBuffer', proto: true }, {
|
|
51359
|
+
transfer: function transfer() {
|
|
51360
|
+
return $transfer(this, arguments.length ? arguments[0] : undefined, true);
|
|
51361
|
+
}
|
|
51362
|
+
});
|
|
51363
|
+
|
|
51364
|
+
|
|
51365
|
+
/***/ }),
|
|
51366
|
+
|
|
51367
|
+
/***/ 8111:
|
|
51368
|
+
/***/ (function(__unused_webpack_module, __unused_webpack_exports, __webpack_require__) {
|
|
51369
|
+
|
|
51370
|
+
"use strict";
|
|
51371
|
+
|
|
51372
|
+
var $ = __webpack_require__(6518);
|
|
51373
|
+
var globalThis = __webpack_require__(4576);
|
|
51374
|
+
var anInstance = __webpack_require__(679);
|
|
51375
|
+
var anObject = __webpack_require__(8551);
|
|
51376
|
+
var isCallable = __webpack_require__(4901);
|
|
51377
|
+
var getPrototypeOf = __webpack_require__(2787);
|
|
51378
|
+
var defineBuiltInAccessor = __webpack_require__(2106);
|
|
51379
|
+
var createProperty = __webpack_require__(4659);
|
|
51380
|
+
var fails = __webpack_require__(9039);
|
|
51381
|
+
var hasOwn = __webpack_require__(9297);
|
|
51382
|
+
var wellKnownSymbol = __webpack_require__(8227);
|
|
51383
|
+
var IteratorPrototype = (__webpack_require__(7657).IteratorPrototype);
|
|
51384
|
+
var DESCRIPTORS = __webpack_require__(3724);
|
|
51385
|
+
var IS_PURE = __webpack_require__(6395);
|
|
51386
|
+
|
|
51387
|
+
var CONSTRUCTOR = 'constructor';
|
|
51388
|
+
var ITERATOR = 'Iterator';
|
|
51389
|
+
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
|
|
51390
|
+
|
|
51391
|
+
var $TypeError = TypeError;
|
|
51392
|
+
var NativeIterator = globalThis[ITERATOR];
|
|
51393
|
+
|
|
51394
|
+
// FF56- have non-standard global helper `Iterator`
|
|
51395
|
+
var FORCED = IS_PURE
|
|
51396
|
+
|| !isCallable(NativeIterator)
|
|
51397
|
+
|| NativeIterator.prototype !== IteratorPrototype
|
|
51398
|
+
// FF44- non-standard `Iterator` passes previous tests
|
|
51399
|
+
|| !fails(function () { NativeIterator({}); });
|
|
51400
|
+
|
|
51401
|
+
var IteratorConstructor = function Iterator() {
|
|
51402
|
+
anInstance(this, IteratorPrototype);
|
|
51403
|
+
if (getPrototypeOf(this) === IteratorPrototype) throw new $TypeError('Abstract class Iterator not directly constructable');
|
|
51404
|
+
};
|
|
51405
|
+
|
|
51406
|
+
var defineIteratorPrototypeAccessor = function (key, value) {
|
|
51407
|
+
if (DESCRIPTORS) {
|
|
51408
|
+
defineBuiltInAccessor(IteratorPrototype, key, {
|
|
51409
|
+
configurable: true,
|
|
51410
|
+
get: function () {
|
|
51411
|
+
return value;
|
|
51412
|
+
},
|
|
51413
|
+
set: function (replacement) {
|
|
51414
|
+
anObject(this);
|
|
51415
|
+
if (this === IteratorPrototype) throw new $TypeError("You can't redefine this property");
|
|
51416
|
+
if (hasOwn(this, key)) this[key] = replacement;
|
|
51417
|
+
else createProperty(this, key, replacement);
|
|
51418
|
+
}
|
|
51419
|
+
});
|
|
51420
|
+
} else IteratorPrototype[key] = value;
|
|
51421
|
+
};
|
|
51422
|
+
|
|
51423
|
+
if (!hasOwn(IteratorPrototype, TO_STRING_TAG)) defineIteratorPrototypeAccessor(TO_STRING_TAG, ITERATOR);
|
|
51424
|
+
|
|
51425
|
+
if (FORCED || !hasOwn(IteratorPrototype, CONSTRUCTOR) || IteratorPrototype[CONSTRUCTOR] === Object) {
|
|
51426
|
+
defineIteratorPrototypeAccessor(CONSTRUCTOR, IteratorConstructor);
|
|
51427
|
+
}
|
|
51428
|
+
|
|
51429
|
+
IteratorConstructor.prototype = IteratorPrototype;
|
|
51430
|
+
|
|
51431
|
+
// `Iterator` constructor
|
|
51432
|
+
// https://tc39.es/ecma262/#sec-iterator
|
|
51433
|
+
$({ global: true, constructor: true, forced: FORCED }, {
|
|
51434
|
+
Iterator: IteratorConstructor
|
|
51435
|
+
});
|
|
51436
|
+
|
|
51437
|
+
|
|
51292
51438
|
/***/ }),
|
|
51293
51439
|
|
|
51294
51440
|
/***/ 8123:
|
|
@@ -51486,7 +51632,7 @@ var render = function render() {
|
|
|
51486
51632
|
var staticRenderFns = [];
|
|
51487
51633
|
|
|
51488
51634
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
51489
|
-
var baseComp = __webpack_require__(
|
|
51635
|
+
var baseComp = __webpack_require__(1941);
|
|
51490
51636
|
;// ./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-group/View.vue?vue&type=script&lang=js
|
|
51491
51637
|
|
|
51492
51638
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -51685,7 +51831,7 @@ var render = function render() {
|
|
|
51685
51831
|
var staticRenderFns = [];
|
|
51686
51832
|
|
|
51687
51833
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
51688
|
-
var baseComp = __webpack_require__(
|
|
51834
|
+
var baseComp = __webpack_require__(1941);
|
|
51689
51835
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-iconFour/View.vue?vue&type=script&lang=js
|
|
51690
51836
|
|
|
51691
51837
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -51890,7 +52036,7 @@ var swiper = __webpack_require__(2791);
|
|
|
51890
52036
|
// EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
|
|
51891
52037
|
var swiper_esm_bundle = __webpack_require__(4418);
|
|
51892
52038
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
51893
|
-
var baseComp = __webpack_require__(
|
|
52039
|
+
var baseComp = __webpack_require__(1941);
|
|
51894
52040
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-imgFour/View.vue?vue&type=script&lang=js
|
|
51895
52041
|
|
|
51896
52042
|
|
|
@@ -52084,7 +52230,7 @@ var staticRenderFns = [];
|
|
|
52084
52230
|
;// ./package/cms-activityTime/View.vue?vue&type=template&id=0e496ed4&scoped=true
|
|
52085
52231
|
|
|
52086
52232
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
52087
|
-
var baseComp = __webpack_require__(
|
|
52233
|
+
var baseComp = __webpack_require__(1941);
|
|
52088
52234
|
;// ./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-activityTime/View.vue?vue&type=script&lang=js
|
|
52089
52235
|
|
|
52090
52236
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -52426,7 +52572,7 @@ var es_iterator_constructor = __webpack_require__(8111);
|
|
|
52426
52572
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
52427
52573
|
var es_iterator_for_each = __webpack_require__(7588);
|
|
52428
52574
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
52429
|
-
var baseComp = __webpack_require__(
|
|
52575
|
+
var baseComp = __webpack_require__(1941);
|
|
52430
52576
|
;// ./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
|
|
52431
52577
|
|
|
52432
52578
|
|
|
@@ -53365,7 +53511,7 @@ var render = function render() {
|
|
|
53365
53511
|
var staticRenderFns = [];
|
|
53366
53512
|
|
|
53367
53513
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
53368
|
-
var baseComp = __webpack_require__(
|
|
53514
|
+
var baseComp = __webpack_require__(1941);
|
|
53369
53515
|
// EXTERNAL MODULE: ./src/utils/request.js + 2 modules
|
|
53370
53516
|
var utils_request = __webpack_require__(1564);
|
|
53371
53517
|
;// ./src/api/servePlan.js
|
|
@@ -53744,17 +53890,21 @@ const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSc
|
|
|
53744
53890
|
__webpack_require__.r(__webpack_exports__);
|
|
53745
53891
|
/* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
|
|
53746
53892
|
|
|
53747
|
-
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__,
|
|
53893
|
+
const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1429));
|
|
53748
53894
|
const langData = {
|
|
53749
53895
|
title1: "标题",
|
|
53750
53896
|
title2: "副标题"
|
|
53751
53897
|
};
|
|
53752
53898
|
const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataType)(langData, {
|
|
53753
53899
|
title1: {
|
|
53754
|
-
label: "标题"
|
|
53900
|
+
label: "标题",
|
|
53901
|
+
widgetType: "el-input",
|
|
53902
|
+
type: "textarea"
|
|
53755
53903
|
},
|
|
53756
53904
|
title2: {
|
|
53757
|
-
label: "副标题"
|
|
53905
|
+
label: "副标题",
|
|
53906
|
+
widgetType: "el-input",
|
|
53907
|
+
type: "textarea"
|
|
53758
53908
|
}
|
|
53759
53909
|
});
|
|
53760
53910
|
const validateSchema = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getValidateSchema)(langData);
|
|
@@ -53925,7 +54075,7 @@ var render = function render() {
|
|
|
53925
54075
|
var staticRenderFns = [];
|
|
53926
54076
|
|
|
53927
54077
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
53928
|
-
var baseComp = __webpack_require__(
|
|
54078
|
+
var baseComp = __webpack_require__(1941);
|
|
53929
54079
|
// EXTERNAL MODULE: ./src/utils/jumpUrl.js
|
|
53930
54080
|
var jumpUrl = __webpack_require__(813);
|
|
53931
54081
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-titleLeft/View.vue?vue&type=script&setup=true&lang=js
|
|
@@ -54390,7 +54540,7 @@ var render = function render() {
|
|
|
54390
54540
|
var staticRenderFns = [];
|
|
54391
54541
|
|
|
54392
54542
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
54393
|
-
var baseComp = __webpack_require__(
|
|
54543
|
+
var baseComp = __webpack_require__(1941);
|
|
54394
54544
|
;// ./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-image-group/View.vue?vue&type=script&lang=js
|
|
54395
54545
|
|
|
54396
54546
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -54526,7 +54676,8 @@ const configDataType = (0,_baseConfig__WEBPACK_IMPORTED_MODULE_0__.getLangDataTy
|
|
|
54526
54676
|
label: "条款名称"
|
|
54527
54677
|
},
|
|
54528
54678
|
input2: {
|
|
54529
|
-
label: "内容"
|
|
54679
|
+
label: "内容",
|
|
54680
|
+
widgetType: "isRichText"
|
|
54530
54681
|
}
|
|
54531
54682
|
}]
|
|
54532
54683
|
}
|
|
@@ -54773,7 +54924,7 @@ var render = function render() {
|
|
|
54773
54924
|
var staticRenderFns = [];
|
|
54774
54925
|
|
|
54775
54926
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
54776
|
-
var baseComp = __webpack_require__(
|
|
54927
|
+
var baseComp = __webpack_require__(1941);
|
|
54777
54928
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-text/View.vue?vue&type=script&lang=js
|
|
54778
54929
|
|
|
54779
54930
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -55489,6 +55640,401 @@ module.exports = {
|
|
|
55489
55640
|
};
|
|
55490
55641
|
|
|
55491
55642
|
|
|
55643
|
+
/***/ }),
|
|
55644
|
+
|
|
55645
|
+
/***/ 9670:
|
|
55646
|
+
/***/ (function(module) {
|
|
55647
|
+
|
|
55648
|
+
"use strict";
|
|
55649
|
+
module.exports = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAMlJREFUWEftlMENwjAMRb9PrFEmgBWYqxcuiLFYASageyCRKlUqocpt/J1DOTjHyP5++bEt2PnIzvURAOFAOBAO/KcDp1t65w0pH1yeVxlatuX5nrr0xSNrvHo5LrVUBwpAB2BogfgpPmmZAZaJHgirxmoPWAW072FyN5uQEZpB2JzqFDCCTOwMXAXIgRZhS4z2XSaAGoS3+DTqzIxrhXAAypy7xpYC0JwoD3AVpx1Y6fR87V5YtAMKRNPKdgMwvbMVGwDhQDgQDoyvGK8h0ZAi2wAAAABJRU5ErkJggg==";
|
|
55650
|
+
|
|
55651
|
+
/***/ }),
|
|
55652
|
+
|
|
55653
|
+
/***/ 9673:
|
|
55654
|
+
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
55655
|
+
|
|
55656
|
+
"use strict";
|
|
55657
|
+
// ESM COMPAT FLAG
|
|
55658
|
+
__webpack_require__.r(__webpack_exports__);
|
|
55659
|
+
|
|
55660
|
+
// EXPORTS
|
|
55661
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
55662
|
+
"default": function() { return /* binding */ View; }
|
|
55663
|
+
});
|
|
55664
|
+
|
|
55665
|
+
;// ./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-stored-value-card/View.vue?vue&type=template&id=5dba4ef6&scoped=true
|
|
55666
|
+
var render = function render() {
|
|
55667
|
+
var _vm = this,
|
|
55668
|
+
_c = _vm._self._c;
|
|
55669
|
+
return _c('BaseComp', _vm._b({
|
|
55670
|
+
attrs: {
|
|
55671
|
+
"data": _vm.data,
|
|
55672
|
+
"nowCompId": _vm.nowCompId,
|
|
55673
|
+
"isOpcacity": _vm.isOpcacity,
|
|
55674
|
+
"lang": _vm.lang
|
|
55675
|
+
},
|
|
55676
|
+
on: {
|
|
55677
|
+
"getConfigData": _vm.getConfigData
|
|
55678
|
+
}
|
|
55679
|
+
}, 'BaseComp', _vm.$attrs, false), [_c('section', {
|
|
55680
|
+
staticClass: "cmhk-home_main"
|
|
55681
|
+
}, [_c('div', {
|
|
55682
|
+
staticClass: "wrap"
|
|
55683
|
+
}, [_c('div', {
|
|
55684
|
+
ref: "cardList",
|
|
55685
|
+
staticClass: "cardList"
|
|
55686
|
+
}, [_vm.configList.length === 0 ? [_c('div', {
|
|
55687
|
+
staticClass: "card-box"
|
|
55688
|
+
}, [_c('div', {
|
|
55689
|
+
staticClass: "card"
|
|
55690
|
+
}, [_c('div', {
|
|
55691
|
+
staticClass: "img-box"
|
|
55692
|
+
}, [_c('div', {
|
|
55693
|
+
staticClass: "card-img",
|
|
55694
|
+
class: {
|
|
55695
|
+
'is-cms': _vm.$EventBus
|
|
55696
|
+
}
|
|
55697
|
+
}, [_c('img', {
|
|
55698
|
+
staticStyle: {
|
|
55699
|
+
"height": "200px"
|
|
55700
|
+
},
|
|
55701
|
+
attrs: {
|
|
55702
|
+
"src": _vm.placeholderImg,
|
|
55703
|
+
"alt": ""
|
|
55704
|
+
}
|
|
55705
|
+
})])]), _c('div', {
|
|
55706
|
+
staticClass: "content-box"
|
|
55707
|
+
}, [_c('div', {
|
|
55708
|
+
staticClass: "card-name"
|
|
55709
|
+
}, [_vm._v(_vm._s(_vm.langText.productName))]), _c('div', {
|
|
55710
|
+
staticClass: "text-box"
|
|
55711
|
+
}, [_c('div', {
|
|
55712
|
+
staticClass: "card-refPrice"
|
|
55713
|
+
}, [_vm._v(" " + _vm._s(_vm.langText.Price) + " HK$XXXX ")]), _c('div', {
|
|
55714
|
+
staticClass: "card-pice-text"
|
|
55715
|
+
}, [_vm._v(_vm._s(_vm.langText.onlinePrice))])]), _c('div', {
|
|
55716
|
+
staticClass: "card-pice"
|
|
55717
|
+
}, [_c('span', [_vm._v("HK$")]), _vm._v("XXXX")]), _c('div', {
|
|
55718
|
+
staticClass: "card-btn"
|
|
55719
|
+
}, [_vm._v(_vm._s(_vm.langText.buyNow))])])])])] : _vm._e(), _vm._l(_vm.viewList, function (item, index) {
|
|
55720
|
+
return _c('div', {
|
|
55721
|
+
key: `${index}-${item.commodityId || index}`,
|
|
55722
|
+
staticClass: "card-box"
|
|
55723
|
+
}, [_c('div', {
|
|
55724
|
+
staticClass: "card"
|
|
55725
|
+
}, [_c('div', {
|
|
55726
|
+
staticClass: "tag-box-left"
|
|
55727
|
+
}, [_vm._l(item.malltCommodityLeft, function (ele, i) {
|
|
55728
|
+
return [_c('img', {
|
|
55729
|
+
key: i,
|
|
55730
|
+
attrs: {
|
|
55731
|
+
"src": _vm.compBaseUrl + ele.pictureUrl,
|
|
55732
|
+
"alt": ""
|
|
55733
|
+
}
|
|
55734
|
+
})];
|
|
55735
|
+
})], 2), _c('div', {
|
|
55736
|
+
staticClass: "tag-box-right"
|
|
55737
|
+
}, [_vm._l(item.malltCommodityRight, function (ele, i) {
|
|
55738
|
+
return [_c('img', {
|
|
55739
|
+
key: i,
|
|
55740
|
+
attrs: {
|
|
55741
|
+
"src": _vm.compBaseUrl + ele.pictureUrl,
|
|
55742
|
+
"alt": ""
|
|
55743
|
+
}
|
|
55744
|
+
})];
|
|
55745
|
+
})], 2), _c('div', {
|
|
55746
|
+
staticClass: "img-box"
|
|
55747
|
+
}, [_vm.isNotActive(item) ? _c('div', {
|
|
55748
|
+
staticClass: "mask"
|
|
55749
|
+
}, [_vm._v(" " + _vm._s(new Date(item.upTime).getTime() > _vm.nowTs ? _vm.langText.comingSoon : _vm.langText.expired) + " ")]) : _vm._e(), _c('div', {
|
|
55750
|
+
staticClass: "card-img",
|
|
55751
|
+
class: {
|
|
55752
|
+
'is-cms': _vm.$EventBus
|
|
55753
|
+
}
|
|
55754
|
+
}, [_c('img', {
|
|
55755
|
+
attrs: {
|
|
55756
|
+
"src": _vm.compBaseUrl + item.maxPicId,
|
|
55757
|
+
"alt": ""
|
|
55758
|
+
}
|
|
55759
|
+
})])]), _c('div', {
|
|
55760
|
+
staticClass: "content-box"
|
|
55761
|
+
}, [_vm.isNotActive(item) ? _c('div', {
|
|
55762
|
+
staticClass: "content-mask"
|
|
55763
|
+
}) : _vm._e(), _c('div', {
|
|
55764
|
+
staticClass: "card-name"
|
|
55765
|
+
}, [_vm._v(_vm._s(item.commodityName))]), _c('div', {
|
|
55766
|
+
staticClass: "text-box"
|
|
55767
|
+
}, [item.price !== item.refPrice ? _c('div', {
|
|
55768
|
+
staticClass: "card-refPrice"
|
|
55769
|
+
}, [_vm._v(" " + _vm._s(_vm.langText.Price) + " HK$" + _vm._s(_vm.convertCentsToYuan(item.refPrice)) + " ")]) : _c('div', {
|
|
55770
|
+
staticClass: "card-refPrice"
|
|
55771
|
+
}), _c('div', {
|
|
55772
|
+
staticClass: "card-pice-text"
|
|
55773
|
+
}, [_vm._v(" " + _vm._s(item.price !== item.refPrice ? _vm.langText.onlinePrice : _vm.langText.Price) + " ")])]), _c('div', {
|
|
55774
|
+
staticClass: "card-pice spc-font"
|
|
55775
|
+
}, [_c('span', [_vm._v("HK$")]), _vm._v(_vm._s(_vm.convertCentsToYuan(item.price)) + " ")]), _vm.isActive(item) ? _c('div', {
|
|
55776
|
+
staticClass: "card-btn",
|
|
55777
|
+
on: {
|
|
55778
|
+
"click": function ($event) {
|
|
55779
|
+
return _vm.goDetail(item);
|
|
55780
|
+
}
|
|
55781
|
+
}
|
|
55782
|
+
}, [_vm._v(" " + _vm._s(_vm.langText.buyNow)), _c('img', {
|
|
55783
|
+
attrs: {
|
|
55784
|
+
"src": _vm.arrowRightImg
|
|
55785
|
+
}
|
|
55786
|
+
})]) : _c('div', {
|
|
55787
|
+
staticClass: "card-btn"
|
|
55788
|
+
}, [_vm._v(" " + _vm._s(new Date(item.upTime).getTime() > _vm.nowTs ? (_vm.langText.launch || "").replace("NNN", item.upTime) : _vm.langText.Offer) + " ")])])])]);
|
|
55789
|
+
})], 2), !_vm.seeMore && _vm.configList.length > 9 ? _c('div', {
|
|
55790
|
+
ref: "seeMoreRef",
|
|
55791
|
+
staticClass: "seeMore",
|
|
55792
|
+
on: {
|
|
55793
|
+
"click": function ($event) {
|
|
55794
|
+
_vm.seeMore = true;
|
|
55795
|
+
}
|
|
55796
|
+
}
|
|
55797
|
+
}, [_vm._v(" " + _vm._s(_vm.langText.more) + " "), _c('img', {
|
|
55798
|
+
staticClass: "btm",
|
|
55799
|
+
attrs: {
|
|
55800
|
+
"src": _vm.arrowDownImg
|
|
55801
|
+
}
|
|
55802
|
+
}), _c('img', {
|
|
55803
|
+
staticClass: "hover",
|
|
55804
|
+
attrs: {
|
|
55805
|
+
"src": _vm.arrowHoverImg
|
|
55806
|
+
}
|
|
55807
|
+
}), _c('img', {
|
|
55808
|
+
staticClass: "active",
|
|
55809
|
+
attrs: {
|
|
55810
|
+
"src": _vm.arrowActiveImg
|
|
55811
|
+
}
|
|
55812
|
+
})]) : _vm._e()])])]);
|
|
55813
|
+
};
|
|
55814
|
+
var staticRenderFns = [];
|
|
55815
|
+
|
|
55816
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
|
|
55817
|
+
var es_iterator_constructor = __webpack_require__(8111);
|
|
55818
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
|
|
55819
|
+
var es_iterator_filter = __webpack_require__(2489);
|
|
55820
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
|
|
55821
|
+
var es_iterator_for_each = __webpack_require__(7588);
|
|
55822
|
+
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
55823
|
+
var baseComp = __webpack_require__(1941);
|
|
55824
|
+
// EXTERNAL MODULE: ./src/api/index.js
|
|
55825
|
+
var api = __webpack_require__(929);
|
|
55826
|
+
// EXTERNAL MODULE: ./node_modules/qs/lib/index.js
|
|
55827
|
+
var lib = __webpack_require__(9122);
|
|
55828
|
+
var lib_default = /*#__PURE__*/__webpack_require__.n(lib);
|
|
55829
|
+
;// ./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-stored-value-card/View.vue?vue&type=script&lang=js
|
|
55830
|
+
|
|
55831
|
+
|
|
55832
|
+
|
|
55833
|
+
|
|
55834
|
+
|
|
55835
|
+
|
|
55836
|
+
|
|
55837
|
+
|
|
55838
|
+
|
|
55839
|
+
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
55840
|
+
name: "cms-stored-value-card",
|
|
55841
|
+
components: {
|
|
55842
|
+
BaseComp: baseComp["default"]
|
|
55843
|
+
},
|
|
55844
|
+
props: {
|
|
55845
|
+
data: {
|
|
55846
|
+
type: Object,
|
|
55847
|
+
default: () => {
|
|
55848
|
+
return {};
|
|
55849
|
+
}
|
|
55850
|
+
},
|
|
55851
|
+
nowCompId: {
|
|
55852
|
+
type: [String, Number],
|
|
55853
|
+
default: ""
|
|
55854
|
+
},
|
|
55855
|
+
isOpcacity: {
|
|
55856
|
+
type: Boolean,
|
|
55857
|
+
default: true
|
|
55858
|
+
},
|
|
55859
|
+
lang: {
|
|
55860
|
+
type: String,
|
|
55861
|
+
default: "zh-HK"
|
|
55862
|
+
}
|
|
55863
|
+
},
|
|
55864
|
+
data() {
|
|
55865
|
+
return {
|
|
55866
|
+
langConfig: {
|
|
55867
|
+
"zh-HK": {
|
|
55868
|
+
productName: "產品名稱",
|
|
55869
|
+
Price: "建議零售價",
|
|
55870
|
+
onlinePrice: "網上優惠價",
|
|
55871
|
+
buyNow: "立即選購",
|
|
55872
|
+
comingSoon: "即將推出",
|
|
55873
|
+
expired: "優惠已過期",
|
|
55874
|
+
more: "查看更多",
|
|
55875
|
+
launch: "NNN 上線",
|
|
55876
|
+
Offer: "優惠即將推出"
|
|
55877
|
+
},
|
|
55878
|
+
"zh-CN": {
|
|
55879
|
+
productName: "产品名称",
|
|
55880
|
+
Price: "建议零售价",
|
|
55881
|
+
onlinePrice: "网上优惠价",
|
|
55882
|
+
buyNow: "立即选购",
|
|
55883
|
+
comingSoon: "即将推出",
|
|
55884
|
+
expired: "优惠已过期",
|
|
55885
|
+
more: "查看更多",
|
|
55886
|
+
launch: "NNN 上线",
|
|
55887
|
+
Offer: "优惠即将推出"
|
|
55888
|
+
},
|
|
55889
|
+
"en-US": {
|
|
55890
|
+
productName: "Product Name",
|
|
55891
|
+
Price: "RRP",
|
|
55892
|
+
onlinePrice: "Online Price",
|
|
55893
|
+
buyNow: "Buy Now",
|
|
55894
|
+
comingSoon: "Coming Soon",
|
|
55895
|
+
expired: "Expired",
|
|
55896
|
+
more: "See more",
|
|
55897
|
+
launch: "Launch at NNN",
|
|
55898
|
+
Offer: "Offer Coming"
|
|
55899
|
+
}
|
|
55900
|
+
},
|
|
55901
|
+
configList: [],
|
|
55902
|
+
seeMore: false,
|
|
55903
|
+
nowTs: Date.now(),
|
|
55904
|
+
compBaseUrl: this.$route.query.envId == 4 ? "https://omniapi.hk.chinamobile.com" : "https://omniapi-uat.hk.chinamobile.com",
|
|
55905
|
+
// images
|
|
55906
|
+
placeholderImg: __webpack_require__(5335),
|
|
55907
|
+
arrowRightImg: __webpack_require__(4860),
|
|
55908
|
+
arrowDownImg: __webpack_require__(1861),
|
|
55909
|
+
arrowHoverImg: __webpack_require__(4116),
|
|
55910
|
+
arrowActiveImg: __webpack_require__(9670),
|
|
55911
|
+
shopList: []
|
|
55912
|
+
};
|
|
55913
|
+
},
|
|
55914
|
+
computed: {
|
|
55915
|
+
langText() {
|
|
55916
|
+
return this.config && this.langConfig && this.langConfig[this.lang] || this.langConfig["zh-HK"];
|
|
55917
|
+
},
|
|
55918
|
+
viewList() {
|
|
55919
|
+
if (this.seeMore) return this.shopList;
|
|
55920
|
+
return this.shopList.slice(0, 9);
|
|
55921
|
+
}
|
|
55922
|
+
},
|
|
55923
|
+
mounted() {
|
|
55924
|
+
if (!this.$EventBus) {
|
|
55925
|
+
if (["https://omniapi.hk.chinamobile.com", "https://www.hk.chinamobile.com"].includes(window.location.origin)) {
|
|
55926
|
+
this.compBaseUrl = "https://omniapi.hk.chinamobile.com";
|
|
55927
|
+
} else {
|
|
55928
|
+
this.compBaseUrl = "https://omniapi-uat.hk.chinamobile.com";
|
|
55929
|
+
}
|
|
55930
|
+
}
|
|
55931
|
+
},
|
|
55932
|
+
beforeDestroy() {},
|
|
55933
|
+
methods: {
|
|
55934
|
+
getConfigData(configData) {
|
|
55935
|
+
this.configList = configData.configList;
|
|
55936
|
+
console.log("getConfigData", this.configList);
|
|
55937
|
+
this.getValue();
|
|
55938
|
+
},
|
|
55939
|
+
async getValue() {
|
|
55940
|
+
await this.getCommodityDetails();
|
|
55941
|
+
},
|
|
55942
|
+
// 拉取已选商品详情
|
|
55943
|
+
async getCommodityDetails() {
|
|
55944
|
+
// try {
|
|
55945
|
+
let req = {
|
|
55946
|
+
busInfo: JSON.stringify({
|
|
55947
|
+
commodityIds: [...this.configList],
|
|
55948
|
+
commodityTypes: ["604", "605"]
|
|
55949
|
+
})
|
|
55950
|
+
};
|
|
55951
|
+
req = lib_default().stringify(req);
|
|
55952
|
+
const json = await (0,api/* getCommodityDetails */.yX)(req, {
|
|
55953
|
+
lang_sc: "zh-CN",
|
|
55954
|
+
lang_tc: "zh-HK",
|
|
55955
|
+
lang_en: "en-US"
|
|
55956
|
+
}[this.lang]);
|
|
55957
|
+
let dataResult = json && json.busiResp && json.busiResp.busiDataResp;
|
|
55958
|
+
if (Array.isArray(dataResult)) {
|
|
55959
|
+
dataResult.forEach(item => {
|
|
55960
|
+
if (Array.isArray(item.malltCommodityTags)) {
|
|
55961
|
+
const left = item.malltCommodityTags.filter(ele => ele.tagType == 5001).sort((a, b) => a.sort - b.sort);
|
|
55962
|
+
const right = item.malltCommodityTags.filter(ele => ele.tagType == 5002).sort((a, b) => a.sort - b.sort);
|
|
55963
|
+
item.malltCommodityLeft = left.slice(0, 2);
|
|
55964
|
+
item.malltCommodityRight = right.slice(0, 4);
|
|
55965
|
+
} else {
|
|
55966
|
+
item.malltCommodityLeft = [];
|
|
55967
|
+
item.malltCommodityRight = [];
|
|
55968
|
+
}
|
|
55969
|
+
});
|
|
55970
|
+
// 按选择顺序排序
|
|
55971
|
+
this.shopList = dataResult.sort((a, b) => {
|
|
55972
|
+
return this.configList.indexOf(a.commodityId) - this.configList.indexOf(b.commodityId);
|
|
55973
|
+
});
|
|
55974
|
+
} else {
|
|
55975
|
+
this.shopList = [];
|
|
55976
|
+
}
|
|
55977
|
+
// } catch (e) {
|
|
55978
|
+
// this.shopList = [];
|
|
55979
|
+
// }
|
|
55980
|
+
},
|
|
55981
|
+
isActive(item) {
|
|
55982
|
+
const now = Date.now();
|
|
55983
|
+
return new Date(item.upTime).getTime() < now && new Date(item.downTime).getTime() > now;
|
|
55984
|
+
},
|
|
55985
|
+
isNotActive(item) {
|
|
55986
|
+
const now = Date.now();
|
|
55987
|
+
return new Date(item.upTime).getTime() > now || new Date(item.downTime).getTime() < now;
|
|
55988
|
+
},
|
|
55989
|
+
convertCentsToYuan(cents) {
|
|
55990
|
+
const yuan = (Number(cents || 0) / 100).toFixed(2);
|
|
55991
|
+
return parseFloat(yuan);
|
|
55992
|
+
},
|
|
55993
|
+
goDetail(item) {
|
|
55994
|
+
const base = this.$EventBus ? this.compBaseUrl : window.location.origin;
|
|
55995
|
+
if (item.commodityType === "604") {
|
|
55996
|
+
if ((item.commodityName || "").includes("MySIM")) {
|
|
55997
|
+
window.parent.location.href = `${base}/${this.lang}/home/prepaid-card/mysim/detail?commodityId=${item.commodityId}&mysim=${item.commodityName}`;
|
|
55998
|
+
} else {
|
|
55999
|
+
window.parent.location.href = `${base}/${this.lang}/home/prepaid-card/detail?commodityId=${item.commodityId}&commodityType=604&commodityName=${item.commodityName}`;
|
|
56000
|
+
}
|
|
56001
|
+
} else if (item.commodityType === "605") {
|
|
56002
|
+
window.parent.location.href = `${base}/${this.lang}/home/prepaid/refill-voucher/detail?commodityId=${item.commodityId}&commodityType=605&commodityName=${item.commodityName}`;
|
|
56003
|
+
}
|
|
56004
|
+
}
|
|
56005
|
+
}
|
|
56006
|
+
});
|
|
56007
|
+
;// ./package/cms-stored-value-card/View.vue?vue&type=script&lang=js
|
|
56008
|
+
/* harmony default export */ var cms_stored_value_card_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
56009
|
+
;// ./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-stored-value-card/View.vue?vue&type=style&index=0&id=5dba4ef6&prod&lang=scss&scoped=true
|
|
56010
|
+
// extracted by mini-css-extract-plugin
|
|
56011
|
+
|
|
56012
|
+
;// ./package/cms-stored-value-card/View.vue?vue&type=style&index=0&id=5dba4ef6&prod&lang=scss&scoped=true
|
|
56013
|
+
|
|
56014
|
+
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
56015
|
+
var componentNormalizer = __webpack_require__(1656);
|
|
56016
|
+
;// ./package/cms-stored-value-card/View.vue
|
|
56017
|
+
|
|
56018
|
+
|
|
56019
|
+
|
|
56020
|
+
;
|
|
56021
|
+
|
|
56022
|
+
|
|
56023
|
+
/* normalize component */
|
|
56024
|
+
|
|
56025
|
+
var component = (0,componentNormalizer/* default */.A)(
|
|
56026
|
+
cms_stored_value_card_Viewvue_type_script_lang_js,
|
|
56027
|
+
render,
|
|
56028
|
+
staticRenderFns,
|
|
56029
|
+
false,
|
|
56030
|
+
null,
|
|
56031
|
+
"5dba4ef6",
|
|
56032
|
+
null
|
|
56033
|
+
|
|
56034
|
+
)
|
|
56035
|
+
|
|
56036
|
+
/* harmony default export */ var View = (component.exports);
|
|
56037
|
+
|
|
55492
56038
|
/***/ }),
|
|
55493
56039
|
|
|
55494
56040
|
/***/ 9699:
|
|
@@ -55678,7 +56224,7 @@ var render = function render() {
|
|
|
55678
56224
|
var staticRenderFns = [];
|
|
55679
56225
|
|
|
55680
56226
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
55681
|
-
var baseComp = __webpack_require__(
|
|
56227
|
+
var baseComp = __webpack_require__(1941);
|
|
55682
56228
|
;// ./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-lineFour/View.vue?vue&type=script&lang=js
|
|
55683
56229
|
|
|
55684
56230
|
/* harmony default export */ var Viewvue_type_script_lang_js = ({
|
|
@@ -55908,7 +56454,7 @@ var es_iterator_for_each = __webpack_require__(7588);
|
|
|
55908
56454
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.map.js
|
|
55909
56455
|
var es_iterator_map = __webpack_require__(1701);
|
|
55910
56456
|
// EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
|
|
55911
|
-
var baseComp = __webpack_require__(
|
|
56457
|
+
var baseComp = __webpack_require__(1941);
|
|
55912
56458
|
;// ./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
|
|
55913
56459
|
|
|
55914
56460
|
|