Selaa lähdekoodia

Merge branch 'dev-4.9.6.3'

heyang 3 vuotta sitten
vanhempi
commit
b88f847ff3

+ 2 - 0
microserviceUserH5/vcloud/exchangePhoneActivity.html

@@ -178,9 +178,11 @@
 						},500)
 					} else if(res.status === 0) {
 						if(changePhoneType == 1){
+							operate('cp_h5_选择_新用户');
 							$('.copy-dialog').animate({top: '5.75rem'},"fast");
 							$('.copy-mask').show();
 						}else{
+							operate('cp_h5_选择_某手指');
 							$('.ios-dialog').animate({top: '5.75rem'},"fast");
 							$('.ios-mask').show();
 						}

+ 2 - 0
microserviceUserH5/vcloud/weChatExchangePhoneActivity.html

@@ -278,9 +278,11 @@
 						},500)
 					} else if(res.status === 0) {
 						if(changePhoneType == 1){
+							operate('cp_h5_选择_新用户');
 							$('.copy-dialog').animate({top: '5.75rem'},"fast");
 							$('.copy-mask').show();
 						}else{
+							operate('cp_h5_选择_某手指');
 							$('.ios-dialog').animate({top: '5.75rem'},"fast");
 							$('.ios-mask').show();
 						}