Bladeren bron

产权交易注册问题修改

RongCheng
庞东旭 1 jaar geleden
bovenliggende
commit
cfb6845aa1
2 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. +5
    -5
      static/js/project/user/registerFrom.js
  2. +1
    -1
      view/login/registerFrom.html

+ 5
- 5
static/js/project/user/registerFrom.js Bestand weergeven

@@ -252,13 +252,13 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper',"
document.getElementById('loading').style.display = 'flex'; document.getElementById('loading').style.display = 'flex';
if(module.data.type == '1'){ if(module.data.type == '1'){
$('#cupload-3').find('input').each(function() { $('#cupload-3').find('input').each(function() {
if($(this).val()!=''&&$(this).val().indexOf('http') == -1){
if($(this).val()!=''&&$(this).val().indexOf('http:') == -1){
module.data.upType1 = true; module.data.upType1 = true;
tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo1); tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo1);
} }
}) })
$('#cupload-4').find('input').each(function() { $('#cupload-4').find('input').each(function() {
if($(this).val()!=''&&$(this).val().indexOf('http') == -1){
if($(this).val()!=''&&$(this).val().indexOf('http:') == -1){
module.data.upType2 = true; module.data.upType2 = true;
tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo2); tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo2);
} }
@@ -267,19 +267,19 @@ define(['jquery', "template", "Tools", "user", "echarts", 'register', 'swiper',"


}else{ }else{
$('#cupload-5').find('input').each(function() { $('#cupload-5').find('input').each(function() {
if($(this).val()!=''&&$(this).val().indexOf('http') == -1){
if($(this).val()!=''&&$(this).val().indexOf('http:') == -1){
module.data.upType5 = true; module.data.upType5 = true;
tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo5); tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo5);
} }
}) })
$('#cupload-6').find('input').each(function() { $('#cupload-6').find('input').each(function() {
if($(this).val()!=''&&$(this).val().indexOf('http') == -1){
if($(this).val()!=''&&$(this).val().indexOf('http:') == -1){
module.data.upType6 = true; module.data.upType6 = true;
tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo6); tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo6);
} }
}) })
$('#cupload-7').find('input').each(function() { $('#cupload-7').find('input').each(function() {
if($(this).val()!=''&&$(this).val().indexOf('http') == -1){
if($(this).val()!=''&&$(this).val().indexOf('http:') == -1){
module.data.upType67 = true; module.data.upType67 = true;
tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo7); tools.doPostImg(base64Upload2, {file:$(this).val()}, module.upLoadOverInfo7);
} }


+ 1
- 1
view/login/registerFrom.html Bestand weergeven

@@ -123,7 +123,7 @@
<td> <td>
<input type="text" id="phone"/> <input type="text" id="phone"/>
</td> </td>
<td><span>默认为登账户</span></td>
<td><span>默认为登账户</span></td>
</tr> </tr>
<tr> <tr>
<td> <td>


Laden…
Annuleren
Opslaan