|
|
|
@ -96,7 +96,7 @@ Page({
|
|
|
|
|
iTimeType: this.data.iTimeType, //0发布时间 1入库时间
|
|
|
|
|
sCrisis: wjList.join(',') || '',
|
|
|
|
|
sBrand: wx.getStorageSync('sBrand') || '',
|
|
|
|
|
sSeries: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
sSeriesName: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
}).then(res => {
|
|
|
|
|
let arr = [...this.data.brandDataList, ...res]
|
|
|
|
|
this.setData({
|
|
|
|
@ -138,7 +138,7 @@ Page({
|
|
|
|
|
iTimeType: this.data.iTimeType, //0发布时间 1入库时间
|
|
|
|
|
sCrisis: wjList.join(',') || '',
|
|
|
|
|
sBrand: wx.getStorageSync('sBrand') || '',
|
|
|
|
|
sSeries: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
sSeriesName: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
}, (res) => {
|
|
|
|
|
this.setData({
|
|
|
|
|
total: res.totalNum
|
|
|
|
@ -327,7 +327,7 @@ Page({
|
|
|
|
|
sStartTime: this.data.sStartTime,
|
|
|
|
|
sEndTime: this.data.sEndTime,
|
|
|
|
|
sBrand: wx.getStorageSync('sBrand') || '',
|
|
|
|
|
sSeries: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
sSeriesName: wx.getStorageSync('sSeriesName') || '',
|
|
|
|
|
sQuDao: qdList.join(',') || '',
|
|
|
|
|
sQingGan: qgList.join(',') || '',
|
|
|
|
|
sCrisis: wjList.join(',') || '',
|
|
|
|
|