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 @@ + + + + + + + \ 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 @@ + + + + + + + \ 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 @@ + + + + + + + \ 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: {