Authored by 张丽霞

二次分享

@@ -8,12 +8,12 @@ var $ = require('yoho-jquery'), @@ -8,12 +8,12 @@ var $ = require('yoho-jquery'),
8 tipMessage = $('#tipMessage').html(), 8 tipMessage = $('#tipMessage').html(),
9 activityID = $('#activityID').html(), 9 activityID = $('#activityID').html(),
10 pageInfo = $('#pageInfo').html(), 10 pageInfo = $('#pageInfo').html(),
11 - wx,  
12 _weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage', 11 _weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage',
13 shareTitle = pageInfo.shareTitle, 12 shareTitle = pageInfo.shareTitle,
14 shareImg = pageInfo.shareImg, 13 shareImg = pageInfo.shareImg,
15 shareDesc = pageInfo.shareDesc, 14 shareDesc = pageInfo.shareDesc,
16 shareLink = pageInfo.shareUrl; 15 shareLink = pageInfo.shareUrl;
  16 +var wx = window.wx;
17 17
18 $('#phone').bind('input propertychange', function() { 18 $('#phone').bind('input propertychange', function() {
19 if ($(this).val().length === 11) { 19 if ($(this).val().length === 11) {