Sfoglia il codice sorgente

添加过度页

dev
corala 3 anni fa
parent
commit
8735d25f0b
5 ha cambiato i file con 4 aggiunte e 29 eliminazioni
  1. +1
    -1
      app.json
  2. +0
    -2
      pages/guodu/index.wxml
  3. +1
    -23
      pages/guodu/index.wxss
  4. +1
    -1
      pages/middle/index.wxss
  5. +1
    -2
      pages/out/index.js

+ 1
- 1
app.json Vedi File

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


+ 0
- 2
pages/guodu/index.wxml Vedi File

@@ -1,4 +1,2 @@
<view class="container">
<!-- <image class="progress" src="https://static.quhouse.com/6241c801d8f04e4a8ad2d82cb9b219a5.png"></image>
<view class="desc">活动游戏拼命加载中...</view> -->
</view>

+ 1
- 23
pages/guodu/index.wxss Vedi File

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

+ 1
- 1
pages/middle/index.wxss Vedi File

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


+ 1
- 2
pages/out/index.js Vedi File

@@ -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)
},


Caricamento…
Annulla
Salva