2026-01-27 17:09:31 +08:00
|
|
|
|
<template>
|
|
|
|
|
|
<view class="flex flex-col justify-center h-full bg-white">
|
|
|
|
|
|
<view>
|
|
|
|
|
|
<view class="mb-10 text-dark text-lg font-semibold text-center mb-10">
|
2026-02-12 14:44:58 +08:00
|
|
|
|
柚助手客服
|
2026-01-27 17:09:31 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
<view class="flex justify-center overflow-hidden">
|
2026-02-09 09:11:13 +08:00
|
|
|
|
<image :show-menu-by-longpress="true" class="qrcode" src="/static/work/service.png" />
|
2026-01-27 17:09:31 +08:00
|
|
|
|
</view>
|
2026-02-09 09:11:13 +08:00
|
|
|
|
<!-- <view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
2026-01-27 17:09:31 +08:00
|
|
|
|
扫码或长按添加柚康企微客服
|
|
|
|
|
|
</view>
|
|
|
|
|
|
<view class="mt-10 px-15 text-base text-dark leading-normal text-center">
|
|
|
|
|
|
我们将为您提供软件使用咨询服务,并支持补充病历、宣教、问卷、回访等多种工作模板。
|
2026-02-09 09:11:13 +08:00
|
|
|
|
</view> -->
|
2026-01-27 17:09:31 +08:00
|
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
2026-02-09 09:11:13 +08:00
|
|
|
|
<style>
|
|
|
|
|
|
.qrcode {
|
|
|
|
|
|
width: 400rpx;
|
|
|
|
|
|
height: 400rpx;
|
|
|
|
|
|
}
|
|
|
|
|
|
</style>
|