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