Browse Source

修改

master
xuxubarca 2 years ago
parent
commit
54a1906254
  1. 10
      pages/resource/detail/index.js

10
pages/resource/detail/index.js

@ -39,11 +39,11 @@ Page({
title: res.result.typeName
})
if (res.result.typeCode != 'zcfn') {
this.setData({
show: true
})
}
// if (res.result.typeCode != 'zcfn') {
// this.setData({
// show: true
// })
// }
if (res.result.isCollection == 1) {
this.setData({
isCollect: true,

Loading…
Cancel
Save