瀏覽代碼

fix: 结构化数据留资未登录处理

yangfeng 4 年之前
父節點
當前提交
6ea6405f05
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

+ 4 - 0
src/web/staticres/common-module/pc-dialog/js/leave-info-dialog.js

@@ -395,6 +395,10 @@ var vm = new Vue({
     },
     // 是否留资
     isNeedSubmit: function(source, callback, dom) {
+      if (!loginflag) {
+        openLoginDig()
+        return
+      }
       this.source = source
       this.logAjax(source)
       var _this = this