Explorar el Código

Merge branch 'dev'

xiongzhu hace 4 años
padre
commit
48c635e5e5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/views/user/Wallet.vue

+ 4 - 0
src/views/user/Wallet.vue

@@ -275,6 +275,9 @@ export default {
                 .catch(e => {
                     this.$toast(e.error || '申请提现失败');
                 });
+        },
+        all() {
+            console.log('111');
         }
     }
 };
@@ -693,6 +696,7 @@ export default {
             bottom: 0;
             margin: auto;
             right: 16px;
+            z-index: 1;
             &:active {
                 background: fade(@prim, 20%);
             }