From 7842c74a67c41a32c5ef1fe8dae0b353b52a49da Mon Sep 17 00:00:00 2001
From: guoxing <1369478551@qq.com>
Date: Sun, 3 Dec 2023 18:50:39 +0800
Subject: [PATCH] 2023-12-3
---
pages/card/card.vue | 156 ++++++++++++++++++++++++-------
static/OIP-C.jpg | Bin 0 -> 14958 bytes
static/binding.png | Bin 0 -> 1060 bytes
static/bomicon/bom_notPack.png | Bin 0 -> 1285 bytes
static/bomicon/bom_notRecord.png | Bin 0 -> 1000 bytes
static/bomicon/bom_pack.png | Bin 0 -> 4648 bytes
static/bomicon/bom_record.png | Bin 0 -> 4460 bytes
static/card_item.png | Bin 0 -> 18563 bytes
static/card_item2.png | Bin 0 -> 14468 bytes
static/hmoe_bj.png | Bin 0 -> 824837 bytes
static/pack.png | Bin 0 -> 11450 bytes
static/pack2.png | Bin 0 -> 9046 bytes
12 files changed, 120 insertions(+), 36 deletions(-)
create mode 100644 static/OIP-C.jpg
create mode 100644 static/binding.png
create mode 100644 static/bomicon/bom_notPack.png
create mode 100644 static/bomicon/bom_notRecord.png
create mode 100644 static/bomicon/bom_pack.png
create mode 100644 static/bomicon/bom_record.png
create mode 100644 static/card_item.png
create mode 100644 static/card_item2.png
create mode 100644 static/hmoe_bj.png
create mode 100644 static/pack.png
create mode 100644 static/pack2.png
diff --git a/pages/card/card.vue b/pages/card/card.vue
index 7af5361..bfca580 100644
--- a/pages/card/card.vue
+++ b/pages/card/card.vue
@@ -1,53 +1,99 @@
-
-
+
+
+
+
+
+
+ 绑定新卡
+
-
-
- 绑定新卡
-
+
+
+
+
+
+
-
-
-
-
-
-
- {{item.name}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+ {{item.time}}
+
+
+ {{item.pname}}
+
+ {{item.state}}
+
+
+
+
+
+ 预约提货
+
+
-
-
-
-
+
-
-
+
@@ -58,7 +104,7 @@
page: {
remarks: ''
},
- data: []
+ data: [],
}
},
onLoad() {
@@ -66,6 +112,7 @@
// 相当与下拉刷新
this.$refs.paging.reload(true);
})
+
},
onUnload() {
uni.$off('order');
@@ -121,6 +168,43 @@