Authored by 王洪广

添加文档

@@ -9,6 +9,12 @@ Name | Path | Note @@ -9,6 +9,12 @@ Name | Path | Note
9 品牌店铺分享页面 | /product/brand-share?domain=colormad | 9 品牌店铺分享页面 | /product/brand-share?domain=colormad |
10 商品详情 | /product/{productId} | 10 商品详情 | /product/{productId} |
11 资讯列表 | /news | 11 资讯列表 | /news |
  12 +yoho币 | /home/mycurrency |
  13 +全部订单 | /home/orders?type=1 |
  14 +待付款 | /home/orders?type=2 |
  15 +待发货 | /home/orders?type=3 |
  16 +待收货 | /home/orders?type=4 |
  17 +订单详情 | /home/order-detail?orderCode=xxx |
12 18
13 ---- 19 ----
14 ### order 常亮 20 ### order 常亮
@@ -71,7 +71,7 @@ @@ -71,7 +71,7 @@
71 71
72 this.busy = true; 72 this.busy = true;
73 if (this.page > this.pageTotal) { 73 if (this.page > this.pageTotal) {
74 - return; 74 + return;
75 } 75 }
76 $.ajax({ 76 $.ajax({
77 url: '/home/get-orders', 77 url: '/home/get-orders',