pull/3/head
lixuan 2 years ago
commit a43da27bda
  1. 6
      BagStation/orderDetail/orderDetail.vue
  2. 7
      BagStation/pages/makeOrder/payResult.vue
  3. 3
      components/sl-filter/filter-view.vue
  4. 17
      pages/tabbar/station/stationList.vue
  5. 2
      utils/request.js

@ -14,7 +14,7 @@
<view class="qrimg"> <view class="qrimg">
<view class="qrimg" @tap="newQrString"> <view class="qrimg" @tap="newQrString">
<tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="250" unit="upx" <tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="250" unit="upx"
background="#fff" foreground="#000" pdground="#000" :icon="iconUrl" iconSize="40" onval background="#fff" :foreground="foreground" :pdground="foreground" :icon="iconUrl" iconSize="40" onval
:usingComponents="usingComponents" showLoading /> :usingComponents="usingComponents" showLoading />
</view> </view>
</view> </view>
@ -164,6 +164,7 @@
export default { export default {
data() { data() {
return { return {
foreground:'#000',
showQr:false, showQr:false,
val:'', val:'',
id: '', id: '',
@ -213,7 +214,8 @@
this.showQr = false this.showQr = false
}else if(res.code == 20000){ }else if(res.code == 20000){
this.showQr = true this.showQr = true
this.val =res.data.codeStr this.val =res.data.codeStr;
this.foreground = this.val.indexOf('SHLFC/V1')==-1?'#000':'#1A487E';
} }
} ) } )
}, },

