Commit f7e3068a181964c38dc61113e20b5325e33cfd03

Authored by BigBoss
1 parent f3a9eefcf7
Exists in master

update

... ... @@ -7,6 +7,12 @@
7 7 // "enablePullDownRefresh":true
8 8 }
9 9 },
  10 + {
  11 + "path" : "pages/refund/refund",
  12 + "style": {
  13 + "navigationBarTitleText": "申请退款"
  14 + }
  15 + },
10 16 {
11 17 "path" : "pages/myOrder/myOrder",
12 18 "style" : {
... ... @@ -41,6 +47,7 @@
41 47 {
42 48 "path": "pages/detail/detail"
43 49 }
  50 +
44 51 ],
45 52 "globalStyle": {
46 53 "navigationBarTextStyle": "black",
... ...
src/pages/myOrder/myOrder.vue
... ... @@ -13,7 +13,7 @@
13 13 </view>
14 14 </view>
15 15 <view class="orderList" >
16   - <view v-for="(order) in orderList" :key="orderId">
  16 + <view v-for="(order) in orderList" :key="order.orderId">
17 17 <OrderCard :order = "order" :current="current"></OrderCard>
18 18 </view>
19 19 </view>
... ...
src/pages/refund/refund.vue
... ... @@ -0,0 +1,19 @@
  1 +<template>
  2 + <view>
  3 +
  4 + </view>
  5 +</template>
  6 +
  7 +<script>
  8 + export default {
  9 + data() {
  10 + return {
  11 +
  12 + };
  13 + }
  14 + }
  15 +</script>
  16 +
  17 +<style lang="scss">
  18 +
  19 +</style>
... ...
src/static/service.png

1.21 KB | W: | H:

3.38 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/static/waitDeliver.png

314 Bytes | W: | H:

1.91 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/static/waitPay.png

646 Bytes | W: | H:

2.19 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin