浏览代码

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

张延森 3 年前
父节点
当前提交
9c82fd1dc3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      src/pages/signup.vue

+ 1
- 0
src/pages/signup.vue 查看文件

@@ -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
     },