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
竞价详情
RongCheng
庞东旭
2 years ago
parent
da6bb56f8d
commit
b2b229dda4
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
static/js/project/bidding/biddingBigData.js
+1
-1
view/bidding/biddingBigData.html
+ 4
- 0
static/js/project/bidding/biddingBigData.js
View File
@@ -83,5 +83,9 @@ define(['jquery', "template", "Tools"], function ($, template, Tools ) {
}, 30)
}
goDetail = function(id){
tools.skip('biddingBigDataDetail.html?id='+id);
}
return module;
});
+ 1
- 1
view/bidding/biddingBigData.html
View File
@@ -91,7 +91,7 @@
<td>{{value.price}}</td>
<td>{{value.money}}</td>
<td>{{value.timeType}}</td>
<td><input type="button" onclick="goDetail({{value.id}})" value="
我要竞价
" /></td>
<td><input type="button" onclick="goDetail({{value.id}})" value="
详情" style="margin-left: 10px;
" /></td>
</tr>
{{/each}}
</script>
Write
Preview
Loading…
Cancel
Save