Browse Source

产权交易搜索优化

RongCheng
庞东旭 1 year ago
parent
commit
afeaeb0427
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      static/js/common/main.js

+ 1
- 1
static/js/common/main.js View File

@@ -161,7 +161,7 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) {

searchAllNew = function () {
var searchAllTitle = $('#searchAllTitle').val();
tools.skip('view/new/newList.html?title='+searchAllTitle);
tools.skip('/view/new/newList.html?title='+searchAllTitle);
}

})

Loading…
Cancel
Save