修复切换奖励列表异常问题
This commit is contained in:
@@ -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">
|
||||
|
@@ -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">
|
||||
|
Reference in New Issue
Block a user