diff --git a/BagStation/orderDetail/orderDetail.vue b/BagStation/orderDetail/orderDetail.vue index 4938ed3..31b85f7 100644 --- a/BagStation/orderDetail/orderDetail.vue +++ b/BagStation/orderDetail/orderDetail.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({ diff --git a/BagStation/pages/stationDetail/stationDetail.vue b/BagStation/pages/stationDetail/stationDetail.vue index 180dc73..ddea6cc 100644 --- a/BagStation/pages/stationDetail/stationDetail.vue +++ b/BagStation/pages/stationDetail/stationDetail.vue @@ -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 diff --git a/pages/tabbar/order/orderList/orderList.vue b/pages/tabbar/order/orderList/orderList.vue index 923ce34..e0e2335 100644 --- a/pages/tabbar/order/orderList/orderList.vue +++ b/pages/tabbar/order/orderList/orderList.vue @@ -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({