Преглед изворни кода

删除多余文件,修复bug

zengjiebin пре 8 година
родитељ
комит
9807d5f494

+ 0 - 24
app/src/main/assets/agreement_application_guide.html

@@ -1,24 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml" >
-<head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-</head>
-<body>
-<div class="page" id="page" style="padding:10px;color:#676767;">
-    <h3 align="center"><b>申请须知</b></h3>
-    <p>
-        一、本人同意并授权中国民生银行在业务办理、信贷审批、评估及贷后管理、争议处理期间,自本业务申请之日起至本业务结清之日整个管理过程中向中国人民银行金融信用信息基础数据库(以下称“人行数据库”)
-        、芝麻信用管理有限公司(《芝麻信用服务协议及授权条款》)及其他合作机构查询、留存、使用本人基本信息和信用报告。同时,授权中国民生银行将本人信用记录发送给人行数据库,并根据业务需要将本人基本信息发送给其他合作机构。 </p>
-    <p>
-        二、根据《非居民金融账户涉税信息尽职调查管理办法》,中国民生银行股份有限公司需在您开立账户时获取您的税收居民身份声明。目前民生信用卡网络办卡仅向持有在有效期内的二代身份证且为中国税收居民的客户开放申请(不包括临时身份证),持其他证件类型的客户请通过我行线下途径申请。</p>
-    <p>三、民生信用卡网络办卡须申请人本人亲自申请,申请人须对所填信息的真实性负责。</p>
-    <p>四、由他人代办信用卡、填写虚假申请信息或使用虚假资料申请等行为,申请人须承担涉嫌信用卡诈骗罪等刑事责任及后果。</p>
-    <p>五、民生信用卡申请为免费办理,请勿轻信任何网络代办信息,谨防上当受骗。</p>
-    <p>
-        六、申请人通过网络办卡渠道首次申请民生信用卡时,民生银行将依据我行审核规则对申请人填写的申请信息进行审核并确定本次申请的后续审批流程,审核结果以短信形式通知,届时请依照短信提示携带本人有效证件等材料前往账单地址所在城市民生银行营业网点办理身份确认等后续手续。</p>
-    <p>七、请确保您本次申请填写的地址信息真实可信,否则可能会导致您无法正常激活。</p>
-    <p>八、目前我行仅向在下拉列表中的城市提供网络申请服务,更多城市持续开放中。</p>
-    <p>九、如通过申请联名卡产品而同时成为相应合作商会员,须遵守合作商会员条款之规定。</p>
-</div>
-
-</body>
-</html>

Разлика између датотеке није приказан због своје велике величине
+ 0 - 25
app/src/main/assets/agreement_declaration_applicant.html


Разлика између датотеке није приказан због своје велике величине
+ 0 - 101
app/src/main/assets/agreement_recipients_contract.html


Разлика између датотеке није приказан због своје велике величине
+ 0 - 804
app/src/main/assets/agreement_sesame_credit.html


BIN
app/src/main/assets/home_sheep_main_img.png


+ 0 - 79
app/src/main/assets/poster.html

@@ -1,79 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <title>小绵羊</title>
-    <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
-    <style>
-        hmtl, body {
-            margin: 0;
-            padding: 0;
-        }
-
-        #imgInvitation {
-            position: relative;
-            margin-top: 70%;
-        }
-
-        #imgInvitation p {
-            margin: 0;
-            text-align: center;
-            font-size: 1em;
-            color: #ff6048;
-        }
-
-        #imgInvitation #Invitation {
-            width: 29vw;
-            margin: auto;
-            display: block;
-        }
-
-        #imgInvitation #imgicon {
-            width: 6vw;
-            margin: auto;
-            display: block;
-            position: relative;
-            top: -10vh;
-        }
-    </style>
-</head>
-<body>
-<div>
-    <img style="position: absolute;top: 0;z-index: -2" width="100%" src="https://qiniu.kuaifazs.com/fenxiang_bg.png"/>
-    <div id="imgInvitation">
-        <p><b>邀请码</b></p>
-        <p><b id="InvitationCode">728392</b></p>
-        <img id="Invitation"
-             src=""
-             alt="">
-    </div>
-</div>
-</body>
-<script src="https://qiniu.kuaifazs.com/jquery-2.1.1.min.js"></script>
-<script>
-  $(function () {
-    window.PublicJavaScript.getCode();
-    // showCode('http://staticcdn.kuaifazs.com/upload/game/201802/02/c0/68/qrXn9G.html?inviteCode=728392')
-  })
-
-  function showCode(Link) {
-    var s = GetRequest(Link)
-    $('#InvitationCode').html(s.inviteCode)
-    $('#Invitation').attr('src','http://pan.baidu.com/share/qrcode?w=300&h=300&url=' + Link);
-  }
-  function GetRequest(v) {
-    var r = v;
-    r = r.substring(r.indexOf("?"));
-    var url = r;
-    var theRequest = new Object();
-    if (url.indexOf("?") != -1) {
-      var str = url.substr(1);
-      strs = str.split("&");
-      for(var i = 0; i < strs.length; i ++) {
-        theRequest[strs[i].split("=")[0]]=unescape(strs[i].split("=")[1]);
-      }
-    }
-    return theRequest;
-  }
-</script>
-</html>

