panhui hace 3 años
padre
commit
e0ba20930f
Se han modificado 2 ficheros con 5 adiciones y 3 borrados
  1. 1 1
      .env.development
  2. 4 2
      src/components/star/pay.vue

+ 1 - 1
.env.development

@@ -1,4 +1,4 @@
-VUE_APP_BASE_URL=https://www.raex.vip/
+VUE_APP_BASE_URL=https://test.raex.vip/
 NODE_ENV=development
 NODE_ENV=development
 VUE_APP_PUBLIC_PATH=/
 VUE_APP_PUBLIC_PATH=/
 ASSETS_PATH=raex
 ASSETS_PATH=raex

+ 4 - 2
src/components/star/pay.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
     <div>
     <div>
-        <van-action-sheet v-model:show="show" :closeable="false" class="recharge-dialog">
+        <van-action-sheet v-model:show="show" :closeable="false" :lock-scroll="false" class="recharge-dialog">
             <div class="title">
             <div class="title">
                 <div class="text">支付信息</div>
                 <div class="text">支付信息</div>
                 <div class="close" @click="show = false">
                 <div class="close" @click="show = false">
@@ -214,7 +214,9 @@ export default {
         min-height: 56px;
         min-height: 56px;
         .flex();
         .flex();
         padding-bottom: env(safe-area-inset-bottom);
         padding-bottom: env(safe-area-inset-bottom);
-        position: relative;
+        position: sticky;
+        bottom: 0;
+        background-color: #fff;
         &::after {
         &::after {
             .setTopLine();
             .setTopLine();
         }
         }