From 54268e7bc23d5a99737505fa0615743d201cafa7 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Fri, 30 Oct 2020 18:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=94=B3=E8=AF=B7fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/service_shop/shop_car_apply.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/service_shop/shop_car_apply.vue b/src/pages/service_shop/shop_car_apply.vue index de996e2..44a03a1 100644 --- a/src/pages/service_shop/shop_car_apply.vue +++ b/src/pages/service_shop/shop_car_apply.vue @@ -216,6 +216,7 @@ export default { this.service_arr[0]["size"] = size; this.service_arr[0]["count"] = service_data.duration*el.money+'金币'; + this.all_cost = service_data.duration*el.money } }); this.service_arr[0]["applytype"] = -- 2.26.0