panhui 6 ani în urmă
părinte
comite
9ae0f3a1ed
48 a modificat fișierele cu 20 adăugiri și 20 ștergeri
  1. 5 5
      src/main/phone/src/views/Home.vue
  2. 1 1
      src/main/phone/src/views/Login.vue
  3. 1 1
      src/main/phone/src/views/LoginSe.vue
  4. 1 1
      src/main/phone/src/views/cashOut/ApplaySuccess.vue
  5. 1 1
      src/main/phone/src/views/cashOut/ChooseWay.vue
  6. 1 1
      src/main/phone/src/views/cashOut/FieldListAlipay.vue
  7. 1 1
      src/main/phone/src/views/cashOut/FieldListBank.vue
  8. 0 0
      src/main/webapp/phone/css/app.3f2d0274.css
  9. 0 1
      src/main/webapp/phone/css/chunk-11f5c3bc.8296ce5b.css
  10. 1 0
      src/main/webapp/phone/css/chunk-12e54d79.4089a62d.css
  11. 0 1
      src/main/webapp/phone/css/chunk-17843a0f.6f194020.css
  12. 0 1
      src/main/webapp/phone/css/chunk-2380fd8e.16b9b156.css
  13. 0 1
      src/main/webapp/phone/css/chunk-328b5d5a.3be3dafb.css
  14. 0 1
      src/main/webapp/phone/css/chunk-3866ce2a.ca6b71f5.css
  15. 1 0
      src/main/webapp/phone/css/chunk-56ef2a0e.505f235b.css
  16. 1 0
      src/main/webapp/phone/css/chunk-66a76ca9.5fe4d3af.css
  17. 1 0
      src/main/webapp/phone/css/chunk-6987714a.27b9f3e6.css
  18. 0 1
      src/main/webapp/phone/css/chunk-7b6dcc74.a2fb8179.css
  19. 1 0
      src/main/webapp/phone/css/chunk-92496d52.477d8c34.css
  20. 1 0
      src/main/webapp/phone/css/chunk-972d2d6a.d5e85912.css
  21. 1 1
      src/main/webapp/phone/index.html
  22. 0 0
      src/main/webapp/phone/js/app.6f5b8d0a.js
  23. 0 0
      src/main/webapp/phone/js/app.6f5b8d0a.js.map
  24. 0 0
      src/main/webapp/phone/js/app.cde4e30b.js
  25. 0 0
      src/main/webapp/phone/js/app.cde4e30b.js.map
  26. 0 0
      src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js
  27. 0 0
      src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js.map
  28. 0 0
      src/main/webapp/phone/js/chunk-12e54d79.60a349da.js
  29. 0 0
      src/main/webapp/phone/js/chunk-12e54d79.60a349da.js.map
  30. 0 0
      src/main/webapp/phone/js/chunk-17843a0f.d6869043.js
  31. 0 0
      src/main/webapp/phone/js/chunk-17843a0f.d6869043.js.map
  32. 0 0
      src/main/webapp/phone/js/chunk-2380fd8e.4558158a.js.map
  33. 0 0
      src/main/webapp/phone/js/chunk-328b5d5a.8e303061.js
  34. 0 0
      src/main/webapp/phone/js/chunk-328b5d5a.8e303061.js.map
  35. 0 0
      src/main/webapp/phone/js/chunk-3866ce2a.bb730d4a.js
  36. 0 0
      src/main/webapp/phone/js/chunk-3866ce2a.bb730d4a.js.map
  37. 0 0
      src/main/webapp/phone/js/chunk-56ef2a0e.9a77e22b.js
  38. 0 0
      src/main/webapp/phone/js/chunk-56ef2a0e.9a77e22b.js.map
  39. 0 0
      src/main/webapp/phone/js/chunk-66a76ca9.3fe6e1d6.js
  40. 0 0
      src/main/webapp/phone/js/chunk-66a76ca9.3fe6e1d6.js.map
  41. 0 0
      src/main/webapp/phone/js/chunk-6987714a.590c3fcd.js
  42. 0 0
      src/main/webapp/phone/js/chunk-6987714a.590c3fcd.js.map
  43. 0 2
      src/main/webapp/phone/js/chunk-7b6dcc74.00ae861c.js
  44. 0 0
      src/main/webapp/phone/js/chunk-7b6dcc74.00ae861c.js.map
  45. 0 0
      src/main/webapp/phone/js/chunk-92496d52.4058022e.js
  46. 0 0
      src/main/webapp/phone/js/chunk-92496d52.4058022e.js.map
  47. 2 0
      src/main/webapp/phone/js/chunk-972d2d6a.41451a3a.js
  48. 0 0
      src/main/webapp/phone/js/chunk-972d2d6a.41451a3a.js.map

