Authored by weiqingting

供应商提交

@@ -127,7 +127,8 @@ var ENUM={ @@ -127,7 +127,8 @@ var ENUM={
127 return { 127 return {
128 id:item.id, 128 id:item.id,
129 isFreeze:"Y", 129 isFreeze:"Y",
130 - operations:"3" 130 + operations:"3",
  131 + status:200
131 }; 132 };
132 } 133 }
133 Bll.toast("确定要冻结申请吗?",data); 134 Bll.toast("确定要冻结申请吗?",data);
@@ -140,7 +141,8 @@ var ENUM={ @@ -140,7 +141,8 @@ var ENUM={
140 return { 141 return {
141 id:item.id, 142 id:item.id,
142 isFreeze:"N", 143 isFreeze:"N",
143 - operations:"4" 144 + operations:"4",
  145 + status:200
144 }; 146 };
145 } 147 }
146 Bll.toast("确定要解冻申请吗?",data); 148 Bll.toast("确定要解冻申请吗?",data);
1 -exports.domain =require('../config/common.js').domain;  
2 -//"http://172.16.6.220:8080/yohobuy-platform-web"; 1 +//exports.domain =require('../config/common.js').domain;
  2 +exports.domain ="http://172.16.9.8:8080/yohobuy-platform-web";
3 //路由配置 3 //路由配置
4 exports.res = [ 4 exports.res = [
5 { 5 {