From eb9277cc45cdfdc35993db286c3e9994da59eb49 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 17 Sep 2021 17:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=94=B6=E8=97=8F=E5=88=97?= =?UTF-8?q?=E8=A1=A8=20=E5=93=81=E7=89=8C=E6=94=B6=E8=97=8F=20=E5=95=86?= =?UTF-8?q?=E5=93=81=E8=AF=A6=E6=83=85=E5=AF=8C=E6=96=87=E6=9C=AC=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20=E5=8F=91=E5=B8=83=E5=8F=91=E7=8E=B0=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/animation.js | 12 +-- common/js/config.js | 2 +- pages/discover/discoverdetails.vue | 22 ++++- pages/discover/publish.vue | 2 +- pages/index/onlineMall/onlineMall.vue | 1 + pages/shop/goodsdetail.vue | 4 +- pages/shop/shopdetail.vue | 45 ++++++++-- pages/user/my/collect.vue | 122 ++++++++++++++------------ 8 files changed, 138 insertions(+), 72 deletions(-) diff --git a/common/js/animation.js b/common/js/animation.js index dc5ad4d..78154fb 100644 --- a/common/js/animation.js +++ b/common/js/animation.js @@ -28,13 +28,13 @@ export default class Animation { } - positionInit () { - this.animate.translate3d(0,'-55px',0).step(); - this.setData({ - [`${this.id}.${this.name}`] : this.animate.export() - }) + positionInit () { + this.animate.translate3d(0,'-55px',0).step(); + this.setData({ + [`${this.id}.${this.name}`] : this.animate.export() + }) - } + } down(){ this.animate.translate3d(0,'-100%',0).step(); diff --git a/common/js/config.js b/common/js/config.js index da13764..8c40c53 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -16,7 +16,7 @@ export default { //https://demo-guojiang-ec-api.guojiang.club/ baseUrl: process.env.NODE_ENV === 'development' ? - 'http://192.168.43.69/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量 + 'http://192.168.3.29/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量 }, PACKAGES: { activity: false, diff --git a/pages/discover/discoverdetails.vue b/pages/discover/discoverdetails.vue index 36cde03..5882da9 100644 --- a/pages/discover/discoverdetails.vue +++ b/pages/discover/discoverdetails.vue @@ -1,5 +1,5 @@