Merge branch 'dev-wdb' of http://175.27.226.205:3000/huxuejian/ykt-wxapp into dev-wdb
This commit is contained in:
commit
24f201729b
@ -2,7 +2,7 @@
|
|||||||
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
||||||
<image src="/static/logo-plain.png" class="logo"></image>
|
<image src="/static/logo-plain.png" class="logo"></image>
|
||||||
<view class="mt-15 text-xl font-semibold text-dark">柚助手</view>
|
<view class="mt-15 text-xl font-semibold text-dark">柚助手</view>
|
||||||
<view class="mt-12 text-base text-dark">生命全周期健康管理伙伴</view>
|
<view class="mt-12 text-base text-dark">全周期健康管理伙伴</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-btn-wrap">
|
<view class="login-btn-wrap">
|
||||||
<button
|
<button
|
||||||
|
|||||||
@ -5,21 +5,21 @@
|
|||||||
柚康企微客服
|
柚康企微客服
|
||||||
</view>
|
</view>
|
||||||
<view class="flex justify-center overflow-hidden">
|
<view class="flex justify-center overflow-hidden">
|
||||||
<uqrcode canvas-id="qrcode" value="暂无二维码" :options="options"></uqrcode>
|
<image :show-menu-by-longpress="true" class="qrcode" src="/static/work/service.png" />
|
||||||
</view>
|
</view>
|
||||||
<view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
<!-- <view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
||||||
扫码或长按添加柚康企微客服
|
扫码或长按添加柚康企微客服
|
||||||
</view>
|
</view>
|
||||||
<view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
<view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
||||||
我们将为您提供软件使用咨询服务,并支持补充病历、宣教、问卷、回访等多种工作模板。
|
我们将为您提供软件使用咨询服务,并支持补充病历、宣教、问卷、回访等多种工作模板。
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
|
||||||
import { ref } from "vue";
|
|
||||||
|
|
||||||
const options = { margin: 10 }
|
<style>
|
||||||
|
.qrcode {
|
||||||
</script>
|
width: 400rpx;
|
||||||
<style></style>
|
height: 400rpx;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
BIN
static/work/service.png
Normal file
BIN
static/work/service.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Loading…
x
Reference in New Issue
Block a user