Jelajahi Sumber

🐛-实习生的代码有点垃圾

shaogen1995 9 bulan lalu
induk
melakukan
72542e196a

+ 2 - 2
src/api/request.ts

@@ -5,10 +5,10 @@ import axios from 'axios';
 
 
 // 线下环境
-export const baseIMGUrl = "https://sit-ningguobwg.4dage.com/";
+// export const baseIMGUrl = "https://sit-ningguobwg.4dage.com/";
 
 // 线上环境
-// export const baseIMGUrl = "";
+export const baseIMGUrl = "";
 
 
 

+ 1 - 1
src/views/EnterNingguo/artwork.vue

@@ -75,7 +75,7 @@ onBeforeMount(() => {
   <div class="noopen" v-if="!isOpen">
     宁博文创尚未开放,敬请期待
   </div>
-  <div class='artwork-box' v-else>
+  <div class='artwork-box' v-else v-show="!isShowIframe">
     <SearchInput @onSearch="onSearch" />
     <div class="search-list" v-if="searchList.length > 0">
       <div class="list-item" v-for="(item, index) in searchList" :key="index"

+ 1 - 0
src/views/ExhibitionService/BookingTime.vue

@@ -228,6 +228,7 @@ if(nowDay>=Number(acDay)){
     width: 35%;
     height: 100%;
     overflow: auto;
+    padding-bottom: 140px;
 
     .date-select-item {
       width: 100%;

+ 3 - 3
src/views/ExhibitionService/active-info.vue

@@ -158,7 +158,7 @@ const submit = async () => {
       width: 100%;
       display: flex;
       margin: 10px auto;
-      height: 50px;
+      min-height: 50px;
 
       span {
         margin-right: 10px;
@@ -173,6 +173,7 @@ const submit = async () => {
       input {
         width: 80%;
         height: 70%;
+        min-height: 36px;
         border: 1px solid #9D4F0B;
         border-radius: 5px;
         padding: 0 10px;
@@ -196,10 +197,9 @@ const submit = async () => {
   }
 
   .commit-box {
-    position: fixed;
-    bottom: 0;
     width: calc(100% - 40px);
     max-width: calc(500px - 40px);
+    margin: 20px auto 0;
 
     .tips {
       color: #88866F;

+ 4 - 3
src/views/VolunteerHome/apply.vue

@@ -156,7 +156,7 @@ const submit = async () => {
       width: 100%;
       display: flex;
       margin: 10px auto;
-      height: 50px;
+      min-height: 50px;
 
       span {
         margin-right: 10px;
@@ -171,6 +171,7 @@ const submit = async () => {
       input {
         width: 80%;
         height: 70%;
+        min-height: 36px;
         border: 1px solid #9D4F0B;
         border-radius: 5px;
         padding: 0 10px;
@@ -194,9 +195,9 @@ const submit = async () => {
   }
 
   .commit-box {
-    position: fixed;
-    bottom: 0;
     width: calc(100% - 40px);
+    max-width: calc(500px - 40px);
+    margin: 50px auto 0;
 
     .tips {
       color: #88866F;