add.wxml 269 B

1234567
  1. <!-- 前台导入wxmlUtil.wxs -->
  2. <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
  3. <loading wx:if="{{loading}}" loadingName="加载中" backgroundColor="#f2f2f2;" opacity="0.8"></loading>
  4. <dk-form cardList="{{cardList}}" contentObj="{{contentObj}}">
  5. </dk-form>