Browse Source

Merge branch 'dev-4.9.1-bug' of http://192.168.32.253:3000/Software/android-cloud-H5 into dev-4.9.1-bug

# Conflicts:
#	microserviceUserH5/vcloud/doubleElevenActivity.html
ymm 3 years ago
parent
commit
067904a13d

+ 3 - 2
microserviceUserH5/static/css/changePhoneActivity.css

@@ -433,11 +433,12 @@ ul, li {
 }
 
 .tip-title{
-  width: 4.88rem;
+  width: 4.08rem;
   text-align: center;
   font-size: 14px;
+  margin-left: 0.4rem;
   position: absolute;
-  top: 0.95rem;
+  bottom: 1.38rem;
 }
 
 .sure-btn{

+ 1 - 1
microserviceUserH5/vcloud/shortcut/webOnServer.html

@@ -82,7 +82,7 @@
         var account = GET['account'];
         var phoneID = GET['phoneID'];
         var appID = GET['appID'];
-        var scheme = GET['scheme'];
+        var scheme = GET['scheme'] || 'shuangzixingiOSApp';
         var icon = GET['icon'];
         var name = decodeURI(GET['name']);
         var authPhone = GET['authPhone'];