更新
This commit is contained in:
@@ -271,8 +271,8 @@
|
||||
orderApi.getOrderPayInfo(this.id).then(res => {
|
||||
if (res.code == 20000) {
|
||||
// console.log('oilItem',uni.getStorageSync('oilItem'))
|
||||
if(res.data.secondChannelCode === 'SQ' && res.data.sqSiteBelong === 'JKJY') {
|
||||
res.data.listTag = '集卡加油'
|
||||
if(res.data.secondChannelCode === 'SQ'){
|
||||
res.data.listTag = res.data.sqSiteBelong === 'JKJY' ? '集卡加油' :'上汽联名卡'
|
||||
}
|
||||
uni.setStorageSync('orderMade', res.data)
|
||||
uni.setStorageSync('oilItem', res.data)
|
||||
|
||||
Reference in New Issue
Block a user