Browse Source

修改售后申请审核参数

cr 4 years ago
parent
commit
f18dfd6ef3
3 changed files with 4 additions and 4 deletions
  1. 1 1
      releaselog.md
  2. 2 2
      src/pages/index/index.vue
  3. 1 1
      src/pages/manage/index.vue

+ 1 - 1
releaselog.md

@@ -1,5 +1,5 @@
1 1
 
2
-# 0.3.2 (20.12.4 11:00)  0.3.21
2
+# 0.3.2 (20.12.4 11:00)  0.3.21  0.3.22
3 3
 ### 修改bug
4 4
 
5 5
 # 0.3.1 (20.12.3 18:00)

+ 2 - 2
src/pages/index/index.vue

@@ -933,7 +933,7 @@ export default {
933 933
                     "/Order/RejectRefund",
934 934
                     {
935 935
                         query: true,
936
-                        orderId: val.id,
936
+                        id: val.id,
937 937
                     },
938 938
                     { pass: true }
939 939
                 )
@@ -959,7 +959,7 @@ export default {
959 959
                     "/Order/AgreeRefund",
960 960
                     {
961 961
                         query: true,
962
-                        orderId: val.id,
962
+                        id: val.id,
963 963
                     },
964 964
                     { pass: true }
965 965
                 )

+ 1 - 1
src/pages/manage/index.vue

@@ -55,7 +55,7 @@
55 55
 
56 56
         <button class="btn" @click="layout">退出登录</button>
57 57
 
58
-        <div class="ver">0.3.21</div>
58
+        <div class="ver">0.3.22</div>
59 59
     </div>
60 60
 </template>
61 61