Commit 44ebbc0bea249ff2ff1fdc3e9be31facc39fdbbd

Authored by 后端研发-苏泰源
1 parent f0a6983c

sceneValue改为scene

packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.js
@@ -319,7 +319,7 @@ Page({ @@ -319,7 +319,7 @@ Page({
319 //--如果tg_id是空的话,分享回来-- 319 //--如果tg_id是空的话,分享回来--
320 // console.log('扫描海报gid'); 320 // console.log('扫描海报gid');
321 if (gid == undefined || gid == null || gid == "") { 321 if (gid == undefined || gid == null || gid == "") {
322 - var gid_str = decodeURIComponent(t.sceneValue); 322 + var gid_str = decodeURIComponent(t.scene);
323 gid_str = gid_str.split("_"); 323 gid_str = gid_str.split("_");
324 gid = gid_str[0]; 324 gid = gid_str[0];
325 if(gid.indexOf('.')!=-1) { 325 if(gid.indexOf('.')!=-1) {
@@ -4666,7 +4666,7 @@ Page({ @@ -4666,7 +4666,7 @@ Page({
4666 // var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" + 4666 // var path3 = os.url + "/api/wx/open/app/user/getWeAppEwm/" +
4667 // os.stoid + "?sceneValue=" + scene + "&pageValue=packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo"; 4667 // os.stoid + "?sceneValue=" + scene + "&pageValue=packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo";
4668 4668
4669 - // console.log('path3......',path3); 4669 + console.log('path3......',path3);
4670 4670
4671 4671
4672 // 读取文件成功则OK-- 4672 // 读取文件成功则OK--