Przeglądaj źródła

产权交易出价

RongCheng
庞东旭 1 rok temu
rodzic
commit
709caa7121
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      index.html
  2. +1
    -1
      static/js/project/listingItems/items.js

+ 1
- 1
index.html Wyświetl plik

@@ -221,7 +221,7 @@
<td>{{value.biddingStartTime}}</td>
<td>{{value.price}}</td>
<td>
{{if value.biddingType=='自由竞价'&&value.timeType!='已结束'}}
{{if value.biddingType=='自由竞价'&&value.timeType=='进行中'}}
*
{{else}}
{{value.money}}


+ 1
- 1
static/js/project/listingItems/items.js Wyświetl plik

@@ -559,7 +559,7 @@ define(['jquery', "template", "Tools", 'swiper', 'itemsApi', 'swiper'], function
var userId = tools.getCookie('userId');
var userAccount = tools.getCookie('phone');
var userName = tools.getCookie('userName');
var money = $('#money').val();
var money = $('#money').val().toFixed(2);
// var loginTime = tools.getNowFormatDate();
data['projectId'] = projectId;
data['memberId'] = memberId;


Ładowanie…
Anuluj
Zapisz