From 71b93d1144bc8e2b17aa5ddaf215e211f87dc1e8 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 23 Nov 2022 09:57:26 +0800
Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../AppIntegralExchange/commodityDetails.vue | 8 +-
src/apps/AppIntegralExchange/myOder.vue | 212 +++++++++++++++++-
src/apps/AppIntegralExchange/orderForm.vue | 11 +-
3 files changed, 220 insertions(+), 11 deletions(-)
diff --git a/src/apps/AppIntegralExchange/commodityDetails.vue b/src/apps/AppIntegralExchange/commodityDetails.vue
index 342c8ea5..6d27926c 100644
--- a/src/apps/AppIntegralExchange/commodityDetails.vue
+++ b/src/apps/AppIntegralExchange/commodityDetails.vue
@@ -13,7 +13,7 @@
@@ -30,8 +30,10 @@ export default {
document.title = '商品详情'
},
methods: {
-
- },
+ toOrderForm() {
+ uni.navigateTo({url: './orderForm'})
+ }
+ },
}
diff --git a/src/apps/AppIntegralExchange/myOder.vue b/src/apps/AppIntegralExchange/myOder.vue
index d418fe30..4e104e39 100644
--- a/src/apps/AppIntegralExchange/myOder.vue
+++ b/src/apps/AppIntegralExchange/myOder.vue
@@ -1,26 +1,226 @@
-
+
+
+
+
+
+
+
+
+
{{ item.createTime }}
+
{{ item.orderStatus | format }}
+
+
+
+
+
![]()
+
+
+
{{ e.merchandiseName }}
+
+
x{{ e.merchandiseNumber }}
+
{{ e.merchandiseNumber * e.costIntegral }}积分
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/src/apps/AppIntegralExchange/orderForm.vue b/src/apps/AppIntegralExchange/orderForm.vue
index d357e33d..d9b3707c 100644
--- a/src/apps/AppIntegralExchange/orderForm.vue
+++ b/src/apps/AppIntegralExchange/orderForm.vue
@@ -1,6 +1,8 @@
@@ -15,7 +17,7 @@ export default {
onShow() {
document.title = '提交订单'
},
- methods() {
+ methods: {
}
}
@@ -23,6 +25,11 @@ export default {
\ No newline at end of file