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() {