bayi 6 月之前
父节点
当前提交
b6d9276546
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/index/index.js

+ 1 - 1
pages/index/index.js

@@ -154,7 +154,7 @@ Page({
         let tmplIds = await setSubscribe()
         this.setData({
             tmplIds: tmplIds ? tmplIds : [],
-            subscribeShow: tmplIds ? true : false,
+            subscribeShow: tmplIds && tmplIds.length > 0
         })
     },
     requestMessage() {