panhui 3 жил өмнө
parent
commit
e0ba20930f

+ 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
 VUE_APP_PUBLIC_PATH=/
 ASSETS_PATH=raex

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

@@ -1,6 +1,6 @@
 <template>
     <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="text">支付信息</div>
                 <div class="close" @click="show = false">
@@ -214,7 +214,9 @@ export default {
         min-height: 56px;
         .flex();
         padding-bottom: env(safe-area-inset-bottom);
-        position: relative;
+        position: sticky;
+        bottom: 0;
+        background-color: #fff;
         &::after {
             .setTopLine();
         }