From 6e89957e034a0e3a3736f07cdbfc1f891a816c3d Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Sun, 23 Apr 2023 22:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/taskDetail/taskDetail.vue | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index c116649..173f52c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "任务系统", - "appid" : "__UNI__F6478FF", + "appid" : "__UNI__5261F10", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/pages/taskDetail/taskDetail.vue b/pages/taskDetail/taskDetail.vue index 50cf7f8..7b9c6a3 100644 --- a/pages/taskDetail/taskDetail.vue +++ b/pages/taskDetail/taskDetail.vue @@ -20,7 +20,7 @@ {{contentInfo.rejects!='null'?contentInfo.rejects:''}} @@ -47,11 +47,11 @@ - + - - + + 查看 @@ -328,8 +328,8 @@ this.contentInfo.needing_remake = res.data.needing_remake this.checkboxList1 = res.data.rejects_list; - - if(res.data.rejects!='null'){ + console.log(res.data.rejects,"0000") + if(res.data.rejects&&res.data.rejects!='null'){ res.data.rejects.split(",").forEach(item=>{ this.checkboxValue1.push(item) })