+ 0 - 24
app/src/main/assets/sheep_show.html

@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <meta http-equiv="X-UA-Compatible" content="ie=edge">
-    <title>成都数字娱乐博览会</title>
-    <style>
-        body {
-            margin:0;
-            padding:0;
-        }
-    </style>
-</head>
-<body>
-    <img id="img" style="width:100%;" alt=""/>
-    <script>
-    function imgpath(path){
-        var img=document.getElementById("img");
-        img.src=path;
-    }
-</script>
-</body>
-</html>

BIN
app/src/main/res/drawable-xxhdpi/icon.png


BIN
app/src/main/res/drawable/icon.png


+ 14 - 18
app/src/main/res/layout/x_ask_getmoney_act_layout.xml

@@ -378,7 +378,8 @@
                android:layout_height="wrap_content"
                android:background="@null"
                android:src="@mipmap/x_ic_wx"
-               android:layout_alignParentLeft="true"
+               android:layout_alignParentStart="true"
+               android:layout_marginEnd="@dimen/content_padding_10"
                />
 
            <TextView
@@ -388,7 +389,6 @@
                android:text="@string/wx_friend"
                android:layout_toRightOf="@id/iv_wx"
                style="@style/txt_style_15"
-               android:layout_marginLeft="5dp"
                />
 
            <TextView
@@ -398,7 +398,6 @@
                android:layout_toRightOf="@id/iv_wx"
                android:layout_below="@id/tv_wx"
                android:layout_marginTop="3dp"
-               android:layout_marginLeft="5dp"
                style="@style/hint_txt_style"
                />
 
@@ -423,7 +422,8 @@
                 android:layout_height="wrap_content"
                 android:background="@null"
                 android:src="@mipmap/x_ic_qq"
-                android:layout_alignParentLeft="true"
+                android:layout_alignParentStart="true"
+                android:layout_marginEnd="@dimen/content_padding_10"
 
                 />
 
@@ -432,19 +432,17 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/qq_friend"
-                android:layout_toRightOf="@id/iv_qq"
+                android:layout_toEndOf="@id/iv_qq"
                 style="@style/txt_style_15"
-                android:layout_marginLeft="5dp"
                 />
 
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/qq_friend_content"
-                android:layout_toRightOf="@id/iv_qq"
+                android:layout_toEndOf="@id/iv_qq"
                 android:layout_below="@id/tv_qq"
                 android:layout_marginTop="3dp"
-                android:layout_marginLeft="5dp"
                 style="@style/hint_txt_style"
                 />
 
@@ -469,7 +467,8 @@
                 android:layout_height="wrap_content"
                 android:background="@null"
                 android:src="@mipmap/x_ic_qr"
-                android:layout_alignParentLeft="true"
+                android:layout_alignParentStart="true"
+                android:layout_marginEnd="@dimen/content_padding_10"
 
                 />
 
@@ -478,19 +477,17 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/share_qr_code"
-                android:layout_toRightOf="@id/iv_qr"
+                android:layout_toEndOf="@id/iv_qr"
                 style="@style/txt_style_15"
-                android:layout_marginLeft="5dp"
                 />
 
             <TextView
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/share_qr_code_content"
-                android:layout_toRightOf="@id/iv_qr"
+                android:layout_toEndOf="@id/iv_qr"
                 android:layout_below="@id/tv_qr"
                 android:layout_marginTop="3dp"
-                android:layout_marginLeft="5dp"
                 style="@style/hint_txt_style"
                 />
 
@@ -516,7 +513,8 @@
                 android:layout_height="wrap_content"
                 android:background="@null"
                 android:src="@mipmap/x_ic_link"
-                android:layout_alignParentLeft="true"
+                android:layout_alignParentStart="true"
+                android:layout_marginEnd="@dimen/content_padding_10"
 
                 />
 
@@ -525,9 +523,8 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/share_link"
-                android:layout_toRightOf="@id/iv_link"
+                android:layout_toEndOf="@id/iv_link"
                 style="@style/txt_style_15"
-                android:layout_marginLeft="5dp"
                 />
 
             <TextView
@@ -535,10 +532,9 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:text="@string/share_link_content"
-                android:layout_toRightOf="@id/iv_link"
+                android:layout_toEndOf="@id/iv_link"
                 android:layout_below="@id/tv_link"
                 android:layout_marginTop="3dp"
-                android:layout_marginLeft="5dp"
                 style="@style/hint_txt_style"
                 />
 

BIN
app/src/main/res/mipmap-xhdpi/icon.png


BIN
app/src/main/res/mipmap-xhdpi/x_ic_link.webp


BIN
app/src/main/res/mipmap-xhdpi/x_ic_qq.webp


BIN
app/src/main/res/mipmap-xhdpi/x_ic_qr.webp


BIN
app/src/main/res/mipmap-xhdpi/x_ic_wx.webp