解决游戏记录异常问题
This commit is contained in:
@@ -107,10 +107,13 @@ const renderRecord = () => {
|
||||
}
|
||||
} else {
|
||||
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 = `
|
||||
<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>
|
||||
<span class="diamond-num">猜中了</span>
|
||||
`
|
||||
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user