Ver código fonte

技术认证修改
1.将“面试定级”移动到“面试官评价”下
2.添加提示

martin.ma 4 anos atrás
pai
commit
cdccb2baaf

+ 6 - 4
components/drawer/freework_level.vue

@@ -206,14 +206,16 @@
                     <span class="i-content"><span>{{item.dev_memo?item.dev_memo:"暂无"}}</span></span>
                 </div>
 
-            </el-col>
-            <el-col :span="8">
-                <div class="title">开发者评价<span><a :href="item.dev_comment_url" target="_blank" style="color:#409EFF">(点击查看评价链接)</a></span><span class="ma-copy" @click="copy(item.dev_comment_url)">复制</span></div>
-
                 <div>
                     <span class="sub-title">面试定级:</span>
                     <span class="i-content"><span style="color: red">{{item.level?item.level:"暂无"}}</span></span>
                 </div>
+
+            </el-col>
+            <el-col :span="8">
+                <div class="title">开发者评价<span><a :href="item.dev_comment_url" target="_blank" style="color:#409EFF">(点击查看评价链接)</a></span><span class="ma-copy" @click="copy(item.dev_comment_url)">复制</span></div>
+
+
                 <div>
                     <span class="sub-title">面试水平:</span>
                     <span class="i-content"><span>{{item.invite_experience?item.invite_experience:"暂无"}}</span></span>

+ 3 - 0
pages/main/index/freework_level.vue

@@ -313,6 +313,8 @@
         if(this.form.order_status == 9){
           delete data_temp['order_status']
           data_temp['cert_status'] = 1
+        }else{
+          data_temp['cert_status'] = 0
         }
 
         let res = await this.$post("/uapi/cert/order",data_temp);
@@ -390,6 +392,7 @@
         });
         if (res && res.status === 1) {
           this.getList();
+          this.$message.success("操作成功")
         }else{
           this.$message({
               type: "info",