星油企业版更新

This commit is contained in:
caolc
2023-02-13 15:43:06 +08:00
parent 41c2629561
commit d6e55390f3
51 changed files with 5176 additions and 480 deletions

View File

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