|
@@ -1,5 +1,5 @@
|
|
|
<!--
|
|
<!--
|
|
|
-http://localhost:5173/custom/#/pages/shanda/challenge/index?actId=18&matchType=3&pagetype=challenge_result&distance=1320&status=success&name=天生我材必有用&cal=13500100&duration=3600&accuracy=50&syscount=25
|
|
|
|
|
|
|
+http://localhost:5173/custom/#/pages/shanda/challenge/index?actId=18&matchType=3&subTitle=山东大学123周年庆&pagetype=challenge_result&distance=1320&status=success&name=天生我材必有用&cal=13500100&duration=3600&accuracy=50&syscount=25
|
|
|
https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=challenge_result&distance=1320&status=success&name=天生我材必有用&cal=13500100&duration=3600&accuracy=50&syscount=25
|
|
https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=challenge_result&distance=1320&status=success&name=天生我材必有用&cal=13500100&duration=3600&accuracy=50&syscount=25
|
|
|
-->
|
|
-->
|
|
|
<template>
|
|
<template>
|
|
@@ -7,6 +7,7 @@ https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=
|
|
|
<view class="content">
|
|
<view class="content">
|
|
|
<view class="top">
|
|
<view class="top">
|
|
|
<image class="logo" mode="aspectFit" src="/static/shanda/logo.webp"></image>
|
|
<image class="logo" mode="aspectFit" src="/static/shanda/logo.webp"></image>
|
|
|
|
|
+ <text class="subTitle">{{subTitle}}</text>
|
|
|
<text class="gameName">{{ecName}}</text>
|
|
<text class="gameName">{{ecName}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main">
|
|
<view class="main">
|
|
@@ -64,6 +65,7 @@ https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=
|
|
|
matchType: 0, // 游戏类型 1 普通活动 2 线下赛 3 线上赛
|
|
matchType: 0, // 游戏类型 1 普通活动 2 线下赛 3 线上赛
|
|
|
ecId: 0, // 卡片id
|
|
ecId: 0, // 卡片id
|
|
|
ecName: "", // 卡片名称
|
|
ecName: "", // 卡片名称
|
|
|
|
|
+ subTitle: "",
|
|
|
|
|
|
|
|
status: "", // success: 挑战成功, ok: 挑战完成(没在规定时间完成,但打了所有点), fail: 挑战结束
|
|
status: "", // success: 挑战成功, ok: 挑战完成(没在规定时间完成,但打了所有点), fail: 挑战结束
|
|
|
name: "", // 用户名
|
|
name: "", // 用户名
|
|
@@ -105,6 +107,7 @@ https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=
|
|
|
this.token = event["token"] ?? token;
|
|
this.token = event["token"] ?? token;
|
|
|
this.actId = event["id"] ?? 0;
|
|
this.actId = event["id"] ?? 0;
|
|
|
this.matchType = event["matchType"] ?? 0;
|
|
this.matchType = event["matchType"] ?? 0;
|
|
|
|
|
+ this.subTitle = event["subTitle"] ?? "";
|
|
|
|
|
|
|
|
this.status = event["status"] ?? "";
|
|
this.status = event["status"] ?? "";
|
|
|
this.name = event["name"] ?? "";
|
|
this.name = event["name"] ?? "";
|
|
@@ -204,7 +207,7 @@ https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=
|
|
|
.top {
|
|
.top {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
/* height: 600rpx; */
|
|
/* height: 600rpx; */
|
|
|
- padding-top: 100rpx;
|
|
|
|
|
|
|
+ padding-top: 90rpx;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -214,6 +217,16 @@ https://oss-mbh5.colormaprun.com/custom/#/pages/shanda/challenge/index?pagetype=
|
|
|
width: 210rpx;
|
|
width: 210rpx;
|
|
|
height: 210rpx;
|
|
height: 210rpx;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .subTitle {
|
|
|
|
|
+ padding-top: 30rpx;
|
|
|
|
|
+ /* padding-bottom: 30rpx; */
|
|
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ font-size: 52rpx;
|
|
|
|
|
+ color: #FFEE0B;
|
|
|
|
|
+ text-shadow: 2.21px 2.21px 0px #640008;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
.gameName {
|
|
.gameName {
|
|
|
padding-top: 30rpx;
|
|
padding-top: 30rpx;
|