From 2c4904c7d4e82f5375093e0d9cd2273a982f6bb8 Mon Sep 17 00:00:00 2001 From: YOGO <1587218160@qq.com> Date: Tue, 17 Mar 2026 10:33:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E4=BF=AE=E6=94=B9config=E8=B7=AF=E5=BE=84=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apis/book.js | 7 ++++++ README.md | 20 +-------------- components/AgreementCheck.vue | 2 +- index.html | 41 +++++++++++++++++++++++++++--- pages/book/navigate.vue | 2 +- pages/index/index.vue | 47 ++++++++++------------------------- pages/personal/index.vue | 6 +++-- pages/unlock/index.vue | 27 ++++++++++++++------ uni.scss | 11 ++++++++ utils/common.js | 7 +++--- utils/request.js | 3 +-- 11 files changed, 101 insertions(+), 72 deletions(-) diff --git a/Apis/book.js b/Apis/book.js index 4f2f983..94bdf2a 100644 --- a/Apis/book.js +++ b/Apis/book.js @@ -30,6 +30,13 @@ export function ClientSite() { method: 'get', }); }, + // 获取城市区域 + GetCityDistrictList: () => { + return request.request({ + url: '/ClientSite/GetCityDistrictList', + method: 'get', + }); + }, GetSiteStopCarGuideById: (id) => { return request.request({ url:`/ClientSite/GetSiteStopCarGuideById?siteId=${id}`, diff --git a/README.md b/README.md index e37e4b1..dc08500 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,2 @@ # Introduction -TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project. - -# Getting Started -TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: -1. Installation process -2. Software dependencies -3. Latest releases -4. API references - -# Build and Test -TODO: Describe and show how to build your code and run the tests. - -# Contribute -TODO: Explain how other users and developers can contribute to make your code better. - -If you want to learn more about creating good readme files then refer the following [guidelines](https://docs.microsoft.com/en-us/azure/devops/repos/git/create-a-readme?view=azure-devops). You can also seek inspiration from the below readme files: -- [ASP.NET Core](https://github.com/aspnet/Home) -- [Visual Studio Code](https://github.com/Microsoft/vscode) -- [Chakra Core](https://github.com/Microsoft/ChakraCore) \ No newline at end of file +uniapp 金刚跟顺丰的微服务H5 \ No newline at end of file diff --git a/components/AgreementCheck.vue b/components/AgreementCheck.vue index 74bd8c1..0fe19de 100644 --- a/components/AgreementCheck.vue +++ b/components/AgreementCheck.vue @@ -33,7 +33,7 @@ + @@ -1343,14 +1322,14 @@ function getUnitTypeData() { ul { list-style: none; - padding: 0 40rpx; + padding: 8rpx 40rpx; li { display: flex; align-items: center; - padding: 40rpx 0; + padding: 32rpx 0; justify-content: space-between; - border-bottom: 1px solid #a8aaac69; + border-bottom: 1px solid #a8aaac20; // &:first-child { // padding-top: 0; // } diff --git a/pages/personal/index.vue b/pages/personal/index.vue index b2d010d..29a8238 100644 --- a/pages/personal/index.vue +++ b/pages/personal/index.vue @@ -57,7 +57,7 @@ import inviteDetail from '@/components/inviteDetail.vue'; import MediatorinviteDetail from '@/components/MediatorinviteDetail.vue'; import { useRecommend } from "@/Apis/recommend.js"; -import { baseImageUrl, projectInfo, isKingKong,envVersion } from '@/config'; +import { baseImageUrl, projectInfo, isKingKong,envVersion } from '@/config/index.js'; const { themeInfo, storeState, getUserInfo,logOut } = useMainStore(); const getLoginApi = useLoginApi(); const getApi = useOrderApi(); @@ -65,7 +65,9 @@ const couponRef = ref(); const getRecommendApi = useRecommend(); const getAuthApi = authInfoApi(); const { t } = useI18n(); -uni.hideTabBar(); +onShow(() => { + uni.hideTabBar(); +}) const goVaild = () => { navigateTo('/pagesb/validationInfo/index'); diff --git a/pages/unlock/index.vue b/pages/unlock/index.vue index c65fa0f..ce64a04 100644 --- a/pages/unlock/index.vue +++ b/pages/unlock/index.vue @@ -195,7 +195,7 @@ 开门二维码 - 加载失败 + 加载失败 二维码的有效期仅为15分钟 @@ -259,16 +259,16 @@ 续租时长 必填 - + 租期时长 {{ state.month - }}个月 + }}个月 租赁体积 {{ `${state.lockData?.volume}m³` }} - + 仓号: {{ state.lockData?.name }} @@ -343,12 +343,15 @@ - 自定义租期:   个月 优惠: 享受{{ selfDiscount * 100 / 10 }}折优惠 + + + 优惠: --