Browse Source

驼驼-商城

panyong 3 years ago
parent
commit
c452af4bd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/loan/src/views/loan/calculator/index.vue

+ 1 - 1
htmldev/loan/src/views/loan/calculator/index.vue

@@ -274,7 +274,6 @@ import { Form, Field, Popup, Picker } from 'vant'
 import { loanConfig } from './config'
 import { calcute } from './config/calculate'
 
-console.log(calcute.singleDk(1, 20, 20, 1))
 export default {
   name: 'index',
   components: {
@@ -412,6 +411,7 @@ export default {
     onConfirm4 (value, index) {
       this.sdlilv = value
       this.showPicker4 = false
+      console.log(calcute.singleDk(1, 20, this.sdnianxian.value, this.sdlilv.lilv))
     },
     onCancel4 () {
       const index = this.columns4.findIndex(item => item.lilv === this.sdlilv.lilv)