diff --git a/main.js b/main.js index dd0b07f..cf1a243 100644 --- a/main.js +++ b/main.js @@ -210,7 +210,7 @@ Vue.prototype.onBridgeReady = function(data) { } // 测试 // const baseUrl = '' -const baseUrl = 'http://api.zpc-xy.com/' +const baseUrl = 'https://api.zpc-xy.com/' // 正式 // const baseUrl = 'https://xinglanmh.shequtuangou.vip' diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 56f6171..134fe1e 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -142,12 +142,12 @@ - + - + @@ -1156,8 +1156,8 @@ } .group-fixed { - width: 141rpx; - height: 50rpx; + width: 187rpx; + height: 100rpx; position: fixed; z-index: 10; right: 0; @@ -1172,12 +1172,12 @@ } .group-fixed2 { - width: 141rpx; - height: 50rpx; + width: 187rpx; + height: 100rpx; position: fixed; z-index: 10; right: 0; - bottom: 25vh; + bottom: 28vh; animation: zoom 1.2s ease-in-out infinite;