You've already forked qlg.frontend
添加商品来源from_id;0其他,2微把,3够吧
This commit is contained in:
@ -6,7 +6,7 @@ mui.plusReady(function() {
|
||||
// tj.show();
|
||||
// mui.alert(e.target.attributes["data-id"].nodeValue);
|
||||
var data_id = this.attributes["data-goodsId"].nodeValue;
|
||||
var goodsType =$(this).attr('data-goodsType')
|
||||
var goodsType =$(this).attr('data-goodsType');
|
||||
// //console.log(this.attributes["data-id"].nodeValue);
|
||||
mui.openWindow({
|
||||
url: 'details.html',
|
||||
@ -19,7 +19,8 @@ mui.plusReady(function() {
|
||||
},
|
||||
extras: {
|
||||
data_id: data_id,
|
||||
goodsType : goodsType?goodsType :""
|
||||
goodsType : goodsType?goodsType :"",
|
||||
from_id: from_id?from_id:0
|
||||
// ..... //自定义扩展参数,可以用来处理页面间传值
|
||||
},
|
||||
createNew: false, //是否重复创建同样id的webview,默认为false:不重复创建,直接显示
|
||||
|
Reference in New Issue
Block a user