diff --git a/public/apk/wsecv1.apk b/public/apk/wsecv1.apk
deleted file mode 100644
index 7e4447f8..00000000
Binary files a/public/apk/wsecv1.apk and /dev/null differ
diff --git a/src/api/accountCenter/traderecords.js b/src/api/accountCenter/traderecords.js
index 3242c76a..7ae62d12 100644
--- a/src/api/accountCenter/traderecords.js
+++ b/src/api/accountCenter/traderecords.js
@@ -25,4 +25,16 @@ export function accInfoWalletHistoryApi(data) {
params:data
})
}
-
\ No newline at end of file
+
+//退款订单列表查询
+export function orderHistoryListApi(data) {
+ return request({
+ url: '/smart-canteen/order/web/refund/list',
+ method: 'post',
+ headers: {
+ "merchant-id":"378915229716713472",
+ },
+ data: data,
+ params:data
+ })
+}
diff --git a/src/views/accountCenter/account/wallet/outRecord.vue b/src/views/accountCenter/account/wallet/outRecord.vue
new file mode 100644
index 00000000..4cbb8e2c
--- /dev/null
+++ b/src/views/accountCenter/account/wallet/outRecord.vue
@@ -0,0 +1,277 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ 合计:
+ {{ (queryParams2.pageNum - 1) * queryParams2.pageSize + scope.$index+1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (scope.row.amount/100).toFixed(2) }}
+
+
+
+
+ {{ (scope.row.walletBal/100).toFixed(2) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/accountCenter/account/wallet/rechargeRecord.vue b/src/views/accountCenter/account/wallet/rechargeRecord.vue
new file mode 100644
index 00000000..ab2a9924
--- /dev/null
+++ b/src/views/accountCenter/account/wallet/rechargeRecord.vue
@@ -0,0 +1,331 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+ 合计:
+ {{ (queryParams1.pageNum - 1) * queryParams1.pageSize + scope.$index+1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ (scope.row.amount/100).toFixed(2) }}
+
+
+
+
+
+ {{ (scope.row.walletBal/100).toFixed(2) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/accountCenter/account/wallet/returnRecord.vue b/src/views/accountCenter/account/wallet/returnRecord.vue
new file mode 100644
index 00000000..eb7ecf53
--- /dev/null
+++ b/src/views/accountCenter/account/wallet/returnRecord.vue
@@ -0,0 +1,282 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ 合计:
+ {{ (queryParams2.pageNum - 1) * queryParams2.pageSize + scope.$index+1 }}
+
+
+
+
+
+
+
+
+
+
+ {{ (scope.row.realAmount/100).toFixed(2) }}
+
+
+
+
+
+
+
+ {{ (scope.row.refundAmount/100).toFixed(2) }}
+
+
+
+
+ 未退单
+ 已退单
+ 部分退单
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index c7c0c0f7..f773be71 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -36,8 +36,8 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
// target: `http://192.168.2.80:48380`,//旭
- target: `http://192.168.0.244:48380`,//测试
- // target: `http://192.168.0.44:48380`,//测试
+ // target: `http://192.168.0.244:48380`,//测试
+ target: `http://192.168.0.44:48380`,//测试
// target: `http://192.168.0.176:48380`,//
changeOrigin: true,
pathRewrite: {