123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- (global.webpackJsonp = global.webpackJsonp || []).push([ [ "pages/product/common/productBottom" ], {
- 462: function(t, n, o) {
- o.r(n);
- var e = o(463), r = o(465);
- for (var c in r) "default" !== c && function(t) {
- o.d(n, t, function() {
- return r[t];
- });
- }(c);
- o(467);
- var u = o(13), d = Object(u.default)(r.default, e.render, e.staticRenderFns, !1, null, null, null, !1, e.components, void 0);
- d.options.__file = "pages/product/common/productBottom.vue", n.default = d.exports;
- },
- 463: function(t, n, o) {
- o.r(n);
- var e = o(464);
- o.d(n, "render", function() {
- return e.render;
- }), o.d(n, "staticRenderFns", function() {
- return e.staticRenderFns;
- }), o.d(n, "recyclableRender", function() {
- return e.recyclableRender;
- }), o.d(n, "components", function() {
- return e.components;
- });
- },
- 464: function(t, n, o) {
- o.r(n), o.d(n, "render", function() {
- return e;
- }), o.d(n, "staticRenderFns", function() {
- return c;
- }), o.d(n, "recyclableRender", function() {
- return r;
- }), o.d(n, "components", function() {});
- var e = function() {
- var t = this;
- t.$createElement;
- t._self._c;
- }, r = !1, c = [];
- e._withStripped = !0;
- },
- 465: function(t, n, o) {
- o.r(n);
- var e = o(466), r = o.n(e);
- for (var c in e) "default" !== c && function(t) {
- o.d(n, t, function() {
- return e[t];
- });
- }(c);
- n.default = r.a;
- },
- 466: function(t, n, o) {
- (function(t) {
- Object.defineProperty(n, "__esModule", {
- value: !0
- }), n.default = void 0;
- var e = o(28), r = {
- props: {
- many: {
- default: 9
- },
- goodsObjact: {
- default: function() {
- return {};
- }
- },
- goodsid: {
- default: ""
- }
- },
- data: function() {
- return {};
- },
- methods: {
- buy: function(t) {
- this.$emit("specOPne", t);
- },
- toFavorite: function(n) {
- var o = this;
- n.userCollect = !n.userCollect, n.userCollect ? (0, e.collectAdd)({
- id: o.goodsid,
- category: "product"
- }).then(function(n) {
- t.showToast({
- title: "成功加入收藏",
- type: "top",
- duration: 1500
- });
- }) : (0, e.collectDel)({
- id: o.goodsid,
- category: "product"
- }).then(function(n) {
- t.showToast({
- title: "成功取消收藏",
- type: "top",
- duration: 1500
- });
- });
- }
- }
- };
- n.default = r;
- }).call(this, o(1).default);
- },
- 467: function(t, n, o) {
- o.r(n);
- var e = o(468), r = o.n(e);
- for (var c in e) "default" !== c && function(t) {
- o.d(n, t, function() {
- return e[t];
- });
- }(c);
- n.default = r.a;
- },
- 468: function(t, n, o) {}
- } ]), (global.webpackJsonp = global.webpackJsonp || []).push([ "pages/product/common/productBottom-create-component", {
- "pages/product/common/productBottom-create-component": function(t, n, o) {
- o("1").createComponent(o(462));
- }
- }, [ [ "pages/product/common/productBottom-create-component" ] ] ]);
|