调整一下代码

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)) {
let {name, label} = app,
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 => {

View File

@@ -51,11 +51,11 @@
<h2>分享到</h2>
<div class="card">
<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>
<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>
</div>
@@ -66,7 +66,7 @@
<u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px">
<div class="showCode">
<div class="qrCode">
<img src="./components/code.png" alt="">
<img src="components/code.png" alt="">
</div>
<h2>健康上报</h2>
<p>请使用微信扫码上报本人健康情况</p>

View File

@@ -38,7 +38,7 @@
<div class="right">
<span :class="'status0'">异常</span>
<!-- :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 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>
<div class="card">
<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>
<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>
</div>
@@ -62,7 +62,7 @@
<u-popup v-model="showCode" mode="center" border-radius="14" width="90%" height="450px">
<div class="showCode">
<div class="qrCode">
<img src="./components/code.png" alt="">
<img src="components/code.png" alt="">
</div>
<h2>返乡登记</h2>
<p>请外来及返乡人员使用微信扫码主动报备行程</p>

View File

@@ -17,11 +17,11 @@
</div>
<div class="picture">
<div class="healthPic">
<img src="./components/resultPic.png" alt="" @click="preview()">
<img src="components/resultPic.png" alt="" @click="preview()">
<span>健康码</span>
</div>
<div class="nucleinPic">
<img src="./components/resultPic.png" alt="" @click="preview()">
<img src="components/resultPic.png" alt="" @click="preview()">
<span>核酸证明</span>
</div>
</div>
@@ -30,14 +30,14 @@
<div class="item-info">
<div class="item-info__item">
<div class="pic">
<img class="img" src="./components/start.png"/>
<img class="img" src="components/start.png"/>
<div class="lines"></div>
</div>
<span>{{ info.startAreaName }}</span>
</div>
<div class="item-info__item">
<div class="pic">
<img class="img" src="./components/end.png"/>
<img class="img" src="components/end.png"/>
</div>
<span>{{ info.arriveAreaName }}</span>
</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>
<div class="service-result" >
<!-- v-if="showPage" -->
<img src="./components/resultPic.png" />
<img src="components/resultPic.png" />
<!-- <img src="./components/resultPic.png" /> -->
<h2>提交成功</h2>