Your Name 6 lat temu
rodzic
commit
1992633587
2 zmienionych plików z 7 dodań i 5 usunięć
  1. 3 3
      Invitation/Invitation.html
  2. 4 2
      register/register.html

+ 3 - 3
Invitation/Invitation.html

@@ -182,13 +182,13 @@
182 182
 	var jsons = {
183 183
 				title:'金牛记账',
184 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 187
 	if(appName == '钱多记账'){
188 188
 		jsons = {
189 189
 			title:'钱多记账',
190 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 193
 		$(".bg").css({"background":"url(../H5/invitationBg_qd.png) no-repeat","background-size":"100%"})
194 194
 	}
@@ -216,4 +216,4 @@
216 216
 		$(".shareMask").css('display','none')
217 217
 	})
218 218
 
219
-</script>
219
+</script>

+ 4 - 2
register/register.html

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