Toggle navigation
Toggle navigation
This project
Loading...
Sign in
web
/
yoho-live
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaofeng.yao@yoho.cn
2016-11-04 15:22:26 +0800
Commit
c7c619dba6822482c3cbab14b517e08fe57c4d52
1 parent
58efa6d8
修复推送红包失败问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
backend/views/redbag/list.php
backend/views/redbag/list.php
View file @
c7c619d
...
...
@@ -45,8 +45,7 @@ function sendRedbag(){
}
//同类型组内随机一个红包
var coupon_id = couponId_by_type[type_id][array_rand(couponId_by_type[type_id])];
var coupon_id = couponId_by_type[type_id];
i++;
if (i>5){
$('#wsRuntime').html('');
...
...
Please
register
or
login
to post a comment