Authored by 张丽霞

yas版本

@@ -191,7 +191,7 @@ function reMarginFooter(fixedElement) { @@ -191,7 +191,7 @@ function reMarginFooter(fixedElement) {
191 a.async = 1; 191 a.async = 1;
192 a.src = j; 192 a.src = j;
193 m.parentNode.insertBefore(a, m); 193 m.parentNode.insertBefore(a, m);
194 -}(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.14/yas.js', '_yas')); 194 +}(window, document, 'script', 'http://cdn.yoho.cn/yas-jssdk/1.0.17/yas.js', '_yas'));
195 195
196 (function() { 196 (function() {
197 var uid = getUid(); 197 var uid = getUid();
@@ -14,6 +14,8 @@ var $ = require('yoho-jquery'), @@ -14,6 +14,8 @@ var $ = require('yoho-jquery'),
14 shareLink = $('#shareLink').val(), 14 shareLink = $('#shareLink').val(),
15 wx = window.wx; 15 wx = window.wx;
16 16
  17 +require('../common.js');
  18 +
17 $('#phone').bind('input propertychange', function() { 19 $('#phone').bind('input propertychange', function() {
18 if ($(this).val().length === 11) { 20 if ($(this).val().length === 11) {
19 $('.input-content div').eq('0').addClass('verification-code'); 21 $('.input-content div').eq('0').addClass('verification-code');