This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
产权交易字典值变化修改
newProperty
庞东旭
1 year ago
parent
8fbc512079
commit
ecf767fb76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/js/project/bidding/biddingBigData.js
+ 1
- 1
static/js/project/bidding/biddingBigData.js
View File
@@ -172,7 +172,7 @@ define(['jquery', "template", "Tools", "biddingApi", "itemsApi"], function ($, t
goDetail = function(id,type){
console.log(type)
var biddtype = type == '
进行中
'?'Y':'N';
var biddtype = type == '
正在竞价
'?'Y':'N';
tools.skip('biddingBigDataDetail.html?id='+id+'&type='+biddtype);
}
Write
Preview
Loading…
Cancel
Save