Browse Source

hotfix:修正图片审核描述

master
‘‘ 3 years ago
parent
commit
2c722a371c
  1. 2
      src/views/img/tiktokImg/index.vue

2
src/views/img/tiktokImg/index.vue

@ -396,7 +396,7 @@ export default {
},
//
handleJudgeChange(row) {
let text = row.status === "1" ? "通过" : "待定";
let text = row.status === "1" ? "审核通过" : "审核拒绝";
this.$modal.confirm('确认要' + text + 'id为' + row.id + '的图片吗?').then(function() {
let data = {
id: row.id,

Loading…
Cancel
Save