|
@@ -2696,6 +2696,10 @@
|
|
|
source: 'article_attach_freeuser'
|
|
|
},
|
|
|
success: function (res) {
|
|
|
+ // 判断当前信息否在其他页面留资 如果全部留资 直接弹窗提交成功
|
|
|
+ if(res.info.branch && res.info.company && res.info.name && res.info.phone && res.info.position){
|
|
|
+ return true
|
|
|
+ }
|
|
|
if (res.error_code == 0) {
|
|
|
if (res.data) {
|
|
|
callback && callback(res.data)
|