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
庞东旭
1 year ago
parent
b47d773420
commit
7961f1f2c6
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/listingItems/items2.js
+ 1
- 1
static/js/project/listingItems/items2.js
View File
@@ -763,7 +763,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
//判断当前是否有人出价
if (data2.data){
//判断用户出价不能高于当前出价最低价格
if(newMoney < $('#money').val()){
if(newMoney <
=
$('#money').val()){
tools.initError('不能高于当前最低价格!');
return;
}
Write
Preview
Loading…
Cancel
Save