Skip to content

Commit

Permalink
提交代码
Browse files Browse the repository at this point in the history
  • Loading branch information
ldjking committed Jun 2, 2015
1 parent 5252ed3 commit 7cc3c66
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions web/src/html/weixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@
wx.ready(function() {
checkAPI();
//openWXCard();
addWXCard();
//addWXCard();

//bindWeixinEvent();
bindWeixinEvent();

//wx.hideMenuItems({
// menuList: [
Expand All @@ -247,6 +247,8 @@

//alert("微信接口调用成功");
});


wx.error(function(res) {
alert("error" + res);
});
Expand All @@ -257,7 +259,10 @@




var btn_bonus=document.getElementById("btn_bonus");
btn_bonus.onclick=function(){
addWXCard();
}
//$("#btn_bonus").on("click",function(){
//});
</script>
Expand Down

0 comments on commit 7cc3c66

Please sign in to comment.