@@ -74,7 +74,7 @@
console.log(res)
if (res.status == 200) {
res.list = res.list || [];
- if(res.list[0].signTypeIds){
+ if(res.list[0] && res.list[0].signTypeIds){
// 如果开启
const postData = {
"idx":0,