|
@@ -201,7 +201,7 @@ Manage.prototype.switchBgmState = function(state){
|
|
|
Manage.prototype.weixinShare = function() {
|
|
|
console.log("weixinShare")
|
|
|
$.ajax({
|
|
|
- url:'https://www.4dage.com/Weixin3/wechatconfig/jssdk',
|
|
|
+ url:'https://www.4dage.com/wechat/jssdk/',
|
|
|
type: "post",
|
|
|
data : {
|
|
|
'url' : location.href.split('#')[0]
|
|
@@ -210,6 +210,8 @@ Manage.prototype.weixinShare = function() {
|
|
|
jsonpCallback:"success_jsonp",
|
|
|
success:function(data,textStatus){
|
|
|
console.log("weixinShare success")
|
|
|
+ console.log(data.appId)
|
|
|
+
|
|
|
wx.config({
|
|
|
// debug : true,
|
|
|
appId : data.appId,
|