You've already forked qlg.frontend
添加商品来源from_id;0其他,2微把,3够吧
This commit is contained in:
@ -83,6 +83,7 @@ mui.plusReady(function() {
|
||||
catId = self.data_catId;
|
||||
keyword = self.data_keyword;
|
||||
goodsType = self.goodsType?self.goodsType :"";
|
||||
from_id = self.from_id?self.from_id:0;
|
||||
$('.commoditylistnav').on('tap', '.nav_block', function() {
|
||||
page = 1;
|
||||
count = 1;
|
||||
@ -121,7 +122,8 @@ mui.plusReady(function() {
|
||||
page: 1,
|
||||
condition: condition,
|
||||
desc: desc,
|
||||
goodsType :goodsType
|
||||
goodsType :goodsType,
|
||||
from: from_id
|
||||
}
|
||||
if (catId) {
|
||||
data.catId = catId;
|
||||
@ -162,7 +164,8 @@ mui.plusReady(function() {
|
||||
pagesize: 10,
|
||||
page: 1,
|
||||
condition: 2,
|
||||
desc: 0
|
||||
desc: 0,
|
||||
from: from_id,
|
||||
}
|
||||
if (catId) {
|
||||
data_1.catId = catId;
|
||||
|
Reference in New Issue
Block a user