Przeglądaj źródła

修改买家中心待报价与已报价问题

shenjj 7 lat temu
rodzic
commit
d9d2cebace

+ 2 - 2
src/main/webapp/resources/js/usercenter/controllers/forstore/seek_purchase_ctrl.js

@@ -75,7 +75,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
                     $http({
                       method: 'get',
                       dataType: 'json',
-                      url: 'http://10.1.51.82:24002' + '/inquiry/buyer/list',
+                      url: seekUrl + '/inquiry/buyer/list',
                       params: param
                     }).success(function (data) {
                       params.total(data.totalElements);
@@ -100,7 +100,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
                     $http({
                       method: 'get',
                       dataType: 'json',
-                      url: 'http://10.1.51.82:24002' + '/inquiry/buyer/quotations',
+                      url: seekUrl + '/inquiry/buyer/quotations',
                       params: param
                     }).success(function (data) {
                       params.total(data.totalElements);