diff --git a/homepage.html b/homepage.html
index f7df4e5..cf0a6d9 100644
--- a/homepage.html
+++ b/homepage.html
@@ -428,6 +428,8 @@
this.tiptext = '当前商品不可兑换';
} else if (gstatus == 8) { //已兑换次数
this.tiptext = '当前商品正在兑换中';
+ }else if (gstatus == 10) { //暂停
+ this.tiptext = '该商品暂无法兑换';
}
}
},