zhangyanfang 5 éve
szülő
commit
50ea2bb1d1
1 módosított fájl, 2 hozzáadás és 3 törlés
  1. 2 3
      app/followup/index.html

+ 2 - 3
app/followup/index.html

@ -85,10 +85,9 @@
            })
        } if (Request.type == '10') {
            fangshiAPI.getPhthisis({ followupId: followupId || '1' }).then(function (res) {
                if (res.status == 200 && res.data[0]) {
                    version = isAdd!=1 ? res.data.version : lastedVersion
                if (res.status == 200) {
                    version = isAdd!=1 ? res.data[0].version : lastedVersion
                    location.replace('../../app/followup/' + version + '/html/fangshi-detail-10.html?id=' + followupId + "&version=" + version)
                } else {
                    top.toastr.error(res.msg);
                }