|
@@ -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>
|