jiangping
2025-07-18 01349cd38a175e3eaf0e1b9b193b9517c0d167f0
前端
已修改1个文件
23 ■■■■ 文件已修改
small-program/pages/employment-certification/employment-certification.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
small-program/pages/employment-certification/employment-certification.vue
@@ -208,14 +208,10 @@
                bgImg: require('@/static/image/bg_renzheng_yonggong@2x.png'),
                title: '用户认证',
                flag: null,
<<<<<<< HEAD
                isCompany: false,
                loading: false,
=======
                isCompany:false,
                loading:false,
                info: {},
>>>>>>> 66fcf61061d6d275c1848df5d3f8e0082f6b02ba
                info: {},
                form: {
                    "companyName": "",
                    authType: 0,
@@ -246,12 +242,8 @@
            var flag = options.flag
            this.flag = flag
            this.initFormData()
<<<<<<< HEAD
            switch (flag) {
=======
            this.getApplyData()
            switch(flag){
>>>>>>> 66fcf61061d6d275c1848df5d3f8e0082f6b02ba
            switch(flag){
                case '1':
                    this.title = '货运认证'
                    this.bgImg = require('@/static/image/bg_renzheng_huoyun@2x.png')
@@ -441,11 +433,7 @@
                        })
                    }
                })
            },
<<<<<<< HEAD
            uploadImg(index) {
                var that = this
=======
            },
            getApplyData(){
                var that = this 
                var param ={ type:that.flag}
@@ -477,8 +465,7 @@
                 }) 
            },
            uploadImg(index){
                var that =this
>>>>>>> 66fcf61061d6d275c1848df5d3f8e0082f6b02ba
                var that =this
                uni.chooseImage({
                    count: 1, // 默认9
                    sizeType: ['original', 'compressed'],