This commit is contained in:
xiaozhiyong
2023-04-12 15:56:43 +08:00
parent 2260161be9
commit cb4f6f6f42
3 changed files with 9 additions and 9 deletions

View File

@@ -271,9 +271,9 @@
orderApi.getOrderPayInfo(this.id).then(res => {
if (res.code == 20000) {
// console.log('oilItem',uni.getStorageSync('oilItem'))
if(res.data.secondChannelCode === 'SQ'){
res.data.listTag = res.data.sqSiteBelong === 'JKJY' ? '集卡加油' :'上汽联名卡'
}
// if(res.data.secondChannelCode === 'SQ'){
// res.data.listTag = res.data.sqSiteBelong === 'JKJY' ? '集卡加油' :'上汽联名卡'
// }
uni.setStorageSync('orderMade', res.data)
uni.setStorageSync('oilItem', res.data)
uni.navigateTo({