diff --git a/pages/shopping/index.vue b/pages/shopping/index.vue
index 79806b2..7163507 100644
--- a/pages/shopping/index.vue
+++ b/pages/shopping/index.vue
@@ -50,8 +50,8 @@ const menuList = ref([
bgColor: ["#FFF0DA", "#FFFFFF"],
btnBg: "#FF953C",
shadowColor: "#FF953C",
- // url: "/pages/shopping/taobao/list-index"
- url: ""
+ url: "/pages/shopping/taobao/list-index"
+ // url: ""
}, {
name: "快手",
icon: "kuaishou",
diff --git a/pages/shopping/taobao/components/list-card/list-card.vue b/pages/shopping/taobao/components/list-card/list-card.vue
new file mode 100644
index 0000000..b60f60e
--- /dev/null
+++ b/pages/shopping/taobao/components/list-card/list-card.vue
@@ -0,0 +1,582 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ goods.title }}
+ {{ goods.specs }}
+
+
+
+ ¥
+ {{ goods.price }}
+ x{{ goods.count || 1 }}
+
+
+
+
+ {{ tag }}
+
+
+
+
+
+
+ 评价将帮助70人
+
+
+
+
+ 差评
+
+
+ 中评
+
+
+ 好评
+
+
+
+
+
+
+
+
+
+ 订单即将关闭,建议尽快付款
+
+
+
+ 待发货
+ {{ item.statusDesc }}
+
+
+
+
+ {{ item.isSignFor ? '已签收' : '运输中' }}
+ {{ item.statusDesc }}
+
+
+
+ 退款成功
+ {{ item.statusDesc }}
+
+
+
+
+ 共{{ getTotalCount(item.goodsList) }}件商品
+ 实付款
+ ¥
+ {{ Number(
+ item.totalPrice).toFixed(2).split(".")[0] }}
+ .{{ Number(
+ item.totalPrice).toFixed(2).split(".")[1] }}
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/shopping/taobao/json/order.json b/pages/shopping/taobao/json/order.json
new file mode 100644
index 0000000..ab8246c
--- /dev/null
+++ b/pages/shopping/taobao/json/order.json
@@ -0,0 +1,63 @@
+{
+ //购物类型
+ "shoppingType": [
+ {
+ "label": "待付款",
+ "key": "daifukuan"
+ },
+ {
+ "label": "待发货",
+ "key": "daifahuo"
+ },
+ {
+ "label": "待收货",
+ "key": "daishouhuo"
+ },
+ {
+ "label": "退款/售后",
+ "key": "tuikuanshouhou"
+ },
+ {
+ "label": "评价",
+ "key": "pingjia"
+ },
+ {
+ "label": "已取消",
+ "key": "yiquxiao"
+ }
+ ],
+ //购物类型字段分类
+ "shoppingClassfiy": {
+ "daifukuan": {
+ "status": "待付款",
+ "statusDesc": "卖家未发货",
+ "shopName": "细条条",
+ "shopType": "taobao", //淘宝-taobao,天猫-tianmao,百补-baiyibutie
+ "totalPrice": "",
+ "carriage": "0.00",
+ "products": [
+ {
+ "image": "",
+ "title": "",
+ "desc": "",
+ "service": "",
+ "price": "",
+ "count": "",
+ "stuta": {
+ "value": "买家已付款", //待付款-买家已付款,待发货-卖家已发货,待收货-交易完成,退款
+ "key": "daifukuan",
+ "desc": "申请退款"
+ }
+ }
+ ],
+ "orderInfo": [
+ {
+ "label": "订单编号",
+ "key": "orderNumber",
+ "value": "",
+ "type": "number"
+ }
+ ]
+ }
+ }
+}
\ No newline at end of file
diff --git a/pages/shopping/taobao/list-index.vue b/pages/shopping/taobao/list-index.vue
index 63591a6..ab74eaf 100644
--- a/pages/shopping/taobao/list-index.vue
+++ b/pages/shopping/taobao/list-index.vue
@@ -1,18 +1,610 @@
-
-
- {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 筛选
+
+
+
+ 管理
+
+
+
+ 消息
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+ 全部
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+ 暂无进行中订单
+
+
+ 查看全部
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/static/image/shopping/taobao/chaping.png b/static/image/shopping/taobao/chaping.png
new file mode 100644
index 0000000..a0a420d
Binary files /dev/null and b/static/image/shopping/taobao/chaping.png differ
diff --git a/static/image/shopping/taobao/daifahuo.png b/static/image/shopping/taobao/daifahuo.png
new file mode 100644
index 0000000..2681882
Binary files /dev/null and b/static/image/shopping/taobao/daifahuo.png differ
diff --git a/static/image/shopping/taobao/daifukuan.png b/static/image/shopping/taobao/daifukuan.png
new file mode 100644
index 0000000..f771d81
Binary files /dev/null and b/static/image/shopping/taobao/daifukuan.png differ
diff --git a/static/image/shopping/taobao/haoping.png b/static/image/shopping/taobao/haoping.png
new file mode 100644
index 0000000..80971ab
Binary files /dev/null and b/static/image/shopping/taobao/haoping.png differ
diff --git a/static/image/shopping/taobao/lvxing.png b/static/image/shopping/taobao/lvxing.png
new file mode 100644
index 0000000..c0250ba
Binary files /dev/null and b/static/image/shopping/taobao/lvxing.png differ
diff --git a/static/image/shopping/taobao/pingjia.png b/static/image/shopping/taobao/pingjia.png
new file mode 100644
index 0000000..803d220
Binary files /dev/null and b/static/image/shopping/taobao/pingjia.png differ
diff --git a/static/image/shopping/taobao/shangou-logo.png b/static/image/shopping/taobao/shangou-logo.png
new file mode 100644
index 0000000..942962e
Binary files /dev/null and b/static/image/shopping/taobao/shangou-logo.png differ
diff --git a/static/image/shopping/taobao/taobao.png b/static/image/shopping/taobao/taobao.png
new file mode 100644
index 0000000..c394aa4
Binary files /dev/null and b/static/image/shopping/taobao/taobao.png differ
diff --git a/static/image/shopping/taobao/tianmao.png b/static/image/shopping/taobao/tianmao.png
new file mode 100644
index 0000000..fa08f1f
Binary files /dev/null and b/static/image/shopping/taobao/tianmao.png differ
diff --git a/static/image/shopping/taobao/waimai.png b/static/image/shopping/taobao/waimai.png
new file mode 100644
index 0000000..1221c2d
Binary files /dev/null and b/static/image/shopping/taobao/waimai.png differ
diff --git a/static/image/shopping/taobao/yiqianshou.png b/static/image/shopping/taobao/yiqianshou.png
new file mode 100644
index 0000000..2d08ead
Binary files /dev/null and b/static/image/shopping/taobao/yiqianshou.png differ
diff --git a/static/image/shopping/taobao/yunshuzhong.png b/static/image/shopping/taobao/yunshuzhong.png
new file mode 100644
index 0000000..dc3fae9
Binary files /dev/null and b/static/image/shopping/taobao/yunshuzhong.png differ
diff --git a/static/image/shopping/taobao/zhongping.png b/static/image/shopping/taobao/zhongping.png
new file mode 100644
index 0000000..ddba1af
Binary files /dev/null and b/static/image/shopping/taobao/zhongping.png differ