|
@@ -98,6 +98,29 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "recyclableRender", function() { return recyclableRender; });
|
|
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "components", function() { return components; });
|
|
|
var components
|
|
|
+try {
|
|
|
+ components = {
|
|
|
+ uniFav: function () {
|
|
|
+ return Promise.all(/*! import() | uni_modules/uni-fav/components/uni-fav/uni-fav */[__webpack_require__.e("common/vendor"), __webpack_require__.e("uni_modules/uni-fav/components/uni-fav/uni-fav")]).then(__webpack_require__.bind(null, /*! @/uni_modules/uni-fav/components/uni-fav/uni-fav.vue */ 587))
|
|
|
+ },
|
|
|
+ }
|
|
|
+} catch (e) {
|
|
|
+ if (
|
|
|
+ e.message.indexOf("Cannot find module") !== -1 &&
|
|
|
+ e.message.indexOf(".vue") !== -1
|
|
|
+ ) {
|
|
|
+ console.error(e.message)
|
|
|
+ console.error("1. 排查组件名称拼写是否正确")
|
|
|
+ console.error(
|
|
|
+ "2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"
|
|
|
+ )
|
|
|
+ console.error(
|
|
|
+ "3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件"
|
|
|
+ )
|
|
|
+ } else {
|
|
|
+ throw e
|
|
|
+ }
|
|
|
+}
|
|
|
var render = function () {
|
|
|
var _vm = this
|
|
|
var _h = _vm.$createElement
|
|
@@ -207,6 +230,11 @@ var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/r
|
|
|
//
|
|
|
//
|
|
|
//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
+//
|
|
|
var _default = {
|
|
|
data: function data() {
|
|
|
return {
|
|
@@ -308,6 +336,11 @@ var _default = {
|
|
|
}).replace(/\<img/gi, '<img style="width:100%;"'); // 对 img 元素增加 style 属性,并设置宽度为 100%
|
|
|
}
|
|
|
},
|
|
|
+ // 收藏
|
|
|
+ onClick: function onClick() {
|
|
|
+ var that = this;
|
|
|
+ console.log("收藏");
|
|
|
+ },
|
|
|
// 查询其他信息
|
|
|
searchOther: function searchOther() {
|
|
|
var _this2 = this;
|