diff --git a/config/mine.js b/config/mine.js
index 1ae8941..214ca52 100644
--- a/config/mine.js
+++ b/config/mine.js
@@ -53,3 +53,7 @@ export const getMarketDynamicBoxCount = params =>
http.post('/retail-member/api/retail-member/small-box-list', {
params,
})
+
+// 退款明细列表
+export const getRefundList = params =>
+ http.get('/sale/api/my-order/refund-list', { params })
diff --git a/pages.json b/pages.json
index 2de85e3..ec8cef4 100644
--- a/pages.json
+++ b/pages.json
@@ -108,6 +108,14 @@
"navigationBarBackgroundColor": "#fff"
}
},
+ {
+ "path": "pages/refund/detail",
+ "style": {
+ "navigationBarTitleText": "退款列表",
+ "navigationBarBackgroundColor": "#fff",
+ "enablePullDownRefresh": true
+ }
+ },
{
"path": "pages/userData/index",
"style": {
diff --git a/pages/pay/index.vue b/pages/pay/index.vue
index 3a21fbf..7328a51 100644
--- a/pages/pay/index.vue
+++ b/pages/pay/index.vue
@@ -1189,7 +1189,7 @@ export default {
getPayAuthToken(payChannel) {
return new Promise((resolve, reject) => {
const extParam = {
- source: !!this.isRecharge,
+ isRecharge: !!this.isRecharge,
orderCode: this.orderCode,
specialArea: this.specialArea,
}
diff --git a/pages/pay/success.vue b/pages/pay/success.vue
index bd027a5..a520336 100644
--- a/pages/pay/success.vue
+++ b/pages/pay/success.vue
@@ -4,7 +4,7 @@
-
+
✓
@@ -17,16 +17,34 @@
{{ paySuccessText }}
- 您的订单已支付完成
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 支付查询中...
+ 请稍等,正在确认您的支付状态
+