huangxiaojing 3 年 前
コミット
b508b9bb8d
共有1 個のファイルを変更した5 個の追加0 個の削除を含む
  1. 5 0
      microserviceUserH5/vcloud/register.html

+ 5 - 0
microserviceUserH5/vcloud/register.html

@@ -160,6 +160,11 @@
 						if (res.status === 0) {
 							toastr.error('领取成功')
 							$(window).attr('location', res.data);
+						} else if (res.status === 1) {
+							toastr.error(res.msg)
+							setTimeout(function() {
+								$(window).attr('location', 'http://www.androidscloud.com/');
+							}, 1000)
 						} else {
 							toastr.error(res.msg)
 						}