Skip to content

Commit

Permalink
[*]成功跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-wind committed Apr 22, 2017
1 parent 6363ac4 commit 51634d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/script/xcom.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ function confirm(id) {
buttons: ['确定', '取消']
}, function (ret, err) {
if (ret.buttonIndex == 1) {
api.alert({msg: '已确认'});
join(id);

}
Expand All @@ -202,6 +201,7 @@ function join(id) {
},
}
}, function (ret, msg) {
api.alert({msg: JSON.stringify(ret)});
if (ret) {
if (ret.code == 'ok') {
api.openWin({
Expand Down

0 comments on commit 51634d3

Please sign in to comment.