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,6 +81,7 @@ export default {
81 81
   },
82 82
   methods: {
83 83
     onConfirm(value, index) {
84
+      this.intendedProduct = value
84 85
       this.formData.intendedProduct = value
85 86
       this.onCancel()
86 87
     },