feat: 替换了logo

This commit is contained in:
zoujing
2026-09-20 10:51:16 +08:00
parent d2830c59f3
commit a71408eb9b
4 changed files with 6 additions and 2 deletions

View File

@@ -80,6 +80,8 @@ export const SECTION_TITLE = {
};
/** 运营信息 */
export const LOGO_URL =
"https://one-feel-image-bucket.oss-cn-chengdu.aliyuncs.com/mp/static/longli/logo.png";
export const CUSTOMER_SERVICE_PHONE = "0854-5630880";
export const CUSTOMER_SERVICE_TIME = "09:00 - 18:00";
export const OPERATOR_NAME = "智念科技";

View File

@@ -9,6 +9,7 @@ import {
APP_VERSION_FULL,
CUSTOMER_SERVICE_PHONE,
CUSTOMER_SERVICE_TIME,
LOGO_URL,
OPERATOR_NAME,
} from "@/constant";
import contentApi from "@/api/content";
@@ -49,7 +50,7 @@ onShareAppMessage(() => ({
<view
class="w-[76px] h-[76px] rounded-card bg-white border-[0.5px] border-[#E6F8F1] flex items-center justify-center overflow-hidden shadow-[0_12px_24px_rgba(0,181,120,0.18),0_2px_6px_rgba(8,30,22,0.06)]"
>
<image class="w-full h-full" src="/static/logo.png" mode="aspectFill" />
<image class="w-full h-full" :src="LOGO_URL" mode="aspectFill" />
</view>
<text class="mt-3 text-[16px] font-semibold text-ink">龙里文旅</text>
<text class="mt-1 text-[11.5px] text-ink3">{{ APP_VERSION_FULL }}</text>

View File

@@ -7,6 +7,7 @@
import { computed, ref } from "vue";
import { onLoad } from "@dcloudio/uni-app";
import { useUserStore } from "@/store";
import { LOGO_URL } from "@/constant";
import { goAfterLogin, goAgreement, goBack } from "@/utils/nav";
const userStore = useUserStore();
@@ -87,7 +88,7 @@ const toggleAgree = () => {
<!-- 品牌 -->
<view
class="w-24 h-24 mx-auto mt-[58px] rounded-[24px] bg-white border-[0.5px] border-[#E6F8F1] overflow-hidden shadow-[0_16px_36px_rgba(0,181,120,0.24),0_4px_10px_rgba(8,30,22,0.08)]">
<image class="block w-full h-full" src="/static/logo.png" mode="aspectFill" />
<image class="block w-full h-full" :src="LOGO_URL" mode="aspectFill" />
</view>
<view class="mt-5 text-ink text-[26px] font-bold tracking-[4px] indent-[4px]">龙里文旅</view>
<view class="mt-[9px] text-cap text-ink2 tracking-[1px]">一图玩转龙里 · 领权益畅游全域</view>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB