From 8735d25f0bbe426b8015060759be0770937a60e4 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 27 Apr 2022 14:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BF=87=E5=BA=A6=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 2 +- pages/guodu/index.wxml | 2 -- pages/guodu/index.wxss | 24 +----------------------- pages/middle/index.wxss | 2 +- pages/out/index.js | 3 +-- 5 files changed, 4 insertions(+), 29 deletions(-) diff --git a/app.json b/app.json index 09ff1b2..16b023a 100644 --- a/app.json +++ b/app.json @@ -1,8 +1,8 @@ { "pages": [ "pages/index/index", - "pages/guodu/index", "pages/middle/index", + "pages/guodu/index", "pages/login/index", "pages/share/index", "pages/out/index", diff --git a/pages/guodu/index.wxml b/pages/guodu/index.wxml index bdec55b..e24faa6 100644 --- a/pages/guodu/index.wxml +++ b/pages/guodu/index.wxml @@ -1,4 +1,2 @@ - \ No newline at end of file diff --git a/pages/guodu/index.wxss b/pages/guodu/index.wxss index 0a0d160..a4be19d 100644 --- a/pages/guodu/index.wxss +++ b/pages/guodu/index.wxss @@ -2,28 +2,6 @@ width: 750rpx; height: 1624rpx; min-height: 100vh; - background: url('https://static.quhouse.com/dd537d22bd3042629743ccab7cb8b2a5.png') no-repeat #FFBE49; + background: url('https://static.quhouse.com/650f2a3ccb1241dca2c6dc2495b21f9d.png') no-repeat #FFBE49; background-size: cover; - display: flex; - flex-direction: column; - align-items: center; - position: relative; -} -.progress{ - position: absolute; - top: 1000rpx; - width: 540rpx; - height: 60rpx; - margin-bottom: 18rpx; -} -.desc{ - position: absolute; - top: 1070rpx; - height: 56rpx; - font-size: 40rpx; - font-family: PingFangSC-Semibold, PingFang SC; - font-weight: 600; - color: #FFFFFF; - line-height: 56rpx; - } \ No newline at end of file diff --git a/pages/middle/index.wxss b/pages/middle/index.wxss index eb93f3c..ffa2383 100644 --- a/pages/middle/index.wxss +++ b/pages/middle/index.wxss @@ -1,7 +1,7 @@ .container{ width: 750rpx; min-height: 100vh; - background: url('https://static.quhouse.com/523c2ac0eb6c4759a38d19bee4838d4e.png') no-repeat #FFBE49; + background: url('https://static.quhouse.com/523c2ac0eb6c4759a38d19bee4838d4e.png') no-repeat top center #FFBE49; background-size: cover; display: flex; flex-direction: column; diff --git a/pages/out/index.js b/pages/out/index.js index 166b449..1f19c67 100644 --- a/pages/out/index.js +++ b/pages/out/index.js @@ -18,13 +18,12 @@ Page({ onLoad: function (options) { console.log(options); this.setData({ - allurl: options.url||'https://cktest.2weisou.com/dance/', web:options.web, index:options.index, userid: options.userid, gameid: options.gameid, type: options.type, - allurl: this.data.allurl +`?userid=${options.userid||0}&gameid=${options.gameid||0}&type=${options.type==2?2:1}` + allurl: options.url +`?userid=${options.userid||0}&gameid=${options.gameid||0}&type=${options.type==2?2:1}` }) console.log(this.data.allurl) },