소스 검색

h5完善信息后跳转到报道流程界面

新疆影视学院高职
liangkun 3 년 전
부모
커밋
68fec24e56
2개의 변경된 파일8개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html
  2. +2
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js

+ 6
- 6
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html 파일 보기

@@ -80,9 +80,9 @@
<div class="welImgInfoTxt">3 . 文件大小165320KB以下</div>
</div>
</div>
<div class="btnBox">
<!-- <div class="btnBox">
<button id="saveBtn" type="button" class="lr-btn-primary lr-btn-block saveBtn">保存</button>
</div>
</div> -->
</div>

<div class="welBox ">
@@ -133,9 +133,9 @@
</div>
<div class="welAdd"><i title="紧急联系人" class="iconfont icon-add"></i> 添加紧急联系人</div>
</div>
<div class="btnBox">
<!-- <div class="btnBox">
<button id="saveBtn" type="button" class="lr-btn-primary lr-btn-block saveBtn">保存</button>
</div>
</div> -->
</div>

<div class="welBox ">
@@ -155,9 +155,9 @@
</div>
</div>
</div>
<div class="btnBox">
<!-- <div class="btnBox">
<button id="saveBtn1" type="button" class="lr-btn-primary lr-btn-block saveBtn">保存</button>
</div>
</div> -->
</div>

<div class="welBox">


+ 2
- 0
Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js 파일 보기

@@ -266,6 +266,8 @@
learun.layer.loading(false);
if (data) {
learun.layer.toast('保存成功');
learun.nav.closeCurrent();
learun.nav.go({ path: 'notice2', title: '新生入校流程', type: 'right' });
}
});



불러오는 중...
취소
저장