li 7 年之前
父節點
當前提交
842bf26c03
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/index.html

+ 1 - 1
app/index.html

@ -158,7 +158,7 @@ function lewd(num) {
158 158
					GeTuiSdk.setBadge(data.data.unRead);
159 159
				}
160 160

161
				if(data.data) {
161
				if(data.data.unRead) {
162 162

163 163
					document.getElementById("meLInum").style.display = "block"
164 164
					document.getElementById("meLInum").innerHTML = data.data.unRead;