解决星级厨房遗漏繁,修改钻字段
This commit is contained in:
@@ -38,7 +38,7 @@ const renderChargeList = () => {
|
||||
return `
|
||||
<li data-prod-id=${item.chargeProdId} data-index=${index}>
|
||||
<img src="./images/diamond.png" alt="">
|
||||
<p class="product"><span>${item.prodName.slice(0,item.prodName.length-2)}</span>钻石</p>
|
||||
<p class="product"><span>${item.prodName.slice(0,item.prodName.length-2)}</span>鉆石</p>
|
||||
<span class="price">¥${item.money}</span>
|
||||
</li>
|
||||
`
|
||||
|
Reference in New Issue
Block a user