|
@@ -7,13 +7,8 @@ let activityId // 活动id
|
|
|
let isWX = isWeChat()
|
|
|
console.log(isWX);
|
|
|
ticketImg = [
|
|
|
- // '/frontRouter/wx/squeeze/images/ticket5.png',
|
|
|
- // '/frontRouter/wx/squeeze/images/ticket15.png',
|
|
|
- // '/frontRouter/wx/squeeze/images/ticket38.png',
|
|
|
- // '/frontRouter/wx/squeeze/images/ticket100.png',
|
|
|
- // '/frontRouter/wx/squeeze/images/ticket250.png'
|
|
|
- '/frontRouter/wx/squeeze/images/ticket380.png',
|
|
|
- '/frontRouter/wx/squeeze/images/ticket1000.png',
|
|
|
+ '/jyapp/squeeze/images/ticket380.png',
|
|
|
+ '/jyapp/squeeze/images/ticket1000.png'
|
|
|
]
|
|
|
|
|
|
activityId = GetRequest() || ''
|
|
@@ -39,11 +34,11 @@ function getTicket() {
|
|
|
}else{
|
|
|
if (item.IsUser) {
|
|
|
lis += `<li>
|
|
|
- <img src="${ticketImg[index]}" alt="">
|
|
|
- <div class="ticket-btn">
|
|
|
- <span data-id="${item.LotteryIdStr}">已使用</span>
|
|
|
- </div>
|
|
|
- </li>`
|
|
|
+ <img src="${ticketImg[index]}" alt="">
|
|
|
+ <div class="ticket-btn">
|
|
|
+ <span data-id="${item.LotteryIdStr}">已使用</span>
|
|
|
+ </div>
|
|
|
+ </li>`
|
|
|
} else {
|
|
|
if (item.IsReceive) {
|
|
|
if (item.StockNumber > 0) {
|