修改附件域名
This commit is contained in:
@@ -211,8 +211,12 @@ const checkBowData = () => {
|
||||
:style="{ marginTop: data.mode === 2 ? '20px' : '20vw' }"
|
||||
>
|
||||
<image src="../static/row-yellow-bg.png" mode="widthFix" />
|
||||
<view :style="{ borderColor: data.myTeam === 1 ? '#5fadff' : '#ff6060' }">
|
||||
<Avatar :src="user.avatar" :size="40" />
|
||||
<view>
|
||||
<Avatar
|
||||
:src="user.avatar"
|
||||
:size="40"
|
||||
:borderColor="data.myTeam === 1 ? '#5fadff' : '#ff6060'"
|
||||
/>
|
||||
<text :style="{ backgroundColor: '#5fadff' }" v-if="data.myTeam === 1"
|
||||
>蓝队</text
|
||||
>
|
||||
@@ -335,7 +339,6 @@ const checkBowData = () => {
|
||||
}
|
||||
.battle-e > view:nth-child(2) {
|
||||
position: relative;
|
||||
border: 1px solid;
|
||||
overflow: hidden;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -349,6 +352,7 @@ const checkBowData = () => {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
color: #fff;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.battle-e > text {
|
||||
position: relative;
|
||||
|
||||
@@ -39,14 +39,14 @@ const practiseId = ref("");
|
||||
const showGuide = ref(false);
|
||||
|
||||
const guideImages = [
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68bs7z5elwvw7.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68qmi7grgreen.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68hgrw1ip4wae.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x684x8zmfrmbla.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x67sding7fodnk.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68mpug7cac4yt.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68my783mlmgxv.png",
|
||||
"https://api.shelingxingqiu.com/attachment/2025-07-09/db77x68p48ylzirtb0.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68bs7z5elwvw7.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68qmi7grgreen.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68hgrw1ip4wae.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x684x8zmfrmbla.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x67sding7fodnk.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68mpug7cac4yt.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68my783mlmgxv.png",
|
||||
"https://static.shelingxingqiu.com/attachment/2025-07-09/db77x68p48ylzirtb0.png",
|
||||
];
|
||||
|
||||
const onSwiperIndexChange = (index) => {
|
||||
@@ -202,19 +202,19 @@ const onClose = () => {
|
||||
</view>
|
||||
</Guide>
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-01/db0ehhek5yutxsetyi.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-01/db0ehhek5yutxsetyi.png"
|
||||
class="try-tip"
|
||||
mode="widthFix"
|
||||
v-if="step === 0"
|
||||
/>
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-01/db0ehpzl8hfzeswfrf.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-01/db0ehpzl8hfzeswfrf.png"
|
||||
class="try-tip"
|
||||
mode="widthFix"
|
||||
v-if="step === 3"
|
||||
/>
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-01/db0ehpz9lav58g5drl.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-01/db0ehpz9lav58g5drl.png"
|
||||
class="try-tip"
|
||||
mode="widthFix"
|
||||
v-if="step === 5"
|
||||
|
||||
@@ -83,7 +83,7 @@ const onCreateRoom = async () => {
|
||||
</view>
|
||||
<view class="create-room">
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-15/dbcejys872iyun92h6.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-15/dbcejys872iyun92h6.png"
|
||||
mode="widthFix"
|
||||
/>
|
||||
<view>
|
||||
|
||||
@@ -109,7 +109,7 @@ const comingSoon = () => {
|
||||
<view class="feature-grid">
|
||||
<view class="bow-card">
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-15/dbciq9qhkpd3pqxawo.webp"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-15/dbciq9qhkpd3pqxawo.webp"
|
||||
mode="widthFix"
|
||||
@click="() => toPage('/pages/my-device')"
|
||||
/>
|
||||
|
||||
@@ -34,7 +34,7 @@ const toPractiseTwo = () => {
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseOne">
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-12/db9x668e2vdtqh0otq.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-12/db9x668e2vdtqh0otq.png"
|
||||
class="practise1"
|
||||
mode="widthFix"
|
||||
/>
|
||||
@@ -46,7 +46,7 @@ const toPractiseTwo = () => {
|
||||
/>
|
||||
<view class="practise-btn" @click="toPractiseTwo">
|
||||
<image
|
||||
src="https://api.shelingxingqiu.com/attachment/2025-07-12/db9x668eehkvyicc08.png"
|
||||
src="https://static.shelingxingqiu.com/attachment/2025-07-12/db9x668eehkvyicc08.png"
|
||||
class="practise2"
|
||||
mode="widthFix"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user