|
|
@@ -5,7 +5,7 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
-->
|
|
|
<template>
|
|
|
<view class="body">
|
|
|
- <view class="content uni-column">
|
|
|
+ <view v-if="pageReady" class="content uni-column">
|
|
|
<view class="uni-column" :class="cssTop">
|
|
|
<my-topbar :mcName="mcName" :class="cssTopbarColor"
|
|
|
@btnBackClick="btnBack" @btnInfoClick="btnInfo"></my-topbar>
|
|
|
@@ -19,7 +19,7 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
|
|
|
<view v-if="configParam.midType == 0" class="midType0 uni-column">
|
|
|
<view class="mid-0 uni-row uni-jcc">
|
|
|
- <view class="midType0-select">
|
|
|
+ <view class="mid-0-select">
|
|
|
<e-select v-model="ocaId" :options="mapList" :search="false" :inputClick="true"
|
|
|
maxHeight="300px" :clearable="false" @change="eSelectChange"></e-select>
|
|
|
</view>
|
|
|
@@ -57,12 +57,24 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
</view>
|
|
|
|
|
|
<view v-if="configParam.midType == 1" class="midType1 uni-column">
|
|
|
- <view class="midType1-mid-1 uni-row uni-jcsb">
|
|
|
- <text class="mid-1-name">{{nickName}}</text>
|
|
|
- <view class="midType1-select">
|
|
|
+ <view class="mid-0 uni-row uni-jcc">
|
|
|
+ <view class="mid-0-select">
|
|
|
<e-select v-model="ocaId" :options="mapList" :search="false" :inputClick="true"
|
|
|
maxHeight="300px" :clearable="false" @change="eSelectChange"></e-select>
|
|
|
</view>
|
|
|
+ <view class="mid-0-right uni-row uni-jcsa">
|
|
|
+ <text class="" style="" v-if="mcState==1 && allowMcSignUp"
|
|
|
+ @click="btnReGroup">修改</text>
|
|
|
+ <text v-if="popupHelpList.length > 0" class="" @click="btnHelp">帮助</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="midType1-mid-1 uni-row uni-jcsb">
|
|
|
+ <view class="uni-row">
|
|
|
+ <image v-if="popupWarnList.length > 0" class="mid-1-yellowCard" mode="aspectFit"
|
|
|
+ @click="btnWarn" src="/static/common/card_yellow.gif"></image>
|
|
|
+ <text class="mid-1-name">{{nickName}}</text>
|
|
|
+ </view>
|
|
|
+ <text class="mid-1-name">{{coiName}}</text>
|
|
|
<text class="uni-nowrap">总场次:{{regionTotalNum}}</text>
|
|
|
</view>
|
|
|
<view class="mid-2 uni-row uni-jcsa">
|
|
|
@@ -130,6 +142,7 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
export default {
|
|
|
data() {
|
|
|
return {
|
|
|
+ pageReady: false,
|
|
|
// audioSrc: "/static/audio/2.mp3",
|
|
|
// audioSrc: "https://oss-mbh5.colormaprun.com/card/static/audio/2.mp3",
|
|
|
// audioSrc: "http://t-oss-mbh5.colormaprun.com/card/static/audio/2.mp3",
|
|
|
@@ -200,6 +213,10 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
}
|
|
|
},
|
|
|
onLoad(query) { // 类型非必填,可自动推导
|
|
|
+ // uni.showLoading({
|
|
|
+ // title: '加载中'
|
|
|
+ // });
|
|
|
+
|
|
|
// console.log("query:", query);
|
|
|
this.queryObj = query;
|
|
|
this.queryString = tools.objectToQueryString(this.queryObj);
|
|
|
@@ -423,6 +440,9 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
}
|
|
|
}
|
|
|
// console.log("[loadConfig] param:", this.configParam);
|
|
|
+
|
|
|
+ this.pageReady = true;
|
|
|
+ // uni.hideLoading();
|
|
|
},
|
|
|
// 获取倒计时
|
|
|
getCountdown() {
|
|
|
@@ -714,6 +734,21 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
"popupWarnConfig": {
|
|
|
"height": "550px"
|
|
|
},
|
|
|
+ "popupHelpConfig": {
|
|
|
+ "height": "539px"
|
|
|
+ },
|
|
|
+ "popupHelpList": [
|
|
|
+ {
|
|
|
+ "type": 2,
|
|
|
+ "data": {
|
|
|
+ "title": "帮助",
|
|
|
+ "img": "/static/common/qrcode_help.png",
|
|
|
+ "imgParam": {
|
|
|
+ "height": "370px"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
"param": {
|
|
|
"subTitle": "",
|
|
|
"midType": 1
|
|
|
@@ -1065,7 +1100,8 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
|
|
|
.midType1 {
|
|
|
width: 90%;
|
|
|
- height: 112px;
|
|
|
+ /* height: 112px; */
|
|
|
+ height: 150px;
|
|
|
position: relative;
|
|
|
z-index: 20;
|
|
|
margin-top: -70px;
|
|
|
@@ -1080,7 +1116,7 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
margin: 12px;
|
|
|
}
|
|
|
|
|
|
- .midType0-select {
|
|
|
+ .mid-0-select {
|
|
|
width: 60%;
|
|
|
font-weight: 500;
|
|
|
color: #8e8e8e;
|
|
|
@@ -1095,6 +1131,16 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
color: #992900;
|
|
|
}
|
|
|
|
|
|
+ .mid-0-right {
|
|
|
+ position: absolute;
|
|
|
+ width: 60px;
|
|
|
+ /* background-color: #81cd00; */
|
|
|
+ right: 10px;
|
|
|
+ font-size: 12px;
|
|
|
+ font-weight: 500;
|
|
|
+ color: #992900;
|
|
|
+ }
|
|
|
+
|
|
|
.midType0-mid-1 {
|
|
|
width: 90%;
|
|
|
margin-bottom: 12px;
|
|
|
@@ -1112,7 +1158,7 @@ https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankOverview
|
|
|
|
|
|
.midType1-mid-1 {
|
|
|
width: 90%;
|
|
|
- margin: 12px;
|
|
|
+ margin-bottom: 12px;
|
|
|
font-weight: 500;
|
|
|
color: #8e8e8e;
|
|
|
font-size: 14px;
|