diff --git a/pages/index/shopIndex.vue b/pages/index/shopIndex.vue index ee20586..1562970 100644 --- a/pages/index/shopIndex.vue +++ b/pages/index/shopIndex.vue @@ -2,7 +2,7 @@ - + @@ -95,7 +95,7 @@ --> - + 店铺管理 @@ -126,7 +126,7 @@ data() { return { colors: '#FF4701', - merchantLogo: '../../static/img/logo.jpg', + merchantLogo: 'https://download.cyjyyjy.com/fq-logo.jpg', merchantId: 0, startDate: 0, endDate: 0, @@ -514,7 +514,7 @@ // background: #000000; background: #F5F5F5; } - + .tui-scroll-h { height: 100%; } @@ -533,9 +533,9 @@ } .picture{ - position: absolute; - top:45px; - right:20px; + position: absolute; + top:45px; + right:20px; } .bottom{ diff --git a/pages/my/index.vue b/pages/my/index.vue index bc8f7d5..4175bb5 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -138,7 +138,7 @@ export default { data() { return { - avatar: "/static/img/logo.jpg", + avatar: "https://download.cyjyyjy.com/fq-logo.jpg", member: 0, total: 0, tuiguang: '', @@ -182,7 +182,7 @@ if (avatar && avatar !== 'undefined') { this.avatar = avatar; } else { - this.avatar = '/static/img/logo.jpg'; + this.avatar = 'https://download.cyjyyjy.com/fq-logo.jpg'; } let nickName = this.$queue.getData('nickName'); if (nickName && nickName !== 'undefined') { diff --git a/pages/public/login.vue b/pages/public/login.vue index 225945a..988c714 100644 --- a/pages/public/login.vue +++ b/pages/public/login.vue @@ -5,7 +5,7 @@ - + 申请获取以下权限 @@ -31,8 +31,6 @@ 《隐私政策》《用户服务协议》 - -