@ -21,7 +21,7 @@
<view class="qrimg"> <view class="qrimg">
<view class="qrimg" @tap="newQrString"> <view class="qrimg" @tap="newQrString">
<tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="250" unit="upx" <tki-qrcode ref="qrcode" cid="2" loadMake :val="val" :size="250" unit="upx"
background="#fff" foreground="#000" pdground="#000" :icon="iconUrl" iconSize="40" onval background="#fff" :foreground="foreground" :pdground="foreground" :icon="iconUrl" iconSize="40" onval
:usingComponents="usingComponents" showLoading /> :usingComponents="usingComponents" showLoading />
</view> </view>
</view> </view>
@ -144,6 +144,7 @@
data() { data() {
const now = new Date() const now = new Date()
return { return {
foreground:'#000',
oilItem:{}, oilItem:{},
status:"", status:"",
showtitles:"", showtitles:"",
@ -203,6 +204,8 @@
this.showQr = true this.showQr = true
this.showtext =false this.showtext =false
this.val =res.data.codeStr this.val =res.data.codeStr
this.foreground = this.val.indexOf('SHLFC/V1')==-1?'#000':'#1A487E';
console.log(this.foreground,'foreground')
} }
} ) } )
}, },
@ -310,7 +313,6 @@
let _that = this let _that = this
if(oilItems.listTag == '万金油'){ if(oilItems.listTag == '万金油'){
_that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/wanjinyou.mp3' _that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/wanjinyou.mp3'
}else if(oilItems.listTag == '星油'){ }else if(oilItems.listTag == '星油'){
_that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/xingyouyunzhan.mp3' _that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/xingyouyunzhan.mp3'
}else if(oilItems.listTag == '壳牌'){ }else if(oilItems.listTag == '壳牌'){
@ -318,7 +320,6 @@
}else if(oilItems.listTag == '上汽联名卡'){ }else if(oilItems.listTag == '上汽联名卡'){
_that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/shangqi.mp3' _that.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/shangqi.mp3'
} }
this.ContextAudio(this.audioUrl) this.ContextAudio(this.audioUrl)
}else{ }else{
console.log('这里是支付失败') console.log('这里是支付失败')

@ -489,6 +489,7 @@
} else { } else {
this.result[key] = ''; this.result[key] = '';
this.selectedTitleObj[key] = list[0].title; this.selectedTitleObj[key] = list[0].title;
console.log(this.result,'重置之后的数据')
} }
for (let i = 0; i < list.length; i++) { for (let i = 0; i < list.length; i++) {
if (i == 0) { if (i == 0) {
@ -548,7 +549,7 @@
obj.result.provinceCode = this.provinceCode obj.result.provinceCode = this.provinceCode
obj.result.cityCode = this.cityCode obj.result.cityCode = this.cityCode
obj.result.areaCode = this.areaCode obj.result.areaCode = this.areaCode
obj.result.distance = this.detailItems // obj.result.distance = this.detailItems
console.log(obj,'look me!') console.log(obj,'look me!')
// console.log(this.seleIdex.split('/'),this.productCodeList[this.seleIdex.split('/')[1]][this.seleIdex.split('/')[0]],this.seleIdex.split('/')[2],'dddddddddddddddddd') // console.log(this.seleIdex.split('/'),this.productCodeList[this.seleIdex.split('/')[1]][this.seleIdex.split('/')[0]],this.seleIdex.split('/')[2],'dddddddddddddddddd')
if(this.seleIdex!==null&&this.seleIdex.split('/')[2]==2){ if(this.seleIdex!==null&&this.seleIdex.split('/')[2]==2){

@ -1,9 +1,9 @@
<template> <template>
<view class="my-bg"> <view style="height: 100vh;" class="my-bg flex_column">
<cu-custom class="main-totextbar bg-main-oil" bgColor="bg-main-oil"> <cu-custom class="main-totextbar bg-main-oil" bgColor="bg-main-oil">
<block slot="content">附近油站</block> <block slot="content">附近油站</block>
</cu-custom> </cu-custom>
<view class=""> <view style="flex: 1;" class="flex_column">
<view class="headList"> <view class="headList">
<view class="headList_head" v-for="(list,i) in tabHeadS" :class="[TabHead == i? 'ativeHead':'']" :key='i' @tap='changeHaed(list.value)'> <view class="headList_head" v-for="(list,i) in tabHeadS" :class="[TabHead == i? 'ativeHead':'']" :key='i' @tap='changeHaed(list.value)'>
{{list.title}} {{list.title}}
@ -25,7 +25,7 @@
</view> </view>
<!-- 筛选开始 --> <!-- 筛选开始 -->
<scroll-view class="screentop bg-white"> <scroll-view style="flex: 1;" class="screentop bg-white">
<view @click="reunrnFn" class=""> <view @click="reunrnFn" class="">
<sl-filter reflexTitle ref="slFilter" :productCodeList="productCodeList" :areaCodeList="areaCodeList" @result="filterRes" :menuList="menuList" v-if="TabHead == 0"></sl-filter> <sl-filter reflexTitle ref="slFilter" :productCodeList="productCodeList" :areaCodeList="areaCodeList" @result="filterRes" :menuList="menuList" v-if="TabHead == 0"></sl-filter>
<sl-filter reflexTitle ref="slFilter" @result="filterRes" :menuList="ureaMenuList" v-if="TabHead == 1 && changeHs == true"></sl-filter> <sl-filter reflexTitle ref="slFilter" @result="filterRes" :menuList="ureaMenuList" v-if="TabHead == 1 && changeHs == true"></sl-filter>
@ -93,19 +93,19 @@
key: 'distance', key: 'distance',
detailList: [{ detailList: [{
title: "默认", title: "默认",
value: 20 value: ''
}, },
{ {
title: "20Km", title: "20Km",
value: 20 value: 20000
}, },
{ {
title: "30Km", title: "30Km",
value: 30 value: 30000
}, },
{ {
title: "50Km", title: "50Km",
value: 50 value: 50000
} }
] ]
},{ },{
@ -349,7 +349,7 @@
} }
}, },
filterRes(val) { filterRes(val) {
console.log(val) console.log(val,'重置')
if(this.TabHead ==0){ if(this.TabHead ==0){
this.filterDatas = val this.filterDatas = val
this.currentPage = 1 this.currentPage = 1
@ -676,6 +676,7 @@
</script> </script>
<style scoped> <style scoped>
.flex_column{display: flex;flex-direction: column;}
.headList_head{ .headList_head{
padding: 2% 0; padding: 2% 0;
width: 16%; width: 16%;

@ -5,7 +5,7 @@ import utils from '@/utils/encode'
// const env = 'test' // const env = 'test'
const env = 'production' const env = 'production'
// 45 // 45
const testUrl = 'http://192.168.0.45:38080' const testUrl = 'https://5210i098j7.hsk.top'
// const productUrl = 'https://www.xingoil.com/adminapi' // const productUrl = 'https://www.xingoil.com/adminapi'
const productUrl = 'http://uat.xingoil.com/adminapi' const productUrl = 'http://uat.xingoil.com/adminapi'

Loading…
Cancel
Save