| 123456789101112131415161718 |
- <!-- 前台导入wxmlUtil.wxs -->
- <wxs src='/utils/wxmlUtil.wxs' module="wxmlUtil"></wxs>
- <!-- 添加模版 -->
- <import src="/utils/template.wxml" />
- <template is="myTemplate" />
- <!-- 加载图层 -->
- <loading wx:if="{{loading}}"></loading>
- <!-- 列表区 -->
- <dk-form id="{{formName}}" routeObjName="{{routeObjName}}" cardList="{{cardList}}" contentObj="{{contentObj}}" model:value="{{formData}}" bind:chooseData="chooseData">
- </dk-form>
- <!-- 保存 -->
- <dk-save-button model:value="{{btnFormData}}" btnAutoWidthFlag="{{true}}" btnRightFlag="{{true}}" buttonList="{{buttonFootList}}" contentList="{{contentnFootList}}" bind:open="save"></dk-save-button>
- <!-- <view class="bottom-class">
- <van-button custom-class="save-button-class" disabled="{{loading}}" loading="{{loading}}" bind:click="save" type="default">{{$t['save']}}
- </van-button>
- </view> -->
|