瀏覽代碼

Merge branch 'dev-4.9.6.3'

heyang 3 年之前
父節點
當前提交
5798dd7af1
共有 26 個文件被更改,包括 1181 次插入7 次删除
  1. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/back.png
  2. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/banner.png
  3. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/btn.png
  4. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/code.png
  5. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/custer.png
  6. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/down_icon.png
  7. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/logo.png
  8. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/mask-btn.png
  9. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/mask-btn2.png
  10. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/new.png
  11. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/no-selected.png
  12. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/phone.png
  13. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/procedure.png
  14. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/right_icon.png
  15. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/rule-close.png
  16. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/rule.png
  17. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/selected.png
  18. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/success.png
  19. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/time_line_left.png
  20. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/time_line_right.png
  21. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/tips.png
  22. 二進制
      microserviceUserH5/static/img/exchangePhoneActivityNew/title.png
  23. 586 0
      microserviceUserH5/vcloud/baiduExchangePhoneActivity.html
  24. 3 6
      microserviceUserH5/vcloud/exchangePhoneActivity.html
  25. 8 1
      microserviceUserH5/vcloud/exchangePhoneDownApp.html
  26. 584 0
      microserviceUserH5/vcloud/weChatExchangePhoneActivity.html

二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/back.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/banner.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/btn.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/code.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/custer.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/down_icon.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/logo.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/mask-btn.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/mask-btn2.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/new.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/no-selected.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/phone.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/procedure.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/right_icon.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/rule-close.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/rule.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/selected.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/success.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/time_line_left.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/time_line_right.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/tips.png


二進制
microserviceUserH5/static/img/exchangePhoneActivityNew/title.png


File diff suppressed because it is too large
+ 586 - 0
microserviceUserH5/vcloud/baiduExchangePhoneActivity.html


+ 3 - 6
microserviceUserH5/vcloud/exchangePhoneActivity.html

@@ -377,11 +377,7 @@
 		},false);
         function download() {
             if (isAndroid) {
-				if(baseUrl == 'https://per.cs.se.androidscloud.com'){
-					location.href = `./exchangePhoneDownApp.html?code=h8v320gxzb2W&platform=1`;
-				}else{
-					location.href = `./exchangePhoneDownApp.html?code=nEk3HnNl61C3&platform=1`;
-				}
+				location.href = `./exchangePhoneDownApp.html?code=nEk3HnNl61C3&platform=1`;
             } else if (isIOS) {
                 location.href = 'https://www.pgyer.com/gemini6?timestamp=' + Math.random();
             } else {
@@ -419,7 +415,8 @@
 				url: baseUrl + '/api/public/v1/systemBuriedPoint/stat',
 				type: 'post',
 				data: JSON.stringify({
-					pointName: pointName
+					pointName: pointName,
+					channel: 'nEk3HnNl61C3'
 				}),
 				contentType: "application/json",
 				dataType: 'json',

+ 8 - 1
microserviceUserH5/vcloud/exchangePhoneDownApp.html

@@ -17,6 +17,13 @@
 	<script>
 		toastr.options.positionClass = 'toast-center-center';
 	</script>
+	<style>
+		@media (max-width: 800px) {
+			.free-code-con {
+				width: 100%;
+			}
+		}
+	</style>
 </head>
 <div class="top free-code-con" style="position:relative;background: #169af2;">
 	<div class="bottom-img">
@@ -79,7 +86,7 @@
 			cache: false,
 			success: function (res) {
 				if (res.status === 0) {
-					if(baseUrl == 'https://per.cs.se.androidscloud.com'){
+					if(baseUrl.includes('per.cs.se.androidscloud.com')){
 						window.location.href = `https://per.cs.se.androidscloud.com/file-center/fileOperate/downloadFile?id=${downloadId}`;
 					}else{
 						window.location.href = `https://wjzx.androidscloud.com:9091/file-center/fileOperate/downloadFile?id=${downloadId}`;

File diff suppressed because it is too large
+ 584 - 0
microserviceUserH5/vcloud/weChatExchangePhoneActivity.html