Commit 8dff5e08 authored by linwenqing's avatar linwenqing

Merge branch 'dev-fix' into test

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