Showing
1 changed file
with
1 additions
and
1 deletions
@@ -14,7 +14,7 @@ var $ = require('yoho-jquery'), | @@ -14,7 +14,7 @@ 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'); | 17 | +require('../common.js'); |
18 | 18 | ||
19 | $('#phone').bind('input propertychange', function() { | 19 | $('#phone').bind('input propertychange', function() { |
20 | if ($(this).val().length === 11) { | 20 | if ($(this).val().length === 11) { |
-
Please register or login to post a comment