...
|
...
|
@@ -14,7 +14,7 @@ var $ = require('yoho-jquery'), |
|
|
shareLink = $('#shareLink').val(),
|
|
|
wx = window.wx;
|
|
|
|
|
|
// require('../common.js');
|
|
|
require('../common.js');
|
|
|
|
|
|
$('#phone').bind('input propertychange', function() {
|
|
|
if ($(this).val().length === 11) {
|
...
|
...
|
|