Authored by 王洪广

添加文档

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