修复切换奖励列表异常问题

This commit is contained in:
dragon
2024-10-30 18:29:23 +08:00
parent 1a887dc70d
commit 5eeab82f5c
2 changed files with 2 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ function getConfig() {
function ulFun(index) {
$('.box ul li').remove();
var str = '';
data[0].itemList.forEach((res, i) => {
data[index].itemList.forEach((res, i) => {
str += `
<li>
<div class="left">

View File

@@ -108,7 +108,7 @@ function getConfig() {
function ulFun(index) {
$('.box ul li').remove();
var str = '';
data[0].itemList.forEach((res, i) => {
data[index].itemList.forEach((res, i) => {
str += `
<li>
<div class="left">