Quellcode durchsuchen

增加静态页面跳转

guohh vor 5 Jahren
Ursprung
Commit
d5f33e9b43
2 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen
  1. 9 0
      2020/x-3/biz/js/page/project-phase-list.js
  2. 1 1
      2020/x-3/project-phase-edit.html

+ 9 - 0
2020/x-3/biz/js/page/project-phase-list.js

@ -0,0 +1,9 @@
1
require(["ipuUI", "jquery", "tool"], function (ipuUI, $, tool) {
2
  $(function () {
3
4
    $(".ipu-list-item-link").click(function () {
5
      location.href = "project-phase-edit.html";
6
    });
7
8
  });
9
});

+ 1 - 1
2020/x-3/project-phase-edit.html

@ -19,7 +19,7 @@
19 19
20 20
  <div class="ipu-flex-col common-bg-white">
21 21
    <header class="ipu-toolbar ">
22
      <h1 class="ipu-toolbar-title ipu-fn-row">创建清单</h1>
22
      <h1 class="ipu-toolbar-title ipu-fn-row">编辑清单</h1>
23 23
      <a class="ipu-fn-left page-back" href="javascript:history.back();">
24 24
        <i class="ipu-icon ri-arrow-left-s-line"></i>
25 25
      </a>