jiangping
2025-07-18 01349cd38a175e3eaf0e1b9b193b9517c0d167f0
前端
已修改1个文件
15 ■■■■■ 文件已修改
small-program/pages/employment-certification/employment-certification.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | 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
                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
                case '1':
                    this.title = '货运认证'
                    this.bgImg = require('@/static/image/bg_renzheng_huoyun@2x.png')
@@ -442,10 +434,6 @@
                    }
                })
            },
<<<<<<< HEAD
            uploadImg(index) {
                var that = this
=======
            getApplyData(){
                var that = this 
                var param ={ type:that.flag}
@@ -478,7 +466,6 @@
            },
            uploadImg(index){
                var that =this
>>>>>>> 66fcf61061d6d275c1848df5d3f8e0082f6b02ba
                uni.chooseImage({
                    count: 1, // 默认9
                    sizeType: ['original', 'compressed'],