You've already forked qlg.frontend
避免从店铺进来就没有助购了
This commit is contained in:
@ -126,6 +126,8 @@ function pulldownRefresh() {
|
||||
}
|
||||
mui.plusReady(function() {
|
||||
var costnum = 0;
|
||||
var self = plus.webview.currentWebview();
|
||||
from_id = self.from_id?self.from_id:0;
|
||||
getRecommend(nowpage, pagesize)
|
||||
$('.commoditylistnav').on('tap', '.nav_block', function() {
|
||||
page = 1;
|
||||
@ -210,7 +212,8 @@ mui.plusReady(function() {
|
||||
height: '100%' //新页面高度,默认为100%
|
||||
},
|
||||
extras: {
|
||||
data_id: good_id
|
||||
data_id: good_id,
|
||||
from_id
|
||||
// ..... //自定义扩展参数,可以用来处理页面间传值
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
|
Reference in New Issue
Block a user