diff --git a/src/router/index.js b/src/router/index.js
index c5f32d6..0aea480 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -29,7 +29,7 @@ let router = new Router({
{
path: '/put-money-success',
name: '提现成功',
- component: putMoneySuccess
+ component: putMoneySuccess,
},
{
path: '/service-evaluation',
diff --git a/src/view/put-money-success.vue b/src/view/put-money-success.vue
index a7fd749..c81aa25 100644
--- a/src/view/put-money-success.vue
+++ b/src/view/put-money-success.vue
@@ -13,7 +13,7 @@
1-3个工作日
-
提现金额:¥ 800
+
提现金额:¥ {{amount}}
@@ -24,14 +24,33 @@
diff --git a/src/view/put-money.vue b/src/view/put-money.vue
index 9f35b6c..f0e6409 100644
--- a/src/view/put-money.vue
+++ b/src/view/put-money.vue
@@ -39,79 +39,96 @@
\ No newline at end of file
diff --git a/src/view/service-evaluation.vue b/src/view/service-evaluation.vue
index e6c683b..cc005f0 100644
--- a/src/view/service-evaluation.vue
+++ b/src/view/service-evaluation.vue
@@ -135,14 +135,14 @@ export default {
var cookieName = "1hjz_mall_login_access_token=";
var token = strCookie.slice(cookieName.length);
- model
+ model
.add(
{
- timeScore: this.timeScore,
- serviceScore: this.serviceScore,
- professionScore: this.professionScore,
- content: this.content,
- bookNo: this.getParam("bookNo")
+ timeScore: this.timeScore,
+ serviceScore: this.serviceScore,
+ professionScore: this.professionScore,
+ content: this.content,
+ bookNo: this.getParam("bookNo")
},
token
)