dev
xiaowen 3 years ago
parent 31ab130cbf
commit 2d426fc473

@ -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: '设置成功!'
})
})
},
})

@ -65,4 +65,7 @@
color: #fff;
text-align: center;
border-radius: 2px;
}
.footer-sbn:active {
background: #fff;
}
Loading…
Cancel
Save