We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 461bf98 commit c22eb56Copy full SHA for c22eb56
flwhbziye.js
@@ -2,6 +2,7 @@
2
/*ziye
3
4
11.3 修复重写问题
5
+11.9 调整礼盒通知问题
6
7
8
复制到微信里打开领取红包并下载 http://huodong.3p6z.cn/h5/Fanlishare20201111/share?spm=page_name.h5.pty-sharepv~module-home~std-76452&invite_userid=373511081
@@ -198,7 +199,7 @@ return new Promise((resolve, reject) => {
198
199
sy.get(toflwhblhurl,(error, response, data) =>{
200
if(logs) sy.log(`${jsname}, 惊喜礼盒: ${data}`)
201
jxlh =JSON.parse(data)
- if (jxlh.remain_num_76728>0)
202
+ if (jxlh.data.remain_num_76728>0)
203
{
204
tz+='【开启礼盒】🎉:'+jxlh.data.amount+'元'+'\n'+
205
'【剩余礼盒】🎉:'+jxlh.data.remain_num_76728+'个'+'\n'
0 commit comments