Authored by 刘传洋

m

@@ -13,6 +13,8 @@ var labelMap = { @@ -13,6 +13,8 @@ var labelMap = {
13 wechat: '微信' 13 wechat: '微信'
14 }; 14 };
15 15
  16 +document.domain = "yohobuy.com";
  17 +
16 // MDialog 18 // MDialog
17 function MDialog(opts) { 19 function MDialog(opts) {
18 var that = this; 20 var that = this;
@@ -4,11 +4,13 @@ @@ -4,11 +4,13 @@
4 4
5 var $ = require('yoho-jquery'); 5 var $ = require('yoho-jquery');
6 6
  7 +document.domain = "yohobuy.com";
  8 +
7 $(function() { 9 $(function() {
8 var type = $('#type').val(); 10 var type = $('#type').val();
9 var result = $('#bindResult').val(); 11 var result = $('#bindResult').val();
10 var message = $('#bindResultMessage').val(); 12 var message = $('#bindResultMessage').val();
11 13
12 - window.opener.bindTip(result, type, message); 14 + window.opener.bindTip && window.opener.bindTip(result, type, message);
13 window.close(); 15 window.close();
14 }); 16 });
@@ -310,6 +310,8 @@ function init() { @@ -310,6 +310,8 @@ function init() {
310 codeValidate(); 310 codeValidate();
311 validatePwd(); 311 validatePwd();
312 actionConfirm(); 312 actionConfirm();
  313 +
  314 + $('#sendmessage').click();
313 } 315 }
314 316
315 init(); 317 init();