Browse Source

bug修复

wangxiaoming 7 years ago
parent
commit
e37ff5f84f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      aiberle/order-details.html
  2. 1 1
      aiberle/order-list.html

+ 1 - 1
aiberle/order-details.html

@@ -191,7 +191,7 @@
 										operationHtml += cancelHtml + logisticsHtml;
 										break;
 									case 7 : 
-										statusName = "退货中";
+										statusName = "退货中(请尽快寄回产品)";
 										operationHtml += cancelHtml;
 										break;
 									case 8 : 

+ 1 - 1
aiberle/order-list.html

@@ -264,7 +264,7 @@
                             	a += ali2;
                             } else if (txt_order.salesStatus == 5) {
                             	a += ali;
-                                a += '<button type="button" class="my-order-btn" onclick="confirm_receipt(\'' + txt_order.salesOrderid + '\',\'' + txt_order.salesStatus + '\')">确认收货</button>';
+                                //a += '<button type="button" class="my-order-btn" onclick="confirm_receipt(\'' + txt_order.salesOrderid + '\',\'' + txt_order.salesStatus + '\')">确认收货</button>';
                             	a += orderDesc;
                             	a += ali2;
                             }else{