yaofang/components/wall/wall.js

97 lines
3.5 KiB
JavaScript

(global["webpackJsonp"] = global["webpackJsonp"] || []).push([ [ "components/wall/wall" ], {
"04c9": function(n, i, e) {},
"0f94": function(n, i, e) {
"use strict";
e.d(i, "b", function() {
return u;
}), e.d(i, "c", function() {
return o;
}), e.d(i, "a", function() {
return t;
});
var t = {
uniCard: function() {
return e.e("uni_modules/uni-card/components/uni-card/uni-card").then(e.bind(null, "7d11"));
},
uniFilePicker: function() {
return Promise.all([ e.e("common/vendor"), e.e("uni_modules/uni-file-picker/components/uni-file-picker/uni-file-picker") ]).then(e.bind(null, "b9c3"));
},
uniIcons: function() {
return Promise.all([ e.e("common/vendor"), e.e("uni_modules/uni-icons/components/uni-icons/uni-icons") ]).then(e.bind(null, "8be1"));
},
uniad: function() {
return Promise.all([ e.e("common/vendor"), e.e("node-modules/@dcloudio/uni-cli-shared/components/uniad") ]).then(e.bind(null, "d229"));
}
}, u = function() {
var n = this.$createElement;
this._self._c;
}, o = [];
},
"6d46": function(n, i, e) {
"use strict";
e.r(i);
var t = e("0f94"), u = e("98b4");
for (var o in u) [ "default" ].indexOf(o) < 0 && function(n) {
e.d(i, n, function() {
return u[n];
});
}(o);
e("f0b5");
var c = e("f0c5"), l = Object(c["a"])(u["default"], t["b"], t["c"], !1, null, null, null, !1, t["a"], void 0);
i["default"] = l.exports;
},
"7bfa": function(n, i, e) {
"use strict";
(function(n) {
var t = e("4ea4");
Object.defineProperty(i, "__esModule", {
value: !0
}), i.default = void 0;
var u = t(e("5c77")), o = {
name: "wall",
data: function() {
return {
xitem: {}
};
},
mounted: function() {
this.xitem = this.item;
},
methods: {
toDeail: function() {
return 1 === this.isRedirect && n.navigateTo({
url: "/pages/wall/wall_detail?id=" + this.item.id
}), !1;
},
actionsClick: function(n) {
"like" === n && u.default.wallLike(this, this.item.id, 1);
}
},
props: [ "item", "isRedirect" ]
};
i.default = o;
}).call(this, e("543d")["default"]);
},
"98b4": function(n, i, e) {
"use strict";
e.r(i);
var t = e("7bfa"), u = e.n(t);
for (var o in t) [ "default" ].indexOf(o) < 0 && function(n) {
e.d(i, n, function() {
return t[n];
});
}(o);
i["default"] = u.a;
},
f0b5: function(n, i, e) {
"use strict";
var t = e("04c9"), u = e.n(t);
u.a;
}
} ]);
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([ "components/wall/wall-create-component", {
"components/wall/wall-create-component": function(module, exports, __webpack_require__) {
__webpack_require__("543d")["createComponent"](__webpack_require__("6d46"));
}
}, [ [ "components/wall/wall-create-component" ] ] ]);