微信新用户注册后返回公众号
This commit is contained in:
parent
9ababc5aa4
commit
0622978920
|
@ -34,7 +34,8 @@ app.controller('RegController', ['$scope', '$http', '$location', 'alertService',
|
|||
vm.errDialog.showMessage('出错了',response.data.message);
|
||||
} else {
|
||||
vm.successDialog.showMessage("提示","注册且绑定微信成功", function(){
|
||||
$location.path("/activities");
|
||||
// $location.path("/activities");
|
||||
window.WeixinJSBridge.call('closeWindow');
|
||||
});
|
||||
}
|
||||
}, function (response) {
|
||||
|
|
Loading…
Reference in New Issue