소스 검색

添加过度页

dev
corala 3 년 전
부모
커밋
8735d25f0b
5개의 변경된 파일4개의 추가작업 그리고 29개의 파일을 삭제
  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 파일 보기

@@ -1,8 +1,8 @@
{ {
"pages": [ "pages": [
"pages/index/index", "pages/index/index",
"pages/guodu/index",
"pages/middle/index", "pages/middle/index",
"pages/guodu/index",
"pages/login/index", "pages/login/index",
"pages/share/index", "pages/share/index",
"pages/out/index", "pages/out/index",


+ 0
- 2
pages/guodu/index.wxml 파일 보기

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

+ 1
- 23
pages/guodu/index.wxss 파일 보기

@@ -2,28 +2,6 @@
width: 750rpx; width: 750rpx;
height: 1624rpx; height: 1624rpx;
min-height: 100vh; 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; 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 파일 보기

@@ -1,7 +1,7 @@
.container{ .container{
width: 750rpx; width: 750rpx;
min-height: 100vh; 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; background-size: cover;
display: flex; display: flex;
flex-direction: column; flex-direction: column;


+ 1
- 2
pages/out/index.js 파일 보기

@@ -18,13 +18,12 @@ Page({
onLoad: function (options) { onLoad: function (options) {
console.log(options); console.log(options);
this.setData({ this.setData({
allurl: options.url||'https://cktest.2weisou.com/dance/',
web:options.web, web:options.web,
index:options.index, index:options.index,
userid: options.userid, userid: options.userid,
gameid: options.gameid, gameid: options.gameid,
type: options.type, 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) console.log(this.data.allurl)
}, },


불러오는 중...
취소
저장