From 805a6c273afef893adec423ac5313ef5644879e8 Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Wed, 25 Jul 2018 16:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E6=88=90=E5=8A=9F=20=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/view/put-money-success.vue | 27 +++++- src/view/put-money.vue | 163 ++++++++++++++++++-------------- src/view/service-evaluation.vue | 12 +-- 4 files changed, 120 insertions(+), 84 deletions(-) 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 )