...
|
...
|
@@ -54,12 +54,12 @@ |
|
|
tipMessage = $('#tipMessage').html(),
|
|
|
activityID = $('#activityID').html(),
|
|
|
pageInfo = $('#pageInfo').html(),
|
|
|
wx,
|
|
|
_weChatInterface = 'http://www.yohoshow.com/api/wechat/getSignPackage',
|
|
|
shareTitle = pageInfo.shareTitle,
|
|
|
shareImg = pageInfo.shareImg,
|
|
|
shareDesc = pageInfo.shareDesc,
|
|
|
shareLink = pageInfo.shareUrl;
|
|
|
var wx = window.wx;
|
|
|
|
|
|
$('#phone').bind('input propertychange', function() {
|
|
|
if ($(this).val().length === 11) {
|
...
|
...
|
|