diff --git a/pages/index/index.vue b/pages/index/index.vue index 04865d3..038b184 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -5,10 +5,14 @@ - - + --> + + + @@ -19,11 +23,13 @@ - - + + + @@ -52,7 +58,8 @@ isShare: false, showBtn:false, navBarBoxHeight:0, - animations: [{ + animations: [ + { name: 'flipInX', duration: '2s', timer: 1500, @@ -62,18 +69,7 @@ show: false, width: '745rpx', height: '857rpx' - }, - // { - // name: 'fadeIn', - // duration: '1s', - // timer: 1000, - // content: require('../../static/index-icon.png'), - // autoplay: false, - // class: 'logo1', - // show: false, - // width: '58rpx', - // height: '86rpx' - // }, + }, { name: 'zoomIn', duration: '1s', @@ -90,7 +86,7 @@ }, async onLoad() { // await this.$onLaunched; - this.play(0) + // this.play(0) this.start(); const MenuButton = uni.getMenuButtonBoundingClientRect() this.navBarBoxHeight = MenuButton.top + MenuButton.height + 10 diff --git a/pages/line/line.vue b/pages/line/line.vue index c8f9492..b1a2129 100644 --- a/pages/line/line.vue +++ b/pages/line/line.vue @@ -73,7 +73,7 @@ return { navBarTop: 0, listLine: [], - colorList: ['#dbd0ba','#960909'], + colorList: ['#dbd0ba','#666d95','#82818e','#6d7c4c'], } },