解决游戏记录异常问题
This commit is contained in:
@@ -107,10 +107,13 @@ const renderRecord = () => {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (item.reward) {
|
if (item.reward) {
|
||||||
|
// userReward = `
|
||||||
|
// <span class="diamond-num">
|
||||||
|
// ${item.itemName} (${item.price}<img src="./images/record/diamond.png" alt="" class="diamond-pic1">) *${item.reward / item.price}個 (共計${item.reward}<img src="./images/record/diamond.png" alt="" class="diamond-pic1"></img>)
|
||||||
|
// </span>
|
||||||
|
// `
|
||||||
userReward = `
|
userReward = `
|
||||||
<span class="diamond-num">
|
<span class="diamond-num">猜中了</span>
|
||||||
${item.itemName} (${item.price}<img src="./images/record/diamond.png" alt="" class="diamond-pic1">) *${item.reward / item.price}個 (共計${item.reward}<img src="./images/record/diamond.png" alt="" class="diamond-pic1"></img>)
|
|
||||||
</span>
|
|
||||||
`
|
`
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user