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 @@