Commit 3eb62ec1 authored by xinzhedeai's avatar xinzhedeai

商户隐患跳转页面

parent b4b95eee
......@@ -85,9 +85,13 @@ window.addEventListener("load", function() {
};
return types[status] || '';
},
viewDetail(id) {
viewDetail(item) {
console.log('查看详情:', id);
// 这里添加跳转逻辑
if(item.status == '01'){ // 待审核
this.navTo('check_info', item.id)
// gemhoUtil.navigatePage(`_${url}.html`)
}
}
}
});
......
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