Authored by weiqingting

认证 按钮样式

@@ -351,12 +351,9 @@ exports.verifystudent = (req, res, next) => { @@ -351,12 +351,9 @@ exports.verifystudent = (req, res, next) => {
351 if (datas[2].data.isStudent === 1) { 351 if (datas[2].data.isStudent === 1) {
352 isverify = true; 352 isverify = true;
353 prompt = datas[2].data.prompt; 353 prompt = datas[2].data.prompt;
354 - } else {  
355 - prompt = datas[2].message;  
356 } 354 }
357 -  
358 } else { 355 } else {
359 - prompt = '认证失败'; 356 + prompt = datas[2].message;
360 } 357 }
361 datas[1].data.product_list = datas[1].data.product_list.map(function(value) { 358 datas[1].data.product_list = datas[1].data.product_list.map(function(value) {
362 value.goodsId = value.goods_list[0].goods_id; 359 value.goodsId = value.goods_list[0].goods_id;