Fix:5280 【商城小程序】未中奖抽奖码右上角显示改为“未中奖”
This commit is contained in:
@@ -276,7 +276,7 @@ export default {
|
|||||||
const status = Number(item.status)
|
const status = Number(item.status)
|
||||||
if (status === 0) return '等待开奖'
|
if (status === 0) return '等待开奖'
|
||||||
if (status === 1) return item.claimStatus === 1 ? '已领取' : '已开奖'
|
if (status === 1) return item.claimStatus === 1 ? '已领取' : '已开奖'
|
||||||
if (status === 2) return '已开奖'
|
if (status === 2) return '未中奖'
|
||||||
if (status === -1) return '已失效'
|
if (status === -1) return '已失效'
|
||||||
return '--'
|
return '--'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user