添加商品来源from_id;0其他,2微把,3够吧

This commit is contained in:
2019-09-10 15:28:41 +08:00
parent cd2c6ed3a0
commit 762fe382a4
8 changed files with 45 additions and 38 deletions

View File

@ -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;