调整一下代码

This commit is contained in:
aixianling
2022-05-27 16:45:46 +08:00
parent ddb9afa4a9
commit bfb54de844
26 changed files with 13 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ const getFileInfo = (app, file) => {
if (/^App/.test(app.name)) { if (/^App/.test(app.name)) {
let {name, label} = app, let {name, label} = app,
path = app.path.replace(/.+[\\\/]([^\\\/]+)[\\\/]([^\\\/]+)$/g,`/mods/$1/$2`) path = app.path.replace(/.+[\\\/]([^\\\/]+)[\\\/]([^\\\/]+)$/g,`/mods/$1/$2`)
apps.list.push({id: name, name, label, path, libPath: file?.replace(/\\/g, '/')?.replace(/^src(\/.+)\.vue/, '$1'),type:'mp'}) apps.list.push({id: file.replace(/\.\/?(vue)?/g, '')?.replace(/[\\\/]/g,'_'), name, label, path, libPath: file?.replace(/\\/g, '/')?.replace(/^src(\/.+)\.vue/, '$1'),type:'mp'})
} }
} }
const saveApps = app => { const saveApps = app => {

View File

@@ -51,11 +51,11 @@
<h2>分享到</h2> <h2>分享到</h2>
<div class="card"> <div class="card">
<div class="itemCard" @click="registerCode()"> <div class="itemCard" @click="registerCode()">
<img src="./components/code.png" alt="" class="imgs" /> <img src="components/code.png" alt="" class="imgs" />
<div class="names">扫码登记</div> <div class="names">扫码登记</div>
</div> </div>
<div class="itemCard" @click="invitation()"> <div class="itemCard" @click="invitation()">
<img src="./components/wechat.png" alt="" class="imgs" /> <img src="components/wechat.png" alt="" class="imgs" />
<div class="names">微信邀请</div> <div class="names">微信邀请</div>
</div> </div>
</div> </div>
@@ -66,7 +66,7 @@
<u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px"> <u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px">
<div class="showCode"> <div class="showCode">
<div class="qrCode"> <div class="qrCode">
<img src="./components/code.png" alt=""> <img src="components/code.png" alt="">
</div> </div>
<h2>健康上报</h2> <h2>健康上报</h2>
<p>请使用微信扫码上报本人健康情况</p> <p>请使用微信扫码上报本人健康情况</p>

View File

@@ -38,7 +38,7 @@
<div class="right"> <div class="right">
<span :class="'status0'">异常</span> <span :class="'status0'">异常</span>
<!-- :class="item.check ? 'img-active' : ''" --> <!-- :class="item.check ? 'img-active' : ''" -->
<img src="./components/down-icon.png" :class="checked == true ? '': 'img-active'" alt="" @click="putOn" /> <img src="components/down-icon.png" :class="checked == true ? '': 'img-active'" alt="" @click="putOn" />
</div> </div>
</div> </div>
<div class="item_info" v-if="checked"> <div class="item_info" v-if="checked">

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -47,11 +47,11 @@
<h2>分享到</h2> <h2>分享到</h2>
<div class="card"> <div class="card">
<div class="itemCard" @click="registerCode()"> <div class="itemCard" @click="registerCode()">
<img src="./components/code.png" alt="" class="imgs" /> <img src="components/code.png" alt="" class="imgs" />
<div class="names">扫码登记</div> <div class="names">扫码登记</div>
</div> </div>
<div class="itemCard" @click="invitation()"> <div class="itemCard" @click="invitation()">
<img src="./components/wechat.png" alt="" class="imgs" /> <img src="components/wechat.png" alt="" class="imgs" />
<div class="names">微信邀请</div> <div class="names">微信邀请</div>
</div> </div>
</div> </div>
@@ -62,7 +62,7 @@
<u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px"> <u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px">
<div class="showCode"> <div class="showCode">
<div class="qrCode"> <div class="qrCode">
<img src="./components/code.png" alt=""> <img src="components/code.png" alt="">
</div> </div>
<h2>返乡登记</h2> <h2>返乡登记</h2>
<p>请外来及返乡人员使用微信扫码主动报备行程</p> <p>请外来及返乡人员使用微信扫码主动报备行程</p>

View File

@@ -17,11 +17,11 @@
</div> </div>
<div class="picture"> <div class="picture">
<div class="healthPic"> <div class="healthPic">
<img src="./components/resultPic.png" alt="" @click="preview()"> <img src="components/resultPic.png" alt="" @click="preview()">
<span>健康码</span> <span>健康码</span>
</div> </div>
<div class="nucleinPic"> <div class="nucleinPic">
<img src="./components/resultPic.png" alt="" @click="preview()"> <img src="components/resultPic.png" alt="" @click="preview()">
<span>核酸证明</span> <span>核酸证明</span>
</div> </div>
</div> </div>
@@ -30,14 +30,14 @@
<div class="item-info"> <div class="item-info">
<div class="item-info__item"> <div class="item-info__item">
<div class="pic"> <div class="pic">
<img class="img" src="./components/start.png"/> <img class="img" src="components/start.png"/>
<div class="lines"></div> <div class="lines"></div>
</div> </div>
<span>{{ info.startAreaName }}</span> <span>{{ info.startAreaName }}</span>
</div> </div>
<div class="item-info__item"> <div class="item-info__item">
<div class="pic"> <div class="pic">
<img class="img" src="./components/end.png"/> <img class="img" src="components/end.png"/>
</div> </div>
<span>{{ info.arriveAreaName }}</span> <span>{{ info.arriveAreaName }}</span>
</div> </div>

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 502 B

View File

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 351 B

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

Before

Width:  |  Height:  |  Size: 346 B

After

Width:  |  Height:  |  Size: 346 B

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="service-result" > <div class="service-result" >
<!-- v-if="showPage" --> <!-- v-if="showPage" -->
<img src="./components/resultPic.png" /> <img src="components/resultPic.png" />
<!-- <img src="./components/resultPic.png" /> --> <!-- <img src="./components/resultPic.png" /> -->
<h2>提交成功</h2> <h2>提交成功</h2>