|
|
|
@ -83,17 +83,21 @@ Page({
|
|
|
|
|
let data = {
|
|
|
|
|
action: "addOrUpdSwsQyQuartzList",
|
|
|
|
|
token: wx.getStorageSync('token') || 't%2BrswgjvzGM=',
|
|
|
|
|
data: {
|
|
|
|
|
data: JSON.stringify({
|
|
|
|
|
Id: this.data.Id,
|
|
|
|
|
Es: {
|
|
|
|
|
Brands: this.data.brand,
|
|
|
|
|
Crisis: this.data.result.toString(),
|
|
|
|
|
SeriesNames: this.data.sSeriesName
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
app.globalData.request(data).then(() => {
|
|
|
|
|
wx.setStorageSync("setBrand", this.data.brand);
|
|
|
|
|
wx.showModal({
|
|
|
|
|
title: '提示',
|
|
|
|
|
content: '设置成功!'
|
|
|
|
|
})
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
})
|