diff --git a/index.html b/index.html
index 682a598..bb16f07 100644
--- a/index.html
+++ b/index.html
@@ -187,6 +187,8 @@
state.popObj = state.popObjArr[1];
state.popObj.msg1 = `恭喜兑换成功 ${sliceStr(res.data.name)[0]}${sliceStr(res.data.name)[1]}`;
state.popOkType = 1;
+
+ getGoodsList();
} else {
state.popObj = state.popObjArr[2];
state.popOkType = 2;