Commit 8bf451d2 authored by lei's avatar lei

fix:商户首页自查列表无时间

parent 7a0a13e0
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<!-- 第二行:状态和时间 --> <!-- 第二行:状态和时间 -->
<div style="display: flex; justify-content: space-between; margin: 8px 0;"> <div style="display: flex; justify-content: space-between; margin: 8px 0;">
<span style="color: #737373; font-size: 0.28rem;">时间:{{ item.checkTime }}</span> <span style="color: #737373; font-size: 0.28rem;">时间:{{ item.checkDate }}</span>
</div> </div>
<!-- 第三行:商家和箭头 --> <!-- 第三行:商家和箭头 -->
......
...@@ -95,7 +95,6 @@ window.addEventListener("load", function () { ...@@ -95,7 +95,6 @@ window.addEventListener("load", function () {
gemhoUtil.navigatePage(strurl, '跳转中...') gemhoUtil.navigatePage(strurl, '跳转中...')
}, },
clickTab() { clickTab() {
console.log(this.activeTab);
if (this.activeTab > 0) { if (this.activeTab > 0) {
this.getJcList() // 获取检查列表 this.getJcList() // 获取检查列表
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment