Bläddra i källkod

提现页面展示

panhui 6 år sedan
förälder
incheckning
b5ca84378d

+ 7 - 0
src/main/phone/src/views/Home.vue

@@ -73,6 +73,12 @@ export default {
                     this.num = res.data;
                 }
             });
+
+        this.$http.get("/userInfo/getUserInfo").then(res => {
+            if (res.success) {
+                this.$store.commit("updateUserInfo", res.data);
+            }
+        });
     },
     methods: {
         goNext() {
@@ -97,6 +103,7 @@ export default {
 <style lang='less'>
 .user {
     padding: 58px 30px 30px;
+    box-sizing: border-box;
 
     .userContent {
         background: rgba(58, 62, 97, 1);

+ 36 - 35
src/main/phone/src/views/cashOut/ChooseWay.vue

@@ -115,47 +115,48 @@ export default {
 <style lang='less'>
 .chooseWay {
     padding: 0 15px;
-}
-.top {
-    display: flex;
-    align-items: center;
-    justify-content: space-between;
-    height: 80px;
-    border-bottom: 1px solid #000;
 
-    .name {
+    .top {
+        display: flex;
+        align-items: center;
+        justify-content: space-between;
+        height: 80px;
+        border-bottom: 1px solid #000;
+
+        .name {
+            font-size: 16px;
+            font-weight: bold;
+            color: rgba(255, 255, 255, 1);
+        }
+
+        .sub {
+            font-size: 13px;
+            color: rgba(254, 153, 0, 1);
+            line-height: 18px;
+            margin-top: 5px;
+        }
+        input {
+            background-color: transparent;
+            border: none;
+            text-align: right;
+            font-size: 13px;
+            color: #fff;
+        }
+    }
+
+    .methodstitle {
         font-size: 16px;
         font-weight: bold;
         color: rgba(255, 255, 255, 1);
+        line-height: 22px;
+        padding: 28px 0 13px;
     }
 
-    .sub {
-        font-size: 13px;
-        color: rgba(254, 153, 0, 1);
-        line-height: 18px;
-        margin-top: 5px;
-    }
-    input {
-        background-color: transparent;
-        border: none;
-        text-align: right;
-        font-size: 13px;
-        color: #fff;
+    .button {
+        height: 48px;
+        width: 100%;
+        font-size: 16px;
+        margin: 20px 0;
     }
 }
-
-.methodstitle {
-    font-size: 16px;
-    font-weight: bold;
-    color: rgba(255, 255, 255, 1);
-    line-height: 22px;
-    padding: 28px 0 13px;
-}
-
-.button {
-    height: 48px;
-    width: 100%;
-    font-size: 16px;
-    margin: 20px 0;
-}
 </style>

+ 3 - 1
src/main/phone/src/views/cashOut/FieldListAlipay.vue

@@ -41,7 +41,7 @@ export default {
                     data: {
                         money: this.$route.query.moeny,
                         alipay: this.alipay,
-                        dealUser: this.name,
+                        openName: this.name,
                         userId: this.userInfo.id
                     }
                 })
@@ -60,6 +60,8 @@ export default {
 <style lang='less'>
 .fieldListAlipay {
     padding: 10px 15px;
+    
+    box-sizing: border-box;
 }
 
 .button {

+ 2 - 1
src/main/phone/src/views/cashOut/FieldListBank.vue

@@ -45,7 +45,7 @@ export default {
                         money: this.$route.query.moeny,
                         bankCard: this.bankCard,
                         bankName: this.bankName,
-                        dealUser: this.name,
+                        openName: this.name,
                         userId: this.userInfo.id
                     }
                 })
@@ -64,6 +64,7 @@ export default {
 <style lang='less'>
 .fieldListBank {
     padding: 10px 15px;
+    box-sizing: border-box;
 }
 
 .button {

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/css/app.74420f84.css


+ 0 - 1
src/main/webapp/phone/css/chunk-11f5c3bc.7563ddd4.css

@@ -1 +0,0 @@
-.fieldListAlipay{padding:10px 15px}.button{margin:80px 0 30px;width:100%;height:48px;font-size:16px;font-weight:700}

+ 1 - 0
src/main/webapp/phone/css/chunk-11f5c3bc.8296ce5b.css

@@ -0,0 +1 @@
+.fieldListAlipay{padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.button{margin:80px 0 30px;width:100%;height:48px;font-size:16px;font-weight:700}

+ 0 - 1
src/main/webapp/phone/css/chunk-17843a0f.20ecf470.css

@@ -1 +0,0 @@
-.fieldListBank{padding:10px 15px}.button{margin:80px 0 30px;width:100%;height:48px;font-size:16px;font-weight:700}

+ 1 - 0
src/main/webapp/phone/css/chunk-17843a0f.6f194020.css

@@ -0,0 +1 @@
+.fieldListBank{padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.button{margin:80px 0 30px;width:100%;height:48px;font-size:16px;font-weight:700}

+ 1 - 0
src/main/webapp/phone/css/chunk-2380fd8e.16b9b156.css

@@ -0,0 +1 @@
+.payMethods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:86px;border-top:1px solid #000}.payMethods .imgContent{width:59px;text-align:center}.payMethods .center{margin-left:12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.payMethods .center .title{font-size:14px;color:#fff;line-height:20px;margin:0}.payMethods .center .sub{font-size:13px;color:#727785;line-height:18px;margin-top:5px}.payMethods .chooseImg{width:26px;height:26px}.chooseWay{padding:0 15px}.chooseWay .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;border-bottom:1px solid #000}.chooseWay .top .name{font-size:16px;font-weight:700;color:#fff}.chooseWay .top .sub{font-size:13px;color:#fe9900;line-height:18px;margin-top:5px}.chooseWay .top input{background-color:transparent;border:none;text-align:right;font-size:13px;color:#fff}.chooseWay .methodstitle{font-size:16px;font-weight:700;color:#fff;line-height:22px;padding:28px 0 13px}.chooseWay .button{height:48px;width:100%;font-size:16px;margin:20px 0}

+ 0 - 1
src/main/webapp/phone/css/chunk-2380fd8e.500db2d6.css

@@ -1 +0,0 @@
-.payMethods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:86px;border-top:1px solid #000}.payMethods .imgContent{width:59px;text-align:center}.payMethods .center{margin-left:12px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.payMethods .center .title{font-size:14px;color:#fff;line-height:20px;margin:0}.payMethods .center .sub{font-size:13px;color:#727785;line-height:18px;margin-top:5px}.payMethods .chooseImg{width:26px;height:26px}.chooseWay{padding:0 15px}.top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;border-bottom:1px solid #000}.top .name{font-size:16px;font-weight:700;color:#fff}.top .sub{font-size:13px;color:#fe9900;line-height:18px;margin-top:5px}.top input{background-color:transparent;border:none;text-align:right;font-size:13px;color:#fff}.methodstitle{font-size:16px;font-weight:700;color:#fff;line-height:22px;padding:28px 0 13px}.button{height:48px;width:100%;font-size:16px;margin:20px 0}

+ 1 - 1
src/main/webapp/phone/index.html

@@ -1,3 +1,3 @@
 <!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=icon_logo.ico><title>全民电竞</title><style>body {
             background-color: #2e3049;
-        }</style><link href=css/chunk-11f5c3bc.7563ddd4.css rel=prefetch><link href=css/chunk-17843a0f.20ecf470.css rel=prefetch><link href=css/chunk-2380fd8e.500db2d6.css rel=prefetch><link href=css/chunk-328b5d5a.3be3dafb.css rel=prefetch><link href=css/chunk-3866ce2a.819b39e4.css rel=prefetch><link href=css/chunk-7b6dcc74.a2fb8179.css rel=prefetch><link href=css/chunk-820d1570.42cef544.css rel=prefetch><link href=js/chunk-11f5c3bc.0d864717.js rel=prefetch><link href=js/chunk-17843a0f.fb706248.js rel=prefetch><link href=js/chunk-2380fd8e.ca1a4db3.js rel=prefetch><link href=js/chunk-2d22d746.fcfd2b03.js rel=prefetch><link href=js/chunk-328b5d5a.8e303061.js rel=prefetch><link href=js/chunk-3866ce2a.acbb7949.js rel=prefetch><link href=js/chunk-7b6dcc74.00ae861c.js rel=prefetch><link href=js/chunk-820d1570.014ea4dc.js rel=prefetch><link href=css/app.a72e34bc.css rel=preload as=style><link href=css/chunk-vendors.598da5eb.css rel=preload as=style><link href=js/app.c657a8fa.js rel=preload as=script><link href=js/chunk-vendors.2796d7d9.js rel=preload as=script><link href=css/chunk-vendors.598da5eb.css rel=stylesheet><link href=css/app.a72e34bc.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.2796d7d9.js></script><script src=js/app.c657a8fa.js></script></body></html>
+        }</style><link href=css/chunk-11f5c3bc.8296ce5b.css rel=prefetch><link href=css/chunk-17843a0f.6f194020.css rel=prefetch><link href=css/chunk-2380fd8e.16b9b156.css rel=prefetch><link href=css/chunk-328b5d5a.3be3dafb.css rel=prefetch><link href=css/chunk-3866ce2a.819b39e4.css rel=prefetch><link href=css/chunk-7b6dcc74.a2fb8179.css rel=prefetch><link href=css/chunk-820d1570.42cef544.css rel=prefetch><link href=js/chunk-11f5c3bc.8fd2b86f.js rel=prefetch><link href=js/chunk-17843a0f.d6869043.js rel=prefetch><link href=js/chunk-2380fd8e.4558158a.js rel=prefetch><link href=js/chunk-2d22d746.fcfd2b03.js rel=prefetch><link href=js/chunk-328b5d5a.8e303061.js rel=prefetch><link href=js/chunk-3866ce2a.acbb7949.js rel=prefetch><link href=js/chunk-7b6dcc74.00ae861c.js rel=prefetch><link href=js/chunk-820d1570.014ea4dc.js rel=prefetch><link href=css/app.74420f84.css rel=preload as=style><link href=css/chunk-vendors.598da5eb.css rel=preload as=style><link href=js/app.3d1104e8.js rel=preload as=script><link href=js/chunk-vendors.2796d7d9.js rel=preload as=script><link href=css/chunk-vendors.598da5eb.css rel=stylesheet><link href=css/app.74420f84.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.2796d7d9.js></script><script src=js/app.3d1104e8.js></script></body></html>

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/app.3d1104e8.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/app.3d1104e8.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/app.c657a8fa.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-17843a0f.d6869043.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-17843a0f.d6869043.js.map


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-2380fd8e.4558158a.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
src/main/webapp/phone/js/chunk-2380fd8e.4558158a.js.map


Vissa filer visades inte eftersom för många filer har ändrats