From c0eaeb45dcb4858a3dced5950823597f932c20e6 Mon Sep 17 00:00:00 2001
From: 吴学文 <wuxuewen@wuxuewendeMacBook-Pro.local>
Date: 星期三, 12 六月 2019 00:51:39 +0800
Subject: [PATCH] 加入 停车费初始化 开发测试完成
---
WebService/src/main/resources/components/validate-code/validate-code.js | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/WebService/src/main/resources/components/validate-code/validate-code.js b/WebService/src/main/resources/components/validate-code/validate-code.js
index 803e3d3..1265410 100644
--- a/WebService/src/main/resources/components/validate-code/validate-code.js
+++ b/WebService/src/main/resources/components/validate-code/validate-code.js
@@ -21,7 +21,7 @@
}
},
methods:{
- generateCode(){
+ generateCode:function(){
var param = {
params:{
_uId:'123'
@@ -43,7 +43,10 @@
});
}
- }
+ },
+ _destroyedMethod:function(){
+ console.log("鐧诲綍楠岃瘉鐮侀〉闈㈤攢姣佽皟鐢�");
+ }
});
--
Gitblit v1.8.0