From a57874273fddd53ad36838089c176d2fa700fda6 Mon Sep 17 00:00:00 2001
From: liudan <18634735655@163.com>
Date: Sun, 23 Jun 2024 23:33:59 +0800
Subject: [PATCH] 1
---
pages/users/order_confirm/index.vue | 6 ++++++
pages/users/user_spread_money/index.vue | 13 ++++++++-----
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/pages/users/order_confirm/index.vue b/pages/users/order_confirm/index.vue
index 4def2d5..452a192 100644
--- a/pages/users/order_confirm/index.vue
+++ b/pages/users/order_confirm/index.vue
@@ -375,6 +375,9 @@
{{userInfo.now_money}}
+
+ {{userInfo.brokerage_price}}
+
@@ -391,6 +394,9 @@
{{userInfo.now_money}}
+
+ {{userInfo.brokerage_price}}
+
diff --git a/pages/users/user_spread_money/index.vue b/pages/users/user_spread_money/index.vue
index 452b4ce..f9ec9e2 100644
--- a/pages/users/user_spread_money/index.vue
+++ b/pages/users/user_spread_money/index.vue
@@ -120,7 +120,7 @@
start: "",
stop: "",
activeIndex:0,
- status:null,
+ statusParams:1,
pm:1
};
},
@@ -155,16 +155,19 @@
getStatus(val){
if(val!=2){
- this.status=null;
+ this.statusParams=1;
this.pm=val;
if(val==1){this.activeIndex=0;}
if(val==0){this.activeIndex=1;}
}else{
- this.status=0;
+ this.statusParams=0;
this.pm=null;
this.activeIndex=2
}
+ this.page = 1
+ this.status = false;
+ this.recordList=[]
this.getRecordList();
},
spreadInfo(){
@@ -202,7 +205,7 @@
limit: limit,
start: start,
stop: stop,
- status:that.status,
+ status:that.statusParams,
pm:that.pm
}, recordType).then(res => {
let len = res.data.list.length;
@@ -219,7 +222,7 @@
limit: limit,
start: start,
stop: stop,
- status:that.status,
+ status:that.statusParams,
pm:that.pm
}).then(res => {
let len = res.data.list.length;