feat:账号切换为云从居

This commit is contained in:
zoujing
2026-09-20 11:12:13 +08:00
parent 0be51575be
commit f499bf00dd
12 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>龙里文旅</title>
<title>云从居</title>
<script>
var coverSupport =
"CSS" in window &&

View File

@@ -1,7 +1,7 @@
{
"name": "longli-mp",
"version": "1.0.0",
"description": "龙里文旅 · 微信小程序uni-app + Vue3 + Vite + Tailwind",
"description": "云从居 · 微信小程序uni-app + Vue3 + Vite + Tailwind",
"private": true,
"scripts": {
"postinstall": "node ./node_modules/weapp-tailwindcss/bin/weapp-tailwindcss.js patch",

View File

@@ -1,7 +1,7 @@
{
"appid": "wx23f86d809ae80259",
"appid": "wx3b6667ba12eb2507",
"projectname": "longli-mp",
"description": "龙里文旅 · 微信小程序",
"description": "云从居 · 微信小程序",
"miniprogramRoot": "dist/build/mp-weixin/",
"compileType": "miniprogram",
"libVersion": "3.5.0",

View File

@@ -1,5 +1,5 @@
/* ===========================================================================
龙里文旅 · 样式总入口Tailwind CSS v4
云从居 · 样式总入口Tailwind CSS v4
---------------------------------------------------------------------------
① @theme 设计 Token → 原子类bg-brand / text-cap / rounded-card / shadow-elev2 …)
② @utility 内置原子表达不了的复合样式(满屏渐变底 / 渐变填充 / 渐变字 / 伪元素装饰)

View File

@@ -84,7 +84,7 @@ 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-5631343";
export const CUSTOMER_SERVICE_TIME = "09:00 - 18:00";
export const OPERATOR_NAME = "智念科技";
export const OPERATOR_NAME = "贵州跃龙文化旅游发展有限公司";
export const APP_VERSION_FULL = "v1.0.0Build 100";
export const REGION_TEXT = "贵州省黔南布依族苗族自治州龙里县";

View File

@@ -1,5 +1,5 @@
{
"name": "龙里文旅",
"name": "云从居",
"appid": "",
"description": "龙里县全域文旅导览与票根权益小程序",
"versionName": "1.0.0",
@@ -26,7 +26,7 @@
},
"quickapp": {},
"mp-weixin": {
"appid": "wx23f86d809ae80259",
"appid": "wx3b6667ba12eb2507",
"setting": {
"urlCheck": false,
"es6": true,
@@ -41,7 +41,7 @@
"darkmode": false
},
"h5": {
"title": "龙里文旅",
"title": "云从居",
"router": {
"mode": "hash"
}

View File

@@ -28,7 +28,7 @@ onLoad(async () => {
});
onShareAppMessage(() => ({
title: "龙里文旅 · 一图玩转龙里",
title: "云从居 · 一图玩转龙里",
path: "/pages/index/index",
}));
</script>
@@ -52,7 +52,7 @@ onShareAppMessage(() => ({
>
<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-3 text-[16px] font-semibold text-ink">云从居</text>
<text class="mt-1 text-[11.5px] text-ink3">{{ APP_VERSION_FULL }}</text>
</view>
@@ -84,7 +84,7 @@ onShareAppMessage(() => ({
本小程序内营业时间价格联系方式等信息可能发生变动请以商户现场公示为准权益的适用范围与最终解释权归权益提供方所有
</view>
<view class="mt-5 text-center text-[11px] leading-[1.8] text-ink3">© 2026 龙里文旅 保留所有权利</view>
<view class="mt-5 text-center text-[11px] leading-[1.8] text-ink3">© 2026 云从居 保留所有权利</view>
</view>
</view>
</template>

View File

@@ -31,7 +31,7 @@ onLoad(async (options) => {
});
onShareAppMessage(() => ({
title: `${title.value} · 龙里文旅`,
title: `${title.value} · 云从居`,
path: `/pages-sub/agreement/index?type=${type.value}`,
}));
</script>

View File

@@ -68,7 +68,7 @@ const onCoverPreview = () => {
};
onShareAppMessage(() => ({
title: `${title.value} · 龙里文旅`,
title: `${title.value} · 云从居`,
path: `/pages-sub/catalog/index?section=${sectionKey.value}`,
imageUrl: cover.value,
}));

View File

@@ -116,7 +116,7 @@ const onClaimBenefit = async (benefit) => {
const goRelated = (rec) => goDetail(rec.id);
onShareAppMessage(() => ({
title: merchant.value?.name || "龙里文旅",
title: merchant.value?.name || "云从居",
path: `/pages-sub/detail/index?id=${itemId.value}`,
imageUrl: images.value[0] || "",
}));

View File

@@ -19,7 +19,7 @@
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "龙里文旅",
"navigationBarTitleText": "云从居",
"enablePullDownRefresh": false
}
},
@@ -87,7 +87,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "龙里文旅",
"navigationBarTitleText": "云从居",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F5F7F9",
"backgroundColorTop": "#F5F7F9",

View File

@@ -90,7 +90,7 @@ const toggleAgree = () => {
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="LOGO_URL" mode="aspectFill" />
</view>
<view class="mt-5 text-ink text-[26px] font-bold tracking-[4px] indent-[4px]">龙里文旅</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>
<!-- 价值点条无白卡底直接浮在渐变上 -->
@@ -145,7 +145,7 @@ const toggleAgree = () => {
confirm-text="同意并登录" :mask-closable="false" @close="agreeVisible = false" @confirm="onAgreeConfirm">
<view class="mt-4 text-cap leading-[1.75] text-ink2">
<view class="mb-[13px] text-ink font-medium leading-[1.7]">
为向你提供龙里文旅导览与权益服务我们需要收集你的微信头像昵称与手机号
为向你提供云从居导览与权益服务我们需要收集你的微信头像昵称与手机号
</view>
<view v-for="(point, i) in AGREEMENT_POINTS" :key="i" class="flex items-start gap-[9px] mt-[9px]">
<view