Commit 32d7ae46 authored by linwenqing's avatar linwenqing

update:证件未入住提示

parent 6faea5e4
...@@ -133,6 +133,11 @@ ...@@ -133,6 +133,11 @@
toDetail(key) { toDetail(key) {
let data = null; let data = null;
if(this.list[key].data.length == undefined || this.list[key].data.length <= 0){ if(this.list[key].data.length == undefined || this.list[key].data.length <= 0){
uni.showToast({
icon: "none",
title: "您当前未入驻,暂无法上传证件",
});
return
data = { data = {
type: key, type: key,
url: "", url: "",
......
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