KongDuo
xiaozhiyong 2 years ago
parent 2260161be9
commit cb4f6f6f42
  1. 6
      BagStation/orderDetail/orderDetail.vue
  2. 6
      BagStation/pages/stationDetail/stationDetail.vue
  3. 6
      pages/tabbar/order/orderList/orderList.vue

@ -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({

@ -234,9 +234,9 @@
// }
let oilItem = option.channerCode == 'TY' ? uni.getStorageSync('OtherSiteInfo') : JSON.parse(option.item)
if(oilItem.secondChannelCode === 'SQ'){
oilItem.listTag = oilItem.sqSiteBelong === 'JKJY' ? '集卡加油' :'上汽联名卡'
}
// if(oilItem.secondChannelCode === 'SQ'){
// oilItem.listTag = oilItem.sqSiteBelong === 'JKJY' ? '' :''
// }
uni.setStorageSync('oilItem',oilItem)
this.getSiteInfo(oilItem.siteId)
this.siteId = oilItem.siteId

@ -169,9 +169,9 @@
makePay(id) {
orderApi.getOrderPayInfo(id).then(res => {
if (res.code == 20000) {
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({

Loading…
Cancel
Save