星油企业版更新
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<view class="text-img">
|
||||
<image src="../../../static/img/upload.png" style="width:260upx;height: 160upx;" v-if='isPlateNumber' @tap='upPlateNumber'mode="aspectFill"></image>
|
||||
<image :src="PlateNumberImages" style="width:260upx;height:160upx;" mode="aspectFill" v-else></image>
|
||||
<image src="../../../static/img/close_red.png" v-if='!isPlateNumber' @tap='cleraPlateNumber' class="close_Img" mode="aspectFill"></image>
|
||||
<image src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/close_red.png" v-if='!isPlateNumber' @tap='cleraPlateNumber' class="close_Img" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="text-p">需可识别车牌号</view>
|
||||
</view>
|
||||
@@ -70,7 +70,7 @@
|
||||
<view class="text-img">
|
||||
<image src="../../../static/img/upload.png" style="width:260upx;height:160upx;" v-if='isUefueller' @tap='upUefueller' mode="aspectFill"></image>
|
||||
<image :src="refuellerImages" style="width:260upx;height:160upx;" v-else mode="aspectFill"></image>
|
||||
<image src="../../../static/img/close_red.png" v-if='!isUefueller' @tap='cleraUefueller' class="close_Img" mode="aspectFill"></image>
|
||||
<image src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/close_red.png" v-if='!isUefueller' @tap='cleraUefueller' class="close_Img" mode="aspectFill"></image>
|
||||
</view>
|
||||
<view class="text-p" >需包含加油升数和价格</view>
|
||||
</view>
|
||||
@@ -291,10 +291,10 @@
|
||||
<view class=" cu-modal show" v-show="showtitle">
|
||||
<view class="cu-dialog overflow-unset dialog-box box-paddings">
|
||||
<view class="close-icon" @tap="hidendialog">
|
||||
<image src="../../../static/img/close.png" mode="" style="width:50rpx;height: 50rpx;"></image>
|
||||
<image src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/close.png" mode="" style="width:50rpx;height: 50rpx;"></image>
|
||||
</view>
|
||||
<view class="">
|
||||
<image src="../../../static/img/errIcon.png" mode="" style="width:100rpx;height: 100rpx;"></image>
|
||||
<image src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/errIcon.png" mode="" style="width:100rpx;height: 100rpx;"></image>
|
||||
</view>
|
||||
<view class="cu-bar box-panding text-centerS" >
|
||||
<text class="headShow"> 支付提醒 </text>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template xlang="wxml" minapp="mpvue">
|
||||
<view class="tki-qrcode">
|
||||
<image src="../../../../static/img/qr-bg.png" mode="" class="bgs"></image>
|
||||
<image src="https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/qr-bg.png" mode="" class="bgs"></image>
|
||||
<!-- #ifndef MP-ALIPAY -->
|
||||
<canvas class="tki-qrcode-canvas" :canvas-id="cid" :style="{width:cpSize+'px',height:cpSize+'px'}" />
|
||||
<!-- #endif -->
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<script>
|
||||
import QRCode from "./qrcode.js"
|
||||
import indexBackgroundImage from "@/static/img/qr-bg.png"
|
||||
// import indexBackgroundImage from "@/static/img/qr-bg.png"
|
||||
|
||||
let qrcode
|
||||
export default {
|
||||
@@ -225,7 +225,7 @@ export default {
|
||||
.tki-qrcode {
|
||||
position: relative;
|
||||
padding:8%;
|
||||
background-image:indexBackgroundImage ;
|
||||
background-image:url('https://xoi-support.oss-cn-hangzhou.aliyuncs.com/星油运营小程序/qr-bg.png') ;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
.tki-qrcode-canvas {
|
||||
|
||||
Reference in New Issue
Block a user