1
This commit is contained in:
@@ -335,9 +335,9 @@
|
||||
content:"登录佰川加油才可以加油 |˛˙꒳˙)♡",
|
||||
confirmText:'去登陆',
|
||||
success: (res) => {
|
||||
if(res.confirm){
|
||||
if(res.confirm){
|
||||
uni.reLaunch({
|
||||
url:'../../../BagAuth/pages/login/login'
|
||||
url:'../../../BagAuth/pages/login/login?loginType=true'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,8 +4,10 @@
|
||||
<block slot="content">中石化紫云路</block>
|
||||
<block slot="backText">返回</block>
|
||||
</cu-custom> -->
|
||||
<view class="bg-img fixed-top flex align-end margin-bottom-lg " :style="'background-image: url('+imgURL+'site-bg.png '+');width: 750upx;height: 326rpx;background-size:cover'">
|
||||
<image @tap="goBack" :src="imgURL+'site-back.png'" width="20upx" mode="widthFix" class="position-ab site-back">
|
||||
<view class="bg-img fixed-top flex align-end margin-bottom-lg "
|
||||
:style="'background-image: url('+imgURL+'site-bg.png '+');width: 750upx;height: 326rpx;background-size:cover'">
|
||||
<image @tap="goBack" :src="imgURL+'site-back.png'" width="20upx" mode="widthFix"
|
||||
class="position-ab site-back">
|
||||
</image>
|
||||
<view class="cu-list menu margin padding-sm radius my-shadow bg-white yu-card-xuan">
|
||||
<view class="cu-item ">
|
||||
@@ -29,8 +31,10 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="bg-img placeholder-hidden flex align-end margin-bottom-lg " :style="'background-image: url('+imgURL+'site-bg.png '+');width: 750upx;height: 326rpx;background-size:cover'">
|
||||
<image @tap="goBack" :src="imgURL+'site-back.png'" width="20upx" mode="widthFix" class="position-ab site-back">
|
||||
<view class="bg-img placeholder-hidden flex align-end margin-bottom-lg "
|
||||
:style="'background-image: url('+imgURL+'site-bg.png '+');width: 750upx;height: 326rpx;background-size:cover'">
|
||||
<image @tap="goBack" :src="imgURL+'site-back.png'" width="20upx" mode="widthFix"
|
||||
class="position-ab site-back">
|
||||
</image>
|
||||
<view class="flex-sub">
|
||||
<view class="cu-list menu margin padding-sm radius my-shadow bg-white yu-card-xuan">
|
||||
@@ -61,7 +65,7 @@
|
||||
</view>
|
||||
<!-- 价格 -->
|
||||
<price-tab @onChangeChannelCode="getChannelCode" @onChangePayQr="onChangePayQr" @onChangePay="onChangePay"
|
||||
:channel-list="siteInfo.oilSiteChannelDetailsVos"></price-tab>
|
||||
:channel-list="siteInfo.oilSiteChannelDetailsVos"></price-tab>
|
||||
|
||||
|
||||
<!-- 客户评价 -->
|
||||
@@ -81,20 +85,22 @@
|
||||
<view class="bg-gray padding-top-sm ">
|
||||
<view class="cu-list bg-white no-border menu padding-top ">
|
||||
<text class="padding margin-top">客户订单</text>
|
||||
<view class="cu-item " v-for="(itm,index) in siteInfo.oilSiteOrderInfoVos" :key="index">
|
||||
<view class="cu-item no-border"
|
||||
v-if="!siteInfo.oilSiteOrderInfoVos||!siteInfo.oilSiteOrderInfoVos.length">
|
||||
暂无
|
||||
</view>
|
||||
<view v-else class="cu-item " v-for="(itm,index) in siteInfo.oilSiteOrderInfoVos" :key="index">
|
||||
<text class="text-black">
|
||||
{{itm.userName|usernameF}} {{itm.plateNumber|plateNumberF}}
|
||||
</text>
|
||||
<text class=" text-black ">加 {{itm.oilsCode}} {{itm.volume}}L 节省 <text class="text-red">
|
||||
¥{{itm.discountAmount}}</text></text>
|
||||
</view>
|
||||
<view class="cu-item no-border" v-if="!siteInfo.oilSiteOrderInfoVos.length">
|
||||
暂无
|
||||
</view>
|
||||
|
||||
|
||||
</view>
|
||||
<!-- 底部去支付 -->
|
||||
<view class="" v-if="activePay||qrcodePay">
|
||||
<view class="" >
|
||||
<view class="btn bg-white placeholder-hidden">
|
||||
<view class="flex bg-white padding flex-direction">
|
||||
<button class="cu-btn block bg-main-oil lg" v-if="activePay" @tap="makePay">
|
||||
@@ -102,7 +108,7 @@
|
||||
</image>
|
||||
一键支付
|
||||
</button>
|
||||
<!-- <button v-if="qrcodePay" class="cu-btn block bg-main-oil margin-tb-sm lg" @tap="siteQrPay">
|
||||
<!-- <button v-if="qrcodePay" class="cu-btn block bg-main-oil margin-tb-sm lg" @tap="siteQrPay">
|
||||
<image class="site-icon margin-right-sm" :src="imgURL+'site-qr.png'" mode="widthFix">
|
||||
</image>
|
||||
二维码支付
|
||||
@@ -111,7 +117,7 @@
|
||||
</view>
|
||||
<view class="btn bg-white fixed ">
|
||||
<view class="flex bg-white padding flex-direction">
|
||||
<button class="cu-btn block bg-main-oil lg" v-if="activePay" @tap="makePay">
|
||||
<button class="cu-btn block bg-main-oil lg" @tap="makePay">
|
||||
<image class="site-icon margin-right-sm" :src="imgURL+'site-yz.png'" mode="widthFix">
|
||||
</image>
|
||||
一键支付
|
||||
@@ -133,10 +139,10 @@
|
||||
<view class="">
|
||||
<image src="../../../static/img/errIcon.png" mode="" style="width:100rpx;height: 100rpx;"></image>
|
||||
</view>
|
||||
<view class="cu-bar box-panding text-centerS" >
|
||||
<text class="headShow"> 支付提醒 </text>
|
||||
<view class="cu-bar box-panding text-centerS">
|
||||
<text class="headShow"> 支付提醒 </text>
|
||||
</view>
|
||||
<view class="cu-bar box-panding" >
|
||||
<view class="cu-bar box-panding">
|
||||
<text class="showtext">当前油站距离您较远,请与加油员确认您选择的油站是否正确。</text>
|
||||
</view>
|
||||
<view class="checklocation_box_button">
|
||||
@@ -161,7 +167,7 @@
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
showtitle:false,
|
||||
showtitle: false,
|
||||
radio: 'B',
|
||||
mainURL: this.global.mainURL,
|
||||
imgURL: this.global.imgURL,
|
||||
@@ -184,53 +190,53 @@
|
||||
},
|
||||
onUnload() {
|
||||
console.log('这里是卸载页面')
|
||||
this.innerAudioContext.stop()
|
||||
this.innerAudioContext.stop()
|
||||
},
|
||||
onLoad(option) {
|
||||
if(!option.item){
|
||||
let siteInfos = uni.getStorageSync('siteInfo')
|
||||
var oilItem = JSON.parse(decodeURIComponent(siteInfos))
|
||||
}else{
|
||||
onLoad(option) {
|
||||
if (!option.item) {
|
||||
let siteInfos = uni.getStorageSync('siteInfo')
|
||||
var oilItem = JSON.parse(decodeURIComponent(siteInfos))
|
||||
} else {
|
||||
var oilItem = JSON.parse(decodeURIComponent(option.item))
|
||||
}
|
||||
uni.setStorageSync('oilItem',oilItem)
|
||||
this.getSiteInfo(oilItem.siteId)
|
||||
}
|
||||
uni.setStorageSync('oilItem', oilItem)
|
||||
this.getSiteInfo(oilItem.siteId, oilItem)
|
||||
this.siteId = oilItem.siteId
|
||||
if(oilItem.listTag == '万金油'){
|
||||
if (oilItem.listTag == '万金油') {
|
||||
this.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/wanjinyou.mp3'
|
||||
}else if(oilItem.listTag == '星油'){
|
||||
} else if (oilItem.listTag == '星油') {
|
||||
this.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/xingyouyunzhan.mp3'
|
||||
}else if(oilItem.listTag == '壳牌'){
|
||||
} else if (oilItem.listTag == '壳牌') {
|
||||
this.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/qiaopainew.mp3'
|
||||
}else if(oilItem.listTag == '上汽联名卡'){
|
||||
} else if (oilItem.listTag == '上汽联名卡') {
|
||||
this.audioUrl = 'https://publicxingyou.oss-cn-hangzhou.aliyuncs.com/mp-oil/shangqi.mp3'
|
||||
}
|
||||
this.ContextAudio(this.audioUrl)
|
||||
},
|
||||
methods: {
|
||||
// 生成音频文件
|
||||
ContextAudio(url){
|
||||
ContextAudio(url) {
|
||||
this.innerAudioContext = uni.createInnerAudioContext();
|
||||
this.innerAudioContext.autoplay = true;
|
||||
this.innerAudioContext.src = url;
|
||||
this.innerAudioContext.onPlay(() => {
|
||||
console.log('开始播放');
|
||||
console.log('开始播放');
|
||||
});
|
||||
this.innerAudioContext.onError((res) => {
|
||||
console.log(res.errMsg);
|
||||
console.log(res.errCode);
|
||||
console.log(res.errMsg);
|
||||
console.log(res.errCode);
|
||||
});
|
||||
},
|
||||
backTohome(){
|
||||
backTohome() {
|
||||
this.innerAudioContext.stop()
|
||||
uni.switchTab({
|
||||
url:'../../../pages/tabbar/home/home'
|
||||
url: '../../../pages/tabbar/home/home'
|
||||
})
|
||||
},
|
||||
hidendialog(){
|
||||
this.showtitle =false
|
||||
hidendialog() {
|
||||
this.showtitle = false
|
||||
},
|
||||
gotoPay(){
|
||||
gotoPay() {
|
||||
this.innerAudioContext.stop()
|
||||
uni.navigateTo({
|
||||
url: `/BagStation/pages/makeOrder/makeOrder?siteId=${this.siteId}&activeCur=${this.activeCur}`
|
||||
@@ -241,35 +247,65 @@
|
||||
this.secondChannelCode = sec
|
||||
},
|
||||
siteQrPay() {
|
||||
this.innerAudioContext.stop()
|
||||
this.innerAudioContext.stop()
|
||||
// let siteId =
|
||||
uni.navigateTo({
|
||||
url: `/BagStation/pages/stationDetail/stieQr?siteId=${this.siteId}&activeChannelCode=${this.activeChannelCode}&secondChannelCode=${this.secondChannelCode}`
|
||||
})
|
||||
},
|
||||
getSiteInfo(id) {
|
||||
console.log('进入获取油站信息')
|
||||
getSiteInfo(id, item) {
|
||||
console.log('进入获取油站信息');
|
||||
let user = uni.getStorageSync('user');
|
||||
let data2 = {
|
||||
...uni.getStorageSync('location'),
|
||||
siteId: id
|
||||
}
|
||||
oilSiteApi.getSiteDetails(data2).then(res => {
|
||||
console.log('进入获取油站信息getSiteDetails',res)
|
||||
if (res.code == 20000) {
|
||||
this.siteInfo = res.data
|
||||
}
|
||||
})
|
||||
if (user) {
|
||||
oilSiteApi.getSiteDetails(data2).then(res => {
|
||||
console.log('进入获取油站信息getSiteDetails', res)
|
||||
if (res.code == 20000) {
|
||||
this.siteInfo = res.data
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.siteInfo = item
|
||||
}
|
||||
|
||||
},
|
||||
makePay() {
|
||||
console.log(this.siteInfo.juli)
|
||||
if(this.siteInfo.juli > 1000 ){
|
||||
this.showtitle = true
|
||||
}else{
|
||||
this.innerAudioContext.stop()
|
||||
uni.navigateTo({
|
||||
url: `/BagStation/pages/makeOrder/makeOrder?siteId=${this.siteId}&activeCur=${this.activeCur}`
|
||||
})
|
||||
let user = uni.getStorageSync('user');
|
||||
if (this.activePay && user) {
|
||||
if (this.siteInfo.juli > 1000) {
|
||||
this.showtitle = true
|
||||
} else {
|
||||
this.innerAudioContext.stop()
|
||||
uni.navigateTo({
|
||||
url: `/BagStation/pages/makeOrder/makeOrder?siteId=${this.siteId}&activeCur=${this.activeCur}`
|
||||
})
|
||||
}
|
||||
} else {
|
||||
if(!user){
|
||||
uni.showModal({
|
||||
title: '请您登录',
|
||||
content: "登录佰川加油才可以加油 |˛˙꒳˙)♡",
|
||||
confirmText: '去登陆',
|
||||
success: (res) => {
|
||||
if (res.confirm) {
|
||||
uni.reLaunch({
|
||||
url: '../../../BagAuth/pages/login/login?loginType=true'
|
||||
})
|
||||
}
|
||||
}
|
||||
})
|
||||
}else{
|
||||
uni.showToast({
|
||||
title:'暂无可选油品',
|
||||
icon:'none'
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
},
|
||||
onChangePayQr(val) {
|
||||
this.qrcodePay = val
|
||||
@@ -293,7 +329,7 @@
|
||||
|
||||
},
|
||||
goBack() {
|
||||
this.innerAudioContext.stop()
|
||||
this.innerAudioContext.stop()
|
||||
uni.navigateBack({
|
||||
|
||||
})
|
||||
@@ -443,69 +479,83 @@
|
||||
|
||||
.yu-card-xuan .action {
|
||||
white-space: nowrap;
|
||||
}.close-icon{
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 2%;
|
||||
}
|
||||
.dialog-box{
|
||||
position: relative;
|
||||
}
|
||||
.text-centerS{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
.red_btn{
|
||||
color: #FFFFFF;
|
||||
background-color: #fe0505;
|
||||
}
|
||||
.box-paddings{
|
||||
padding:40rpx 0;
|
||||
}
|
||||
.headShow{
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
.showtext{
|
||||
line-height: 2;
|
||||
font-size: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
padding: 0 10%;
|
||||
word-spacing: 10px;
|
||||
letter-spacing: 3px;
|
||||
text-align: left;
|
||||
}
|
||||
.checklocation_box_button{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 5%;
|
||||
}
|
||||
.btn-box{
|
||||
width: 45%;
|
||||
flex: 0 0 auto;
|
||||
text-align: center;
|
||||
padding: 3%;
|
||||
border-radius: 20rpx;
|
||||
font-size: 28rpx;
|
||||
box-sizing: border-box;
|
||||
border: 2rpx solid #bfbfbf;
|
||||
}
|
||||
.box-panding{
|
||||
padding:10 0;
|
||||
}
|
||||
.checklocation{
|
||||
}
|
||||
|
||||
.close-icon {
|
||||
position: absolute;
|
||||
right: 2%;
|
||||
top: 2%;
|
||||
}
|
||||
|
||||
.dialog-box {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.text-centerS {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.red_btn {
|
||||
color: #FFFFFF;
|
||||
background-color: #fe0505;
|
||||
}
|
||||
|
||||
.box-paddings {
|
||||
padding: 40rpx 0;
|
||||
}
|
||||
|
||||
.headShow {
|
||||
font-size: 36rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.showtext {
|
||||
line-height: 2;
|
||||
font-size: 30rpx;
|
||||
margin-bottom: 30rpx;
|
||||
padding: 0 10%;
|
||||
word-spacing: 10px;
|
||||
letter-spacing: 3px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.checklocation_box_button {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 0 5%;
|
||||
}
|
||||
|
||||
.btn-box {
|
||||
width: 45%;
|
||||
flex: 0 0 auto;
|
||||
text-align: center;
|
||||
padding: 3%;
|
||||
border-radius: 20rpx;
|
||||
font-size: 28rpx;
|
||||
box-sizing: border-box;
|
||||
border: 2rpx solid #bfbfbf;
|
||||
}
|
||||
|
||||
.box-panding {
|
||||
padding: 10 0;
|
||||
}
|
||||
|
||||
.checklocation {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
left: 20%;
|
||||
right: 20%;
|
||||
z-index: 999;
|
||||
}
|
||||
.checklocation_box{
|
||||
|
||||
.checklocation_box {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.content {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
@@ -599,4 +649,4 @@
|
||||
.yu-card-xuan .action {
|
||||
white-space: nowrap;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
Reference in New Issue
Block a user