Browse Source

Merge branch 'master' of http://git.ycjcjy.com/dianyang/colmo-h5

张延森 3 years ago
parent
commit
9c82fd1dc3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/signup.vue

+ 1
- 0
src/pages/signup.vue View File

81
   },
81
   },
82
   methods: {
82
   methods: {
83
     onConfirm(value, index) {
83
     onConfirm(value, index) {
84
+      this.intendedProduct = value
84
       this.formData.intendedProduct = value
85
       this.formData.intendedProduct = value
85
       this.onCancel()
86
       this.onCancel()
86
     },
87
     },