fix: 问题修复

This commit is contained in:
huxuejian 2026-02-09 09:11:13 +08:00
parent c53eb4defa
commit 56fe64e2b1
3 changed files with 10 additions and 10 deletions

View File

@ -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 v-if="checked" class="login-btn" type="primary" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber"> <button v-if="checked" class="login-btn" type="primary" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB