Compare commits

..

No commits in common. "9a251ddcb0d937b0104cf1de656169fcd1e5d382" and "9cdee037530e80cea04a0cc21180e242ee4da6c4" have entirely different histories.

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">
<image :show-menu-by-longpress="true" class="qrcode" src="/static/work/service.png" /> <uqrcode canvas-id="qrcode" value="暂无二维码" :options="options"></uqrcode>
</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";
<style> const options = { margin: 10 }
.qrcode {
width: 400rpx; </script>
height: 400rpx; <style></style>
}
</style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB