Jianghan 9 months ago
parent
commit
96ba08cc16
2 changed files with 2 additions and 3 deletions
  1. 0 1
      src/front/remark.go
  2. 2 2
      src/web/templates/project/remark_detail.html

+ 0 - 1
src/front/remark.go

@@ -2440,7 +2440,6 @@ func MarkPackage(content []interface{}, tagSet, baseSet, baseUnset map[string]in
 				if len(purList) > 0 {
 					result["purchasinglist"] = purList
 				}
-				qu.Debug(purList)
 			}
 		}
 	}

+ 2 - 2
src/web/templates/project/remark_detail.html

@@ -889,7 +889,7 @@
                     if (nextid === "") {
                         alert("当前数据是第一条数据,没有上一条数据!")
                     } else {
-                        window.location.href = "/front/user/remark/detail/?pid="+pid+"&tid="+tid+"&did="+lastid
+                        window.location.href = "/front/user/remark/detail/?pid="+pid+"&tid="+tid+"&did="+lastid+"&s_sourceinfo="+coll
                     }
                 } else {
                     if (issave) {
@@ -906,7 +906,7 @@
                     alert("当前已经是最后一条数据!")
                 } else {
                     sessionStorage.removeItem(_id + '_save')
-                    window.location.href = "/front/user/remark/detail/?pid="+pid+"&tid="+tid+"&did="+nextid
+                    window.location.href = "/front/user/remark/detail/?pid="+pid+"&tid="+tid+"&did="+nextid+"&s_sourceinfo="+coll
                 }
             },
             // 检查一级是否需要改变状态