合伙人运营小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

calendar.wxml 376B

12345678910111213141516
  1. <wxs src="./calendar.wxs" module="this" />
  2. <wxs src="../common/utils.wxs" module="_" />
  3. <t-popup
  4. wx:if="{{usePopup}}"
  5. class="class"
  6. visible="{{visible}}"
  7. usingCustomNavbar="{{usingCustomNavbar}}"
  8. bind:visible-change="onVisibleChange"
  9. placement="bottom"
  10. >
  11. <include src="./template.wxml" />
  12. </t-popup>
  13. <block wx:else>
  14. <include src="./template.wxml" />
  15. </block>