| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301 |
- <!--
- [报名] 样式3 - 排名列表
- http://localhost:5173/card/#/pages/bm/style4/rankList
- https://oss-mbh5.colormaprun.com/card/#/pages/bm/style4/rankList
- -->
- <template>
- <view class="body">
- <view class="content uni-column">
- <view class="uni-column" :class="cssTop">
- <my-topbar :mcName="mcName" :class="cssTopbarColor" :showMessage="popupMessageList.length > 0"
- @btnBackClick="btnBack" @btnInfoClick="btnInfo" @btnMessageClick="btnMessage"></my-topbar>
- <view class="topcontent uni-column uni-jcsa">
- <view class="tcview uni-row uni-jcsb">
- <view class="tcbox uni-column uni-jcc">
- <text class="tcbox-label">赛事总里程</text>
- <text class="tcbox-value">{{fmtDistanct(all_totalDistance)}} 千米</text>
- </view>
- <view class="tcbox uni-column uni-jcc">
- <text class="tcbox-label">{{configParam.labelRightAnswerNum}}</text>
- <text class="tcbox-value">{{all_totalAnswerNum}} 次</text>
- </view>
- </view>
- </view>
- <!-- <view class="topcontent uni-column uni-jcsa">
- <view class="logo"></view>
- <view class="tcbar uni-row uni-jcsb">
- <text class="tcbar-text">赛事总里程:{{fmtDistanct(all_totalDistance)}} 千米</text>
- <text class="tcbar-text">{{configParam.labelRightAnswerNum}}:{{all_totalAnswerNum}} 次</text>
- </view>
- </view> -->
- <view class="topbtm uni-row">
- <view class="topbtm-egg" @click="btnMyEgg">我的奖券</view>
- <text class="topbtm-name">{{nickName}}</text>
- <view class="topbtm-egg" @click="btnExchg">兑奖地址</view>
- </view>
- </view>
- <view class="main uni-column">
- <my-tab ref="tab1" :tabItems="tab1Items" :type="1" @onTabClick="onTab1Click"
- @onSelectChange="onSelectChange"></my-tab>
- <my-tab ref="tab2" :tabItems="tab2Items" :tabItemsMark="tab2ItemsMark" :type="0"
- @onTabClick="onTab2Click" :fontSize="12"></my-tab>
- <view class="tab-view uni-column">
- <!-- 团体成绩列表 -->
- <template v-if="tab1Current==0" v-for="(item, index) in rank1List" :key="index">
- <my-ranklist v-show="tab2Current === index" :rankRs="rankList[item]"
- :rank-type="rankTypeList[index]"></my-ranklist>
- </template>
- <!-- 个人成绩列表 -->
- <template v-if="tab1Current==1" v-for="(item, index) in rank2List" :key="index">
- <my-ranklist v-show="tab2Current === index" :rankRs="rankList[item]"
- :rank-type="rankTypeList[index]"></my-ranklist>
- </template>
- </view>
- <button class="btnBack" @click="btnStartGame">{{btnStartGameText}}</button>
- <!-- <button class="btnBack" @click="btnBack">返回</button> -->
- </view>
- <my-popup ref="mypopup" :config="popupRuleConfig" :dataList="popupDataList" :acttime="acttime"></my-popup>
- <my-popup ref="mypopupExchg" :config="popupExchgConfig" :dataList="popupExchgList"></my-popup>
- <my-popup ref="mypopupMessage" :dataList="popupMessageList" @noMoreRemindersClick="onNoMoreRemindersClick"></my-popup>
- </view>
- </view>
- </template>
- <script>
- import tools from '/common/tools';
- import {
- teamName,
- defaultPopUpDataList
- } from '/common/define';
- import {
- token,
- apiMatchRsDetailQuery,
- apiCardRankDetailQuery,
- apiCardConfigQuery,
- apiUserCurrentRankNumQuery,
- apiIsAllowMcSignUp,
- apiUserJoinCardQuery,
- apiMapListQuery,
- apiCompStatisticQuery,
- apiUnReadMessageQuery,
- apiReadMessage,
- checkResCode
- } from '/common/api';
- export default {
- data() {
- return {
- pageName: "rankList",
- firstEnterKey: 'firstEnter-bm-style4',
- rankKey: "rank-bm-style4",
- mapKey: "rank-bm-style4-map",
- messageKey: "message-bm-style4",
- queryObj: {},
- queryString: "",
- token: "",
- ovtype: "",
- ecId: 0, // 卡片id
- mcId: 0, // 赛事id
- mcType: 0, // 赛事类型 1 普通活动 2 线下赛 3 线上赛
- mcName: "", // 赛事名称
- acttime: "", // 活动时间
- beginSecond: null, // 活动或赛事开始时间戳,单位秒
- endSecond: null, // 活动或赛事结束时间戳,单位秒
- ocaId: 0, // 关联id,带入到App活动详情页面
- nickName: "", // 昵称
-
- isJoin: null, // 是否报名
- btnStartGameText: "",
- mapList: [], // 卡片对应地图列表详情
- all_totalDistance: 0, // 赛事所有人累计里程,单位米
- all_totalRightAnswerNum: 0, // 赛事所有人正确答题数(校园文化输出)
- all_totalAnswerNum: 0, // 赛事所有人答题数(校园文化输出)
- all_totalCp: 0, // 赛事中所有人打点数
- all_totalSysPoint: 0, // 赛事中所有人百味豆
- mcState: 0, // 赛事/活动状态 0: 未开始 1: 进行中 2: 已结束
- allowMcSignUp: false, // 是否允许重新分组
- countdown: "", // 倒计时
- rankList: { // 排名列表
- // totalDistanceRs: [],
- // totalCpRs: [],
- // totalSysPointRs: [],
- // fastPaceRs: []
- },
- interval: null,
- teamType: 0, // 队伍类型
- // dispArrStr: "totalDistance,totalCp,totalSysPoint,fastPace",
- dispArrStr: "teamCp,teamDistance,teamRightAnswerPer,teamPace,teamSpeed,regionCp,regionDistance,regionRightAnswerPer,regionPace,regionSpeed", // 要显示的集合范围
- tab1Current: 0,
- tab2Current: 0,
- tab1Items: ["团体"],
- // tab1Items: ["团体", {
- // selectValue: 1,
- // data: [
- // {text: "个人(中心校区)", value: 1},
- // {text: "个人(千佛山校区南区)", value: 2},
- // {text: "个人(兴隆校区)", value: 3}
- // ]}
- // ],
- // tab2Items: ["打点数", "总里程", "百味豆", "配速"],
- tab2Items: ["总积分", "总里程", "校园文化", "最快配速", "单场用时"],
- tab2ItemsMark: [{
- textColor: "#ff6203",
- icon: "static/common/award.png"
- }],
- tabActiveColor: "#81cd00",
- // 成绩类型列表
- rankTypeList: ["totalScore", "totalDistance", "rightAnswerPer", "fastPace", "fastPace"],
- // 团体成绩列表
- rank1List: ["teamCpRs", "teamDistanceRs", "teamRightAnswerPerRs", "teamPaceRs", "teamSpeedRs"],
- // 个人成绩列表
- rank2List: ["regionCpRs", "regionDistanceRs", "regionRightAnswerPerRs", "regionPaceRs", "regionSpeedRs"],
- cssTop: "",
- cssTopbarColor: "",
- configParam: {
- labelRightAnswerNum: "文化输出"
- },
- // selectedMapId: 0, // 用户选择的地图ID
- popupRuleConfig: {}, // 规则弹窗配置
- popupExchgConfig: {}, // 兑换地址弹窗配置
- popupDataList: [],
- popupExchgList: [],
- popupMessageList: [],
- // mqIdListStr: "", // 已读消息id列表 逗号分隔
- }
- },
- computed: {},
- onLoad(query) { // 类型非必填,可自动推导
- // console.log(query);
- this.queryObj = query;
- this.queryString = tools.objectToQueryString(this.queryObj);
- // console.log(queryString);
- this.token = query["token"] ?? token;
- this.ecId = query["id"] ?? 0;
- this.ovtype = query["ovtype"] ?? "";
- this.firstEnterKey += "-" + this.ecId;
- console.log("firstEnterKey:", this.firstEnterKey);
- this.rankKey += "-" + this.ecId;
- console.log("rankKey:", this.rankKey);
- this.mapKey += "-" + this.ecId;
- console.log("mapKey:", this.mapKey);
- this.messageKey += "-" + this.ecId;
- console.log("messageKey:", this.messageKey);
- tools.removeCssCode();
- const mapValue = uni.getStorageSync(this.mapKey);
- if (mapValue) {
- console.log("mapValue:", mapValue);
- // this.selectedMapId = mapValue;
- this.ocaId = mapValue;
- }
- this.getCardConfigQuery();
- },
- // 页面初次渲染完成,此时组件已挂载完成,DOM 树($el)已可用
- onReady() {
- // this.dealFirstEnter();
- },
- onShow() {
- this.getUserJoinCardQuery();
- },
- onUnload() {
- this.clear();
- },
- methods: {
- dealNotice(rank) {
- // console.log('[dealFirstEnter]');
- let that = this;
- uni.getStorage({
- key: that.rankKey,
- success: (res) => {
- console.log('[getStorage]', that.rankKey, res.data);
- const oldRank = res.data;
- if (oldRank != rank) {
- // that.notice = true;
- that.setRankValue(rank);
- }
- },
- fail: (e) => {
- console.log('[getStorage] fail', that.rankKey, e);
- // that.notice = false;
- that.setRankValue(rank);
- },
- })
- },
- setRankValue(data) {
- let that = this;
- uni.setStorage({
- key: that.rankKey,
- data: data,
- success: () => {
- console.log('[setStorage] success', that.rankKey, data);
- },
- fail: (e) => {
- console.log('[setStorage] fail', that.rankKey, e);
- },
- })
- },
- dealFirstEnter() {
- // console.log('[dealFirstEnter]');
- let that = this;
- uni.getStorage({
- key: that.firstEnterKey,
- success: (res) => {
- console.log('[getStorage]', that.firstEnterKey, res.data);
- },
- fail: (e) => {
- console.log('[getStorage] fail', that.firstEnterKey, e);
- that.btnInfo();
- that.setFirstEnterValue(true);
- },
- })
- },
- setFirstEnterValue(data) {
- let that = this;
- uni.setStorage({
- key: that.firstEnterKey,
- data: data,
- success: () => {
- console.log('[setStorage] success', that.firstEnterKey, data);
- },
- fail: (e) => {
- console.log('[setStorage] fail', that.firstEnterKey, e);
- },
- })
- },
- clear() {
- if (this.interval != null) {
- clearInterval(this.interval);
- this.interval = null;
- }
- },
- loadConfig(config) {
- // console.log("config", config);
- // 加载CSS样式
- const css = config.css;
- if (css != undefined && css.length > 0) {
- tools.loadCssCode(css);
- if (css.indexOf(".top{") >= 0) {
- this.cssTop = "top";
- }
- if (css.indexOf(".topbar-color{") >= 0) {
- this.cssTopbarColor = "topbar-color";
- }
- }
- if (this.cssTop == "") {
- this.cssTop = "top-default";
- }
- if (this.cssTopbarColor == "") {
- this.cssTopbarColor = "topbar-color-default";
- }
- console.log("[loadConfig] cssTop:", this.cssTop);
- console.log("[loadConfig] cssTopbarColor:", this.cssTopbarColor);
- const tabActiveColor = config.tabActiveColor;
- if (tabActiveColor != undefined && tabActiveColor.length > 0) {
- this.tabActiveColor = tabActiveColor;
- }
-
- // 加载规则弹窗配置
- const popupRuleConfig = config.popupRuleConfig;
- if (popupRuleConfig != undefined) {
- this.popupRuleConfig = popupRuleConfig;
- }
- // console.log("[loadConfig] popupRuleConfig:", this.popupRuleConfig);
- // 加载兑换地址弹窗配置
- const popupExchgConfig = config.popupExchgConfig;
- if (popupExchgConfig != undefined) {
- this.popupExchgConfig = popupExchgConfig;
- }
- // console.log("[loadConfig] popupExchgConfig:", this.popupExchgConfig);
-
- // 加载弹窗数据
- const popupDataList = config.popupDataList;
- // console.log("[loadConfig] popupDataList:", popupDataList);
- if (popupDataList != undefined && popupDataList.length > 0) {
- for (var i = 0; i < popupDataList.length; i++) {
- // console.log("[loadConfig] popupDataList", i, popupDataList[i]);
- if (popupDataList[i] == 'default') {
- for (var j = 0; j < defaultPopUpDataList.length; j++) {
- this.popupDataList.push(defaultPopUpDataList[j]);
- }
- } else {
- this.popupDataList.push(popupDataList[i]);
- }
- }
- } else {
- this.popupDataList = defaultPopUpDataList;
- console.log("[loadConfig] popupDataList 加载默认列表");
- }
- // console.log("[loadConfig] popupDataList:", this.popupDataList);
- // 加载弹窗(兑换地点)数据
- const popupExchgList = config.popupExchgList;
- if (popupExchgList != undefined && popupExchgList.length > 0) {
- for (var i = 0; i < popupExchgList.length; i++) {
- // console.log("[loadConfig] popupExchgList", i, popupExchgList[i]);
- this.popupExchgList.push(popupExchgList[i]);
- }
- }
- // console.log("[loadConfig] popupExchgList:", this.popupExchgList);
- // 加载页面参数
- const param = config.param;
- if (param != undefined) {
- if (param.labelRightAnswerNum != undefined && param.labelRightAnswerNum.length > 0) {
- this.configParam.labelRightAnswerNum = param.labelRightAnswerNum;
- }
- }
- // console.log("[loadConfig] param:", this.configParam);
- },
- // 获取倒计时
- getCountdown() {
- // console.log(this.endSecond)
- if (this.endSecond > 0) {
- const now = Date.now() / 1000;
- const dif = this.endSecond - now;
- // const dif = 3600*24 - 60;
- if (dif > 0) {
- this.countdown = '距结束 ' + tools.convertSecondsToDHM(dif);
- } else {
- this.countdown = "活动已结束";
- }
- // this.countdown = tools.convertSecondsToHMS(dif);
- } else {
- this.countdown = "距结束 --天--小时";
- }
- },
- // 格式化 距离
- fmtDistanct(val) {
- return Math.round(val * 100 / 1000) / 100;
- /* if (val < 10000)
- return Math.round(val * 10 / 1000) / 10;
- else
- return Math.round(val / 1000); */
- },
- fmtMcTime(timestamp) {
- return tools.fmtMcTime(timestamp);
- },
- // 获取活动时间
- getActtime() {
- this.acttime = tools.getActtime(this.beginSecond, this.endSecond);
- },
- getTeamName(teamType, teamIndex) {
- return teamName[teamType][teamIndex];
- },
- getCardConfigQuery() {
- uni.request({
- url: apiCardConfigQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- ecId: this.ecId,
- pageName: this.pageName
- },
- success: (res) => {
- // console.log("getCardConfigQuery", res)
- const data = res.data.data;
- // console.log("configJson", data.configJson);
- const config = data.configJson != "" ? JSON.parse(data.configJson) : "";
- // console.log("configJson", data.configJson);
- /* const config = {
- "css": `
- .top{
- width: 100%;
- height: 170px;
- padding-top: 36px;
- justify-content: space-between;
- background-image: url('static/backgroud/top_bg_sddx.png');
- background-repeat: no-repeat;
- background-position-x: center;
- background-position-y: bottom;
- background-size: cover;
- }
- .logo{
- background-image: url('static/logo/sddx.png');
- }
- .tcbar{
- display: flex !important;
- }
- .topbar-color{
- color: #ffffff;
- }
- .btnBack{
- background-color: #a43a07 !important;
- }
- .tab-active{
- background-color: #a43a07 !important;
- }
- .swiper-item-button {
- background-color: #a43a07 !important;
- }
- .uni-swiper-dot-active {
- background: #a43a07 !important;
- }
- `,
- "tabActiveColor": "#a43a07",
- "popupRuleConfig": {
- "height": "500px"
- },
- "popupDataList": [
- {
- "type": 1,
- "data": {
- "title": "山大24级新生校园定向赛",
- "img": "/static/logo/sddx.png",
- "content": " 开学季来袭!山大24级新生校园定向赛燃情启幕!探索校园每一个角落,挑战智慧与体能,全校师生共同开启新学期活力篇章!等你来挑战!"
- }
- },
- {
- "type": 7,
- "data": {
- "topLogo": {
- "src": "/static/logo/sddx.png",
- "width": "80px",
- "height": "80px"
- },
- "bottomLogo": {
- "src": "/static/logo/inzone.png",
- "width": "150px",
- "height": "30px"
- },
- "title": "活动流程",
- "content": "<br>① 起点打点 → ② 依次打点 → ③ 接受挑战 <br><br>④ 终点打点 → ⑤ 查看成绩 → ⑥ 赢取奖励",
- "imageList": []
- }
- },
- {
- "type": 7,
- "data": {
- "topLogo": {
- "src": "/static/logo/sddx.png",
- "width": "80px",
- "height": "80px"
- },
- "bottomLogo": {
- "src": "/static/logo/inzone.png",
- "width": "150px",
- "height": "30px"
- },
- "title": "赛事规则",
- "content": "<p style='margin-bottom:12px;'>① 选择所在校区,参赛时间自由、路线随机</p> <p style='margin-bottom:12px;'>② 准确填报院系,共筑个人与院系荣耀</p> <p style='margin-bottom:12px;'>③ 打点1次1积分,途经点正确答题1积分,多次完赛,点数累加</p> <p style='margin-bottom:12px;'>④ 正常完赛累计积分,未完赛积分不计入</p>⑤ 请勿借助骑行工具参赛",
- "imageList": []
- }
- },
- {
- "type": 7,
- "data": {
- "topLogo": {
- "src": "/static/logo/sddx.png",
- "width": "80px",
- "height": "80px"
- },
- "bottomLogo": {
- "src": "/static/logo/inzone.png",
- "width": "150px",
- "height": "30px"
- },
- "title": "赛事奖励1",
- "content": "团队奖:<br>院系累计积分前8名; <text style='color:red;'>奖励</text>:团队奖杯 <br><br>个人奖:<br>各校区累计积分前10名;<text style='color:red;'>奖励</text>:荣誉证书完赛者均可获得参赛证书。<br> <text style='color:#A6A6A6;'>(赛事结束后体育委员会自APP颁发)</text>",
- "imageList": []
- }
- },
- {
- "type": 7,
- "data": {
- "topLogo": {
- "src": "/static/logo/sddx.png",
- "width": "80px",
- "height": "80px"
- },
- "bottomLogo": {
- "src": "/static/logo/inzone.png",
- "width": "150px",
- "height": "30px"
- },
- "title": "赛事奖励2",
- "content": "<p style='margin-bottom:12px;'>外部奖励:<br>各校区前10名获银座集团价值<text style='color:red;'>200元</text>进阶宠爱大礼。</p> <p style='margin-bottom:12px;'>完赛一次,可获银座价值<text style='color:red;'>50元</text>新生宠爱盲盒。<text style='color:#A6A6A6;'>(数量有限,发完为止)</text></p>每获25积分,可获银座<text style='color:red;'>100减10</text>优惠券1张。封顶5张,可与店内优惠叠加使用。<br><text style='color:#A6A6A6;'>(部分商品、特殊特例商品除外)</text>",
- "imageList": []
- }
- },
- {
- "type": 7,
- "data": {
- "title": "安全提示",
- "content": "<br><text style='color:#FFBA99; font-size: 20px; margin-right: 5px;'>●</text> 避免聚集,注意安全<br><br> <text style='color:#FFBA99; font-size: 20px; margin-right: 5px;'>●</text> 评估自身健康,适时参与<br><br> <text style='color:#FFBA99; font-size: 20px; margin-right: 5px;'>●</text> 注意交通与场地安全",
- "imageList": [{
- "src": "/static/backgroud/shanda.png",
- "width": "300px",
- "height": "150px"
- }]
- }
- },
- {
- "type": 2,
- "data": {
- "title": "基本图例",
- "img": "/static/common/jbtl.png"
- }
- },
- {
- "type": 2,
- "data": {
- "title": "基本标识",
- "img": "/static/common/jbbs2.png"
- }
- },
- {
- "type": 7,
- "data": {
- "topLogo": {
- "src": "/static/logo/sddx.png",
- "width": "80px",
- "height": "80px"
- },
- "bottomLogo": {
- "src": "/static/logo/inzone.png",
- "width": "150px",
- "height": "30px"
- },
- "title": "山大定向赛咨询群",
- "content": "",
- "imageList": [{
- "src": "/static/common/qrcode_sddxszxq.png",
- "width": "116px",
- "height": "116px"
- }],
- "memo": "<view style='display:block; text-align:center;'>赛事规程、流程、奖励咨询 <br><view style='color:#808080; font-size:12px'>(7*24小时解答)</view></view>"
- }
- },
- {
- "type": 8,
- "data": {
- "title": "兑换地点",
- "topImg": {
- "src": "/static/logo/inzone2.png",
- "width": "72px",
- "height": "72px"
- },
- "topMemo": "<view style='color:#E60012;font-size:14px;'>品质消费引领者 美好生活推荐官</view>",
- "bottomMemo": "<view style='display: flex; align-items: center; justify-content: center; margin-top: 20px; color: #E67300; font-weight: 500; font-size: 15px; text-decoration-line: underline;'><image src='static/common/bulb.png' style='width: 22px; height: 26px; margin-right: 6px;'></image>点击查看《优惠券使用说明》</view>",
- "bottomMemoUrl": "https://oss-mbh5.colormaprun.com/page/explanation/inzone.html",
- "pointList": [
- {
- "map": "中 心 校 区",
- "name": "银座燕山店",
- "longitude": 117.075174,
- "latitude": 36.654108
- },
- {
- "map": "洪家楼校区",
- "name": "银座洪楼店",
- "longitude": 117.062653,
- "latitude": 36.684249
- },
- {
- "map": "兴隆山校区",
- "name": "银座七里山店",
- "longitude": 117.004617,
- "latitude": 36.613655
- },
- {
- "map": "趵突泉校区",
- "name": "银座泉城广场店",
- "longitude": 117.023766,
- "latitude": 36.661532
- },
- {
- "map": "千佛山校区",
- "name": "银座玉函店",
- "longitude": 117.014735,
- "latitude": 36.647098
- },
- {
- "map": "软件园校区",
- "name": "银座高新店",
- "longitude": 117.122241,
- "latitude": 36.682175
- }
- ]
- }
- }
- ],
- "popupExchgConfig": {
- "height": "500px"
- },
- "popupExchgList": [
- {
- "type": 8,
- "data": {
- "title": "兑换地点",
- "topImg": {
- "src": "/static/logo/inzone2.png",
- "width": "72px",
- "height": "72px"
- },
- "topMemo": "<view style='color:#E60012;font-size:14px;'>品质消费引领者 美好生活推荐官</view>",
- "bottomMemo": "<view style='display: flex; align-items: center; justify-content: center; margin-top: 20px; color: #E67300; font-weight: 500; font-size: 15px; text-decoration-line: underline;'><image src='static/common/bulb.png' style='width: 22px; height: 26px; margin-right: 6px;'></image>点击查看《优惠券使用说明》</view>",
- "bottomMemoUrl": "https://oss-mbh5.colormaprun.com/page/explanation/inzone.html",
- "pointList": [
- {
- "map": "中 心 校 区",
- "name": "银座燕山店",
- "longitude": 117.075174,
- "latitude": 36.654108
- },
- {
- "map": "洪家楼校区",
- "name": "银座洪楼店",
- "longitude": 117.062653,
- "latitude": 36.684249
- },
- {
- "map": "兴隆山校区",
- "name": "银座七里山店",
- "longitude": 117.004617,
- "latitude": 36.613655
- },
- {
- "map": "趵突泉校区",
- "name": "银座泉城广场店",
- "longitude": 117.023766,
- "latitude": 36.661532
- },
- {
- "map": "千佛山校区",
- "name": "银座玉函店",
- "longitude": 117.014735,
- "latitude": 36.647098
- },
- {
- "map": "软件园校区",
- "name": "银座高新店",
- "longitude": 117.122241,
- "latitude": 36.682175
- }
- ]
- }
- },
- ],
-
- "param": {
- "labelRightAnswerNum": "文化输出"
- }
- }; */
- this.loadConfig(config);
- this.getUnReadMessageQuery();
- this.matchRsDetailQuery();
- setTimeout(this.dealFirstEnter, 500);
- },
- fail: (err) => {
- console.log("getCardConfigQuery err", err)
- },
- });
- },
- // 卡片对应活动或赛事详情查询
- // getCardDetailQuery() {
- // uni.request({
- // url: apiCardDetailQuery,
- // header: {
- // "Content-Type": "application/x-www-form-urlencoded",
- // "token": this.token,
- // },
- // method: "POST",
- // data: {
- // ecId: this.ecId
- // },
- // success: (res) => {
- // // console.log("getCardDetailQuery", res)
- // const data = res.data.data;
- // this.mcType = data.mcType;
- // this.mcId = data.mcId;
- // this.mcName = data.mcName;
- // this.beginSecond = data.beginSecond;
- // this.endSecond = data.endSecond;
- // this.coiName = data.coiName;
- // this.teamNum = data.teamNum;
- // this.mcState = tools.checkMcState(this.beginSecond, this.endSecond);
- // this.getCountdown();
- // this.getActtime();
- // this.getCardRankDetailQuery();
- // this.clear();
- // this.interval = setInterval(this.getCountdown, 60000);
- // },
- // fail: (err) => {
- // console.log("getCardDetailQuery err", err)
- // },
- // });
- // },
- // 卡片对应线上赛多个活动查询
- matchRsDetailQuery() {
- uni.request({
- url: apiMatchRsDetailQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- ecId: this.ecId
- },
- success: (res) => {
- // console.log("matchRsDetailQuery", res);
- if (checkResCode(res)) {
- const data = res.data.data;
- this.mcType = data.mcType;
- this.mcId = data.mcId;
- this.mcName = data.mcName;
- this.beginSecond = data.beginSecond;
- this.endSecond = data.endSecond;
- this.nickName = data.nickName;
- // this.totalNum = data.totalNum;
- // this.totalDistanct = data.totalDistanct;
- // this.totalDistanctRankNum = data.totalDistanctRankNum;
- // this.totalCp = data.totalCp;
- // this.totalCpRankNum = data.totalCpRankNum;
- // this.totalSysPoint = data.totalSysPoint;
- // this.totalSysPointRankNum = data.totalSysPointRankNum;
- // this.fastPace = data.fastPace;
- // this.fastPaceRankNum = data.fastPaceRankNum;
- // this.ocaRs = data.ocaRs;
- this.mcState = tools.checkMcState(this.beginSecond, this.endSecond);
- this.getCountdown();
- this.getActtime();
- this.mapListQuery();
- this.compStatisticQuery();
- // this.getCardRankDetailQuery();
- this.clear();
- this.interval = setInterval(this.getCountdown, 60000);
- }
- },
- fail: (err) => {
- console.log("matchRsDetailQuery err", err)
- },
- });
- },
- // 卡片对应地图列表详情查询
- mapListQuery() {
- uni.request({
- url: apiMapListQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- mcId: this.mcId
- },
- success: (res) => {
- // console.log("mapListQuery", res);
- if (res.data.code == 0) {
- const data = res.data.data;
- this.mapList = data;
- let mapItems = {
- // selectValue: this.selectedMapId,
- selectValue: this.ocaId,
- data: []
- };
- for (var i = 0; i < data.length; i++) {
- if (mapItems.selectValue == 0 && i == 0) {
- mapItems.selectValue = data[i].ocaId;
- // this.selectedMapId = data[i].ocaId;
- this.ocaId = data[i].ocaId;
- }
- let map = {};
- map.text = "个人(" + data[i].mapName + ")";
- map.value = data[i].ocaId;
- mapItems.data.push(map);
- }
- this.tab1Items.push(mapItems);
- this.getCardRankDetailQuery();
- }
- },
- fail: (err) => {
- console.log("mapListQuery err", err);
- },
- });
- },
- // 赛事总成绩统计查询
- compStatisticQuery() {
- uni.request({
- url: apiCompStatisticQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- mcId: this.mcId
- },
- success: (res) => {
- // console.log("compStatisticQuery", res);
- if (res.data.code == 0) {
- const data = res.data.data;
- this.all_totalDistance = data.totalDistance;
- this.all_totalRightAnswerNum = data.totalRightAnswerNum;
- this.all_totalAnswerNum = data.totalAnswerNum;
- this.all_totalCp = data.totalCp;
- this.all_totalSysPoint = data.totalSysPoint;
- }
- },
- fail: (err) => {
- console.log("compStatisticQuery err", err);
- },
- });
- },
- // 排名查询
- getCardRankDetailQuery() {
- uni.request({
- url: apiCardRankDetailQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- mcIdListStr: this.mcId,
- mcType: this.mcType,
- ocaId: this.ocaId,
- dispArrStr: this.dispArrStr
- },
- success: (res) => {
- // console.log("getCardRankDetailQuery", res);
- const rankdata = res.data.data;
- // this.rankList.totalDistanceRs = rankdata.totalDistanceRs;
- // this.rankList.totalCpRs = rankdata.totalCpRs;
- // this.rankList.totalSysPointRs = rankdata.totalSysPointRs;
- // this.rankList.fastPaceRs = rankdata.fastPaceRs;
- this.rankList = rankdata;
- },
- fail: (err) => {
- console.log("getCardRankDetailQuery err", err)
- },
- });
- },
- // 卡片用户当前排名查询
- // getUserCurrentRankNumQuery() {
- // uni.request({
- // url: apiUserCurrentRankNumQuery,
- // header: {
- // "Content-Type": "application/x-www-form-urlencoded",
- // "token": this.token,
- // },
- // method: "POST",
- // data: {
- // ecId: this.ecId
- // },
- // success: (res) => {
- // // console.log("getUserCurrentRankNumQuery", res)
- // if (res.data.code == 0) {
- // const data = res.data.data;
- // const rankNum = data.rankNum;
- // this.dealNotice(rankNum);
- // }
- // },
- // fail: (err) => {
- // console.log("getUserCurrentRankNumQuery err", err)
- // },
- // });
- // },
- // 是否允许重新分组(报名)
- isAllowMcSignUp() {
- uni.request({
- url: apiIsAllowMcSignUp,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- ecId: this.ecId
- },
- success: (res) => {
- // console.log("isAllowMcSignUp", res)
- if (res.data.code == 0) {
- const data = res.data.data;
- this.allowMcSignUp = data.allowSignUp;
- }
- },
- fail: (err) => {
- console.log("isAllowMcSignUp err", err)
- },
- });
- },
- // 用户是否已经报名卡片对应赛事查询
- getUserJoinCardQuery() {
- uni.request({
- url: apiUserJoinCardQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token
- },
- method: "POST",
- data: {
- ecId: this.ecId
- },
- success: (res) => {
- // console.log("getUserJoinCardQuery", res)
- const code = res.data.code;
- const data = res.data.data;
- if (code == 0) {
- this.isJoin = data.isJoin;
- if (this.isJoin) { // 已报名
- this.btnStartGameText = "我要比赛";
- } else { // 未报名
- this.btnStartGameText = "我要报名";
- }
- }
- },
- fail: (err) => {
- console.log("getUserJoinCardQuery err", err)
- },
- });
- },
- // 未读消息列表查询
- getUnReadMessageQuery() {
- uni.request({
- url: apiUnReadMessageQuery,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- relationType: 2, // 类型 1 成就 2 卡片
- relationId: this.ecId
- },
- success: (res) => {
- // console.log("getUnReadMessageQuery", res);
- if (checkResCode(res)) {
- const unReadMessageRs = res.data.data;
- this.popupMessageList.length = 0;
- this.mqIdListStr = "";
- for (var i = 0; i < unReadMessageRs.length; i++) {
- let popupData = {
- type: 6, // 6: 通知
- data: {}
- };
- this.messageKey += "-" + unReadMessageRs[i].mqId;
- popupData.data.mqType = unReadMessageRs[i].mqType;
- popupData.data.title = unReadMessageRs[i].mqTitle;
- popupData.data.message = unReadMessageRs[i].mqMessage;
- this.popupMessageList.push(popupData);
-
- // this.mqIdListStr += this.unReadMessageRs[i].mqId;
- // if (i < this.unReadMessageRs.length - 1) {
- // this.mqIdListStr += ",";
- // }
- }
-
- // this.popupMessageList.push(
- // {
- // type: 6, // 6: 通知
- // data: {
- // mqType: 3,
- // title: "特别提醒",
- // message: `本次比赛的目的为体验校园文化,提升身体素质,让大家感受和熟悉定向运动魅力及技巧。<br>
- // 在此特别提醒:<br>
- // 无论是驰骋校园,还是漫步秋色,<b>“勿以轮带步,唯愿步量途”。让我们用脚步来丈量这片共同热爱的家园</b>,见证山大123周年的辉煌时刻!<br>
- // <div style='text-align: right;'>山东大学体育委员会</div>`
- // }
- // }
- // );
- // console.log("popupMessageList", this.popupMessageList);
- if (this.popupMessageList.length > 0) {
- const messageValue = uni.getStorageSync(this.messageKey);
- console.log("messageValue:", messageValue);
- if (!messageValue) {
- this.$refs.mypopupMessage.popupOpen();
- // uni.setStorageSync(this.messageKey, true);
- }
- }
- }
- },
- fail: (err) => {
- console.log("getUnReadMessageQuery err", err);
- },
- });
- },
- onNoMoreRemindersClick() {
- this.$refs.mypopupMessage.popupClose();
- uni.setStorageSync(this.messageKey, true);
- },
- // 标记消息已读
- readMessage() {
- uni.request({
- url: apiReadMessage,
- header: {
- "Content-Type": "application/x-www-form-urlencoded",
- "token": this.token,
- },
- method: "POST",
- data: {
- "mqIdListStr": this.mqIdListStr
- },
- success: (res) => {
- // console.log("readMessage", res);
- },
- fail: (err) => {
- console.log("readMessage err", err);
- },
- });
- },
- btnBack() {
- // window.history.back();
- /* uni.navigateTo({
- url: "/pages/bm/style4/rankOverview?" + this.queryString
- }); */
- const url = `action://to_home/`;
- tools.appAction(url);
- },
- btnStartGame() {
- // uni.navigateTo({
- // url: "/pages/bm/style4/rankOverview?" + this.queryString
- // });
- if (this.isJoin) { // 已报名
- const url = "/pages/bm/style4/rankOverview?" + this.queryString;
- tools.appAction(url, "uni.navigateTo");
- } else { // 未报名
- const url = "/pages/bm/style4/signup?" + this.queryString;
- tools.appAction(url, "uni.navigateTo");
- }
- },
- btnInfo() {
- // console.log(this.$refs.mypopup);
- this.$refs.mypopup.popupOpen();
- },
- btnMessage() {
- // console.log(this.$refs.mypopup);
- this.$refs.mypopupMessage.popupOpen();
- },
- btnMyEgg() {
- // uni.navigateTo({
- // url: "/pages/achievement/index2?tabCurrent=2&" + this.queryString
- // });
- const url = "/pages/achievement/index2?tabCurrent=2&" + this.queryString;
- tools.appAction(url, "uni.navigateTo");
- },
- btnExchg() {
- this.$refs.mypopupExchg.popupOpen();
- },
- onTab1Click(val) {
- // console.log("onTab1Click: ", val);
- this.tab1Current = val;
- },
- onTab2Click(val) {
- // console.log("onTab2Click: ", val);
- this.tab2Current = val;
- },
- onSelectChange(val) {
- // console.log("onSelectChange: ", val);
- this.ocaId = val.value;
- this.getCardRankDetailQuery();
- uni.setStorageSync(this.mapKey, this.ocaId);
- },
- }
- }
- </script>
- <style scoped>
- .content {
- width: 100vw;
- height: 100vh;
- }
- .top-default {
- width: 100%;
- height: 170px;
- padding-top: 36px;
- justify-content: space-between;
- background-image: url('static/backgroud/top_bg_sddx.png');
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- }
- .topcontent {
- width: 90%;
- /* height: 90%; */
- /* margin-bottom: 20px; */
- }
- .logo {
- width: 80px;
- height: 80px;
- margin-top: 10px;
- margin-bottom: 10px;
- /* background-image: url('/static/logo/sddx.png'); */
- background-repeat: no-repeat;
- background-position-x: center;
- background-position-y: center;
- background-size: contain;
- }
- .tcview {
- width: 90%;
- /* height: 100px; */
- }
- .tcbox {
- width: 121px;
- height: 63px;
- opacity: 1;
- border-radius: 6px;
- background: #9A300E;
- border: 1px solid #D3A254;
- }
- .tcbox-label {
- font-size: 12px;
- font-weight: 500;
- line-height: 23px;
- color: #f3d809;
- }
- .tcbox-value {
- font-size: 16px;
- font-weight: 500;
- line-height: 26px;
- color: #f3d809;
- }
- .tcbar {
- display: none;
- width: 92%;
- padding: 6px 12px;
- background: #9a300e;
- border-radius: 6px;
- }
- .tcbar-text {
- font-family: Source Han Sans CN;
- font-weight: 500;
- color: #f3d809;
- font-size: 13px;
- }
- .mcName {
- font-size: 40rpx;
- font-weight: 550;
- }
- .topbtm {
- width: 100%;
- margin-bottom: 5px;
- justify-content: space-around;
- }
- .topbtm-name {
- padding: 3px 12px;
- background-color: #9A300E;
- border: 1px solid #D3A254;
- border-radius: 6px;
- text-align: center;
- font-weight: 500;
- color: #ffffff;
- font-size: 14px;
- }
- .topbtm-egg {
- width: 60px;
- padding: 3px 12px;
- background-color: #9A300E;
- border: 1px solid #D3A254;
- border-radius: 6px;
- text-align: center;
- color: #ffffff;
- font-size: 14px;
- }
- .topbtm-null {
- width: 60px;
- padding: 3px 12px;
- }
- .cal {
- width: 46rpx;
- height: 46rpx;
- margin-right: 20rpx;
- }
- .main {
- width: 100%;
- /* height: 70vh; */
- flex-grow: 1;
- justify-content: space-around;
- /* justify-content: space-between; */
- }
- /* /deep/ .tab-active {
- background-color: #a43a07 !important;
- } */
- .main-tab {
- width: 90%;
- margin-top: 20rpx;
- }
- .tab-view {
- width: 100%;
- /* height: 69vh; */
- flex-grow: 1;
- }
- .btnBack {
- width: 70%;
- height: 80rpx;
- margin-bottom: 20rpx;
- /* font-weight: bold; */
- color: white;
- font-size: 32rpx;
- line-height: 80rpx;
- border-radius: 27px;
- background-color: #2e85ec;
- }
- /* .swiper-item-button {
- background-color: #ff870e !important;
- }
-
- .uni-swiper-dot-active {
- background: #ff870e !important;
- } */
- </style>
|