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 }}折优惠
+
+
+ 优惠: --