|
|
@ -76,17 +76,21 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
|
|
var components
|
|
|
|
var components // 定义一个变量来存储组件对象
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
|
|
|
|
// 尝试动态加载组件
|
|
|
|
components = {
|
|
|
|
components = {
|
|
|
|
uniIcons: function() {
|
|
|
|
uniIcons: function() {
|
|
|
|
|
|
|
|
// 使用 Promise.all 并行加载多个模块,然后返回 uni-icons 组件
|
|
|
|
return Promise.all(/*! import() | components/uni-icons/uni-icons */[__webpack_require__.e("common/vendor"), __webpack_require__.e("components/uni-icons/uni-icons")]).then(__webpack_require__.bind(null, /*! @/components/uni-icons/uni-icons.vue */ 232))
|
|
|
|
return Promise.all(/*! import() | components/uni-icons/uni-icons */[__webpack_require__.e("common/vendor"), __webpack_require__.e("components/uni-icons/uni-icons")]).then(__webpack_require__.bind(null, /*! @/components/uni-icons/uni-icons.vue */ 232))
|
|
|
|
},
|
|
|
|
},
|
|
|
|
uniBadge: function() {
|
|
|
|
uniBadge: function() {
|
|
|
|
|
|
|
|
// 动态加载 uni-badge 组件
|
|
|
|
return __webpack_require__.e(/*! import() | uni_modules/uni-badge/components/uni-badge/uni-badge */ "uni_modules/uni-badge/components/uni-badge/uni-badge").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-badge/components/uni-badge/uni-badge.vue */ 240))
|
|
|
|
return __webpack_require__.e(/*! import() | uni_modules/uni-badge/components/uni-badge/uni-badge */ "uni_modules/uni-badge/components/uni-badge/uni-badge").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-badge/components/uni-badge/uni-badge.vue */ 240))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|
|
|
|
|
// 如果加载组件失败,检查错误信息并给出排查建议
|
|
|
|
if (
|
|
|
|
if (
|
|
|
|
e.message.indexOf("Cannot find module") !== -1 &&
|
|
|
|
e.message.indexOf("Cannot find module") !== -1 &&
|
|
|
|
e.message.indexOf(".vue") !== -1
|
|
|
|
e.message.indexOf(".vue") !== -1
|
|
|
@ -100,17 +104,21 @@ try {
|
|
|
|
"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
|
|
"3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
throw e
|
|
|
|
throw e // 如果错误不是找不到模块,则重新抛出错误
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 渲染函数,用于生成页面的 HTML 结构
|
|
|
|
var render = function() {
|
|
|
|
var render = function() {
|
|
|
|
var _vm = this
|
|
|
|
var _vm = this // 获取当前实例
|
|
|
|
var _h = _vm.$createElement
|
|
|
|
var _h = _vm.$createElement // 创建虚拟节点的方法
|
|
|
|
var _c = _vm._self._c || _h
|
|
|
|
var _c = _vm._self._c || _h // 渲染函数的辅助方法
|
|
|
|
}
|
|
|
|
}
|
|
|
|
var recyclableRender = false
|
|
|
|
|
|
|
|
var staticRenderFns = []
|
|
|
|
var recyclableRender = false // 标记是否可回收渲染
|
|
|
|
render._withStripped = true
|
|
|
|
var staticRenderFns = [] // 静态渲染函数数组,通常用于优化性能
|
|
|
|
|
|
|
|
render._withStripped = true // 标记渲染函数为已剥离(去除调试信息)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -436,11 +444,14 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
|
}]);
|
|
|
|
}]);
|
|
|
|
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.js.map
|
|
|
|
//# sourceMappingURL=../../../../../../.sourcemap/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item.js.map
|
|
|
|
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
|
|
|
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
|
|
|
'node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component',
|
|
|
|
'node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component', // 模块路径
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
// 定义模块内容
|
|
|
|
'node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component':(function(module, exports, __webpack_require__){
|
|
|
|
'node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component':(function(module, exports, __webpack_require__){
|
|
|
|
|
|
|
|
// 使用 createComponent 方法创建组件,传入的参数是 uni-list-item 组件的定义
|
|
|
|
__webpack_require__('1')['createComponent'](__webpack_require__(173))
|
|
|
|
__webpack_require__('1')['createComponent'](__webpack_require__(173))
|
|
|
|
})
|
|
|
|
})
|
|
|
|
},
|
|
|
|
},
|
|
|
|
[['node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component']]
|
|
|
|
[['node-modules/@dcloudio/uni-ui/lib/uni-list-item/uni-list-item-create-component']] // 依赖项数组
|
|
|
|
]);
|
|
|
|
]);
|
|
|
|
|
|
|
|
|
|
|
|