diff --git a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js index 64c9015..c73bc54 100644 --- a/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js +++ b/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js @@ -319,7 +319,7 @@ Page({ //--如果tg_id是空的话,分享回来-- // console.log('扫描海报gid'); if (gid == undefined || gid == null || gid == "") { - var gid_str = decodeURIComponent(t.sceneValue); + var gid_str = decodeURIComponent(t.scene); gid_str = gid_str.split("_"); gid = gid_str[0]; if(gid.indexOf('.')!=-1) { @@ -4666,7 +4666,7 @@ Page({ // var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" + // os.stoid + "?sceneValue=" + scene + "&pageValue=packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo"; - // console.log('path3......',path3); + console.log('path3......',path3); // 读取文件成功则OK--