doum
2025-08-21 b830b6a25e8aa0d2ee285d4efd5c12504a3f36a7
small-program/pages/employment-certification/employment-certification.vue
@@ -343,15 +343,15 @@
               tmplIds: ['4H9ztG4E9BxJLwMuYSZ6oiM7yb4KX7u7bYhkhYJP0-Y'],
               success(res) {
                  console.log('提交参数:', param)
                  this.$u.api.applyForIdentity(param).then(res => {
                  that.$u.api.applyForIdentity(param).then(res => {
                     if (res.code === 200) {
                        uni.showToast({
                           title: res.message || '申请成功 ',
                           icon: "none",
                           duration: 2000
                        });
                        uni.navigateBack({
                           delta: 1
                        uni.switchTab({
                           url:'/pages/mine/mine'
                        });
                     }
                  }).finally(() => {
@@ -460,7 +460,6 @@
                        that.form.img21Full = that.info.imgList.length>1?that.info.imgList[1]:null
                     }
                  }
               }
             }) 
         },