+ 5 - 5
src/main/phone/src/views/Home.vue

@@ -19,15 +19,15 @@
 
         <div class="configContent">
             <div class="config-item">
-                <div class="title">每次最低提现额</div>
+                <div class="configtitle">每次最低提现额</div>
                 <div class="val">{{configInfo.minMoney}}</div>
             </div>
             <div class="config-item">
-                <div class="title">每次最高提现额</div>
+                <div class="configtitle">每次最高提现额</div>
                 <div class="val">{{configInfo.maxMoney}}</div>
             </div>
             <div class="config-item">
-                <div class="title">每日可提现次数</div>
+                <div class="configtitle">每日可提现次数</div>
                 <div class="val">{{configInfo.dayTimes}}次</div>
             </div>
         </div>
@@ -100,7 +100,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .user {
     padding: 58px 30px 30px;
     box-sizing: border-box;
@@ -185,7 +185,7 @@ export default {
             display: flex;
             align-items: center;
 
-            .title {
+            .configtitle {
                 font-size: 14px;
                 color: rgba(114, 119, 133, 1);
                 line-height: 20px;

+ 1 - 1
src/main/phone/src/views/Login.vue

@@ -69,7 +69,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .login {
     padding: 15px;
     box-sizing: border-box;

+ 1 - 1
src/main/phone/src/views/LoginSe.vue

@@ -106,7 +106,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .login {
     padding: 15px;
     box-sizing: border-box;

+ 1 - 1
src/main/phone/src/views/cashOut/ApplaySuccess.vue

@@ -21,7 +21,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .main {
     padding: 0 15px;
     .img {

+ 1 - 1
src/main/phone/src/views/cashOut/ChooseWay.vue

@@ -112,7 +112,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .chooseWay {
     padding: 0 15px;
 

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

@@ -57,7 +57,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .fieldListAlipay {
     padding: 10px 15px;
     

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

@@ -61,7 +61,7 @@ export default {
     }
 };
 </script>
-<style lang='less'>
+<style lang='less' scoped>
 .fieldListBank {
     padding: 10px 15px;
     box-sizing: border-box;

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/css/app.3f2d0274.css


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

@@ -1 +0,0 @@
-.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}

+ 1 - 0
src/main/webapp/phone/css/chunk-12e54d79.4089a62d.css

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

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

@@ -1 +0,0 @@
-.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}

+ 0 - 1
src/main/webapp/phone/css/chunk-2380fd8e.16b9b156.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}.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-328b5d5a.3be3dafb.css

@@ -1 +0,0 @@
-.login{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.logo{width:132px;height:85px;display:block}.input{background-color:transparent;margin-top:20px;padding:10px 0}.input:after{border-bottom:1px solid #000!important;left:0!important}.input:hover{background-color:transparent}.sub{font-size:14px;color:#fff;line-height:20px;margin-top:5px;height:20px}.title{font-size:28px;font-weight:700;color:#fff;line-height:40px;margin:17px 0 0}.button{width:100%;margin:53px 0 52px}.box{width:270px;height:206px;background-color:#15151d;border:1px solid #c2524d;position:relative;padding:25px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box .top{width:113px;height:21px;position:absolute;left:0;top:0}.box .bottom{width:148px;height:5px;position:absolute;bottom:0;right:2px}.box .boxTitle{font-size:18px;font-weight:700;color:#fff;line-height:25px}.box .boxContent{font-size:13px;color:#fff;line-height:18px;text-align:center}.box .boxBtn{width:100%;height:36px;line-height:36px}.forget{padding:15px 0;font-size:14px;color:#d4504b;line-height:20px}

+ 0 - 1
src/main/webapp/phone/css/chunk-3866ce2a.ca6b71f5.css

@@ -1 +0,0 @@
-.login{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.logo{width:90px;height:90px;display:block}.input{background-color:transparent;margin-top:20px;padding:10px 0}.input:after{border-bottom:1px solid #000!important;left:0!important}.input:hover{background-color:transparent}.title{font-size:28px;font-weight:700;color:#fff;line-height:40px;margin:17px 0 0}.button{width:100%;margin:52px 0}

+ 1 - 0
src/main/webapp/phone/css/chunk-56ef2a0e.505f235b.css

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

+ 1 - 0
src/main/webapp/phone/css/chunk-66a76ca9.5fe4d3af.css

@@ -0,0 +1 @@
+.login[data-v-0b89b918]{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.logo[data-v-0b89b918]{width:132px;height:85px;display:block}.input[data-v-0b89b918]{background-color:transparent;margin-top:20px;padding:10px 0}.input[data-v-0b89b918]:after{border-bottom:1px solid #000!important;left:0!important}.input[data-v-0b89b918]:hover{background-color:transparent}.sub[data-v-0b89b918]{font-size:14px;color:#fff;line-height:20px;margin-top:5px;height:20px}.title[data-v-0b89b918]{font-size:28px;font-weight:700;color:#fff;line-height:40px;margin:17px 0 0}.button[data-v-0b89b918]{width:100%;margin:53px 0 52px}.box[data-v-0b89b918]{width:270px;height:206px;background-color:#15151d;border:1px solid #c2524d;position:relative;padding:25px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.box .top[data-v-0b89b918]{width:113px;height:21px;position:absolute;left:0;top:0}.box .bottom[data-v-0b89b918]{width:148px;height:5px;position:absolute;bottom:0;right:2px}.box .boxTitle[data-v-0b89b918]{font-size:18px;font-weight:700;color:#fff;line-height:25px}.box .boxContent[data-v-0b89b918]{font-size:13px;color:#fff;line-height:18px;text-align:center}.box .boxBtn[data-v-0b89b918]{width:100%;height:36px;line-height:36px}.forget[data-v-0b89b918]{padding:15px 0;font-size:14px;color:#d4504b;line-height:20px}

+ 1 - 0
src/main/webapp/phone/css/chunk-6987714a.27b9f3e6.css

@@ -0,0 +1 @@
+.login[data-v-40b9832e]{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.logo[data-v-40b9832e]{width:90px;height:90px;display:block}.input[data-v-40b9832e]{background-color:transparent;margin-top:20px;padding:10px 0}.input[data-v-40b9832e]:after{border-bottom:1px solid #000!important;left:0!important}.input[data-v-40b9832e]:hover{background-color:transparent}.title[data-v-40b9832e]{font-size:28px;font-weight:700;color:#fff;line-height:40px;margin:17px 0 0}.button[data-v-40b9832e]{width:100%;margin:52px 0}

+ 0 - 1
src/main/webapp/phone/css/chunk-7b6dcc74.a2fb8179.css

@@ -1 +0,0 @@
-.main{padding:0 15px}.main .img{width:112px;height:112px;margin:48px auto 0;display:block}.main .title{font-size:14px;color:#fff;line-height:20px;margin-top:26px;text-align:center}.main .button{width:100%;height:48px;font-size:16px;font-weight:700;margin:19px 0}

+ 1 - 0
src/main/webapp/phone/css/chunk-92496d52.477d8c34.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[data-v-7ce48432]{padding:0 15px}.chooseWay .top[data-v-7ce48432]{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[data-v-7ce48432]{font-size:16px;font-weight:700;color:#fff}.chooseWay .top .sub[data-v-7ce48432]{font-size:13px;color:#fe9900;line-height:18px;margin-top:5px}.chooseWay .top input[data-v-7ce48432]{background-color:transparent;border:none;text-align:right;font-size:13px;color:#fff}.chooseWay .methodstitle[data-v-7ce48432]{font-size:16px;font-weight:700;color:#fff;line-height:22px;padding:28px 0 13px}.chooseWay .button[data-v-7ce48432]{height:48px;width:100%;font-size:16px;margin:20px 0}

+ 1 - 0
src/main/webapp/phone/css/chunk-972d2d6a.d5e85912.css

@@ -0,0 +1 @@
+.main[data-v-e0815566]{padding:0 15px}.main .img[data-v-e0815566]{width:112px;height:112px;margin:48px auto 0;display:block}.main .title[data-v-e0815566]{font-size:14px;color:#fff;line-height:20px;margin-top:26px;text-align:center}.main .button[data-v-e0815566]{width:100%;height:48px;font-size:16px;font-weight:700;margin:19px 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.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.ca6b71f5.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.bb730d4a.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.cde4e30b.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.cde4e30b.js></script></body></html>
+        }</style><link href=css/chunk-12e54d79.4089a62d.css rel=prefetch><link href=css/chunk-56ef2a0e.505f235b.css rel=prefetch><link href=css/chunk-66a76ca9.5fe4d3af.css rel=prefetch><link href=css/chunk-6987714a.27b9f3e6.css rel=prefetch><link href=css/chunk-820d1570.42cef544.css rel=prefetch><link href=css/chunk-92496d52.477d8c34.css rel=prefetch><link href=css/chunk-972d2d6a.d5e85912.css rel=prefetch><link href=js/chunk-12e54d79.60a349da.js rel=prefetch><link href=js/chunk-2d22d746.fcfd2b03.js rel=prefetch><link href=js/chunk-56ef2a0e.9a77e22b.js rel=prefetch><link href=js/chunk-66a76ca9.3fe6e1d6.js rel=prefetch><link href=js/chunk-6987714a.590c3fcd.js rel=prefetch><link href=js/chunk-820d1570.014ea4dc.js rel=prefetch><link href=js/chunk-92496d52.4058022e.js rel=prefetch><link href=js/chunk-972d2d6a.41451a3a.js rel=prefetch><link href=css/app.3f2d0274.css rel=preload as=style><link href=css/chunk-vendors.598da5eb.css rel=preload as=style><link href=js/app.6f5b8d0a.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.3f2d0274.css rel=stylesheet></head><body><div id=app></div><script src=js/chunk-vendors.2796d7d9.js></script><script src=js/app.6f5b8d0a.js></script></body></html>

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/app.6f5b8d0a.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/app.6f5b8d0a.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/app.cde4e30b.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/app.cde4e30b.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-11f5c3bc.8fd2b86f.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-12e54d79.60a349da.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-12e54d79.60a349da.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-17843a0f.d6869043.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-17843a0f.d6869043.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-2380fd8e.4558158a.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-328b5d5a.8e303061.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-328b5d5a.8e303061.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-3866ce2a.bb730d4a.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-3866ce2a.bb730d4a.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-56ef2a0e.9a77e22b.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-56ef2a0e.9a77e22b.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-66a76ca9.3fe6e1d6.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-66a76ca9.3fe6e1d6.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-6987714a.590c3fcd.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-6987714a.590c3fcd.js.map


+ 0 - 2
src/main/webapp/phone/js/chunk-7b6dcc74.00ae861c.js

@@ -1,2 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7b6dcc74"],{"295b":function(t,n,a){t.exports=a.p+"img/icon_chenggong.d9490eba.png"},"4dda":function(t,n,a){"use strict";a.r(n);var s=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"main"},[s("img",{staticClass:"img",attrs:{src:a("295b"),alt:""}}),t._m(0),s("van-button",{staticClass:"button",attrs:{type:"primary"},on:{click:t.submit}},[t._v("确认提现\n    ")])],1)},i=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"title"},[t._v("申请提交成功"),a("br"),t._v("钱款将在72小时内到账,请注意查收\n    ")])}],c={name:"",data:function(){return{}},methods:{submit:function(){this.$router.go(-2)}}},e=c,r=(a("a8ab"),a("2877")),u=Object(r["a"])(e,s,i,!1,null,null,null);n["default"]=u.exports},"60d5":function(t,n,a){},a8ab:function(t,n,a){"use strict";var s=a("60d5"),i=a.n(s);i.a}}]);
-//# sourceMappingURL=chunk-7b6dcc74.00ae861c.js.map

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-7b6dcc74.00ae861c.js.map


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-92496d52.4058022e.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-92496d52.4058022e.js.map


+ 2 - 0
src/main/webapp/phone/js/chunk-972d2d6a.41451a3a.js

@@ -0,0 +1,2 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-972d2d6a"],{"295b":function(t,n,a){t.exports=a.p+"img/icon_chenggong.d9490eba.png"},"4da0":function(t,n,a){},"4dda":function(t,n,a){"use strict";a.r(n);var s=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"main"},[s("img",{staticClass:"img",attrs:{src:a("295b"),alt:""}}),t._m(0),s("van-button",{staticClass:"button",attrs:{type:"primary"},on:{click:t.submit}},[t._v("确认提现\n    ")])],1)},i=[function(){var t=this,n=t.$createElement,a=t._self._c||n;return a("div",{staticClass:"title"},[t._v("申请提交成功"),a("br"),t._v("钱款将在72小时内到账,请注意查收\n    ")])}],c={name:"",data:function(){return{}},methods:{submit:function(){this.$router.go(-2)}}},e=c,r=(a("5c21"),a("2877")),u=Object(r["a"])(e,s,i,!1,null,"e0815566",null);n["default"]=u.exports},"5c21":function(t,n,a){"use strict";var s=a("4da0"),i=a.n(s);i.a}}]);
+//# sourceMappingURL=chunk-972d2d6a.41451a3a.js.map

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
src/main/webapp/phone/js/chunk-972d2d6a.41451a3a.js.map


Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff