替换遗漏图片
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 88 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -56,7 +56,7 @@
|
||||
<li>
|
||||
<img src="./images/2.png" alt="">
|
||||
<p>情意卷轴</p>
|
||||
<b>37 钻</b>
|
||||
<b>27 钻</b>
|
||||
</li>
|
||||
<li>
|
||||
<img src="./images/3.png" alt="">
|
||||
@@ -88,7 +88,7 @@
|
||||
<li>
|
||||
<img src="./images/2.png" alt="">
|
||||
<p>情意卷轴</p>
|
||||
<b>37 钻</b>
|
||||
<b>27 钻</b>
|
||||
</li>
|
||||
<li>
|
||||
<img src="./images/3.png" alt="">
|
||||
@@ -197,7 +197,7 @@
|
||||
</div>
|
||||
<!-- 祈愿按钮 -->
|
||||
<div class="but"></div>
|
||||
<p class="introduction">每获得10隻喜鹊即可自动获得祈愿红绳*1</p>
|
||||
<p class="introduction">每获得10只喜鹊即可自动获得祈愿红绳*1</p>
|
||||
<!-- 刷新 -->
|
||||
<div class="refresh">
|
||||
<img src="./images/refresh.png" alt="" class="refreshIcon">
|
||||
|
@@ -668,10 +668,10 @@ function getCpRank () {
|
||||
success (res) {
|
||||
if (res.code === 200) {
|
||||
if (res.data.senderNick) {
|
||||
$('.page4 .loveList .txL').attr('src', res.data.senderAvatar);
|
||||
$('.page4 .loveList .txR').attr('src', res.data.receiverAvatar);
|
||||
$('.page4 .loveList .leftName').text(res.data.senderNick);
|
||||
$('.page4 .loveList .rightName').text(res.data.receiverNick);
|
||||
$('.page4 .loveList .txL').attr('src', res.data.receiverAvatar);
|
||||
$('.page4 .loveList .txR').attr('src', res.data.senderAvatar);
|
||||
$('.page4 .loveList .leftName').text(res.data.receiverNick);
|
||||
$('.page4 .loveList .rightName').text(res.data.senderNick);
|
||||
} else {
|
||||
$('.page4 .loveList .txL').attr('src', './images/logo.png');
|
||||
$('.page4 .loveList .txR').attr('src', './images/logo.png');
|
||||
|
Reference in New Issue
Block a user