Commit b4b659dc by 施宇

11

parent 30aad146
Showing with 1 additions and 0 deletions
......@@ -81,6 +81,7 @@ $(function () {
} else if (val.length < 3) {
layer.msg('搜索内容太短')
} else {
console.log(self.type,self.time)
window.location.replace("/" +decodeURIComponent(val)+ '_' + self.type + '_' + self.time);
}
});
......
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 sign in to comment