Compare commits
2 Commits
9cdee03753
...
9a251ddcb0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a251ddcb0 | ||
|
|
56fe64e2b1 |
@ -2,7 +2,7 @@
|
||||
<view class="pt-lg px-15 flex flex-col items-center text-center">
|
||||
<image src="/static/logo-plain.png" class="logo"></image>
|
||||
<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 class="login-btn-wrap">
|
||||
<button v-if="checked" class="login-btn" type="primary" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
|
||||
|
||||
@ -5,21 +5,21 @@
|
||||
柚康企微客服
|
||||
</view>
|
||||
<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 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 class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
||||
我们将为您提供软件使用咨询服务,并支持补充病历、宣教、问卷、回访等多种工作模板。
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
<script setup>
|
||||
import { ref } from "vue";
|
||||
|
||||
const options = { margin: 10 }
|
||||
|
||||
</script>
|
||||
<style></style>
|
||||
<style>
|
||||
.qrcode {
|
||||
width: 400rpx;
|
||||
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