Commit b636dbef authored by 林文清's avatar 林文清

fix:status of undefined

parent 5186a278
......@@ -112,7 +112,7 @@
},
toDetail(key) {
let data = this.list[key].data;
if(data.status != 1){
if(!data.isUpload){
return;
}
wx.navigateTo({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment