Your Name 6 years ago
parent
commit
1992633587
2 changed files with 7 additions and 5 deletions
  1. 3 3
      Invitation/Invitation.html
  2. 4 2
      register/register.html

+ 3 - 3
Invitation/Invitation.html

182
 	var jsons = {
182
 	var jsons = {
183
 				title:'金牛记账',
183
 				title:'金牛记账',
184
 				desc:'每个月都不知道钱花哪里了?金牛记账一款能赚会省的记账软件,我只告诉你,快来和我一起记账吧!',
184
 				desc:'每个月都不知道钱花哪里了?金牛记账一款能赚会省的记账软件,我只告诉你,快来和我一起记账吧!',
185
-				url:'http://bill.h5.726p.com/register/register.html?share_code=' + share_code + '&appName=' + appName
185
+				url:'/register/register.html?share_code=' + share_code + '&appName=' + appName
186
 	};
186
 	};
187
 	if(appName == '钱多记账'){
187
 	if(appName == '钱多记账'){
188
 		jsons = {
188
 		jsons = {
189
 			title:'钱多记账',
189
 			title:'钱多记账',
190
 			desc:'每个月都不知道钱花哪里了?钱多记账一款能赚会省的记账软件,我只告诉你,快来和我一起记账吧!',
190
 			desc:'每个月都不知道钱花哪里了?钱多记账一款能赚会省的记账软件,我只告诉你,快来和我一起记账吧!',
191
-			url:'http://bill.h5.726p.com/register/register.html?share_code=' + share_code + '&appName=' + appName
191
+			url:'/register/register.html?share_code=' + share_code + '&appName=' + appName
192
 		};
192
 		};
193
 		$(".bg").css({"background":"url(../H5/invitationBg_qd.png) no-repeat","background-size":"100%"})
193
 		$(".bg").css({"background":"url(../H5/invitationBg_qd.png) no-repeat","background-size":"100%"})
194
 	}
194
 	}
216
 		$(".shareMask").css('display','none')
216
 		$(".shareMask").css('display','none')
217
 	})
217
 	})
218
 
218
 
219
-</script>
219
+</script>

+ 4 - 2
register/register.html

257
     		appName = decodeURI(appName);
257
     		appName = decodeURI(appName);
258
     	}
258
     	}
259
     }
259
     }
260
-	if(appName == "钱多记账"){
260
+	if(appName == "钱多记账"|| appName == "钱多记账钱多记账"){
261
+		document.title="钱多记账"
261
 		$(".banner").html(`<img src="../H5/loginBanner_qd.png"/>`)
262
 		$(".banner").html(`<img src="../H5/loginBanner_qd.png"/>`)
262
 	}else if (appName == "金牛记账"){
263
 	}else if (appName == "金牛记账"){
264
+		document.title="金牛记账"
263
 		$(".banner").html(`<img src="../H5/loginBanner.png"/>`)
265
 		$(".banner").html(`<img src="../H5/loginBanner.png"/>`)
264
 	}
266
 	}
265
 	//手机验证码
267
 	//手机验证码
398
 			}
400
 			}
399
 		}
401
 		}
400
 	}
402
 	}
401
-</script>
403
+</script>