陶杰
2025-01-08 b05a84f9178894b40a1d6a601b577403d7d93c46
sub_pages/partner/partner-info/partner-info.vue
@@ -94,7 +94,7 @@
         <view class="button-green-1 m-t-20 button-fixed-bottom before-line " @click="submit" v-if="dto.status&&dto.status!='P' " >
         <view class="button-green-1 m-t-20 button-fixed-bottom before-line " @click="submit" v-if="dto.status&&dto.status!='P' || source==='step' " >
            {{source==='step'?'下一步':'提交审核'}}
         </view>
         
@@ -423,7 +423,7 @@
                        that.$forceUpdate()
                     }).catch(res => {
                        that.$message.hideLoading()
                        that.$message.showToast('文件上传失败,请联系管理员')
                     })
                  }
               }