储能智慧云小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

view.wxml 336B

1234567891011
  1. <import src="../../common/template/button.wxml" />
  2. <wxs src="../../common/utils.wxs" module="_" />
  3. <template name="view">
  4. <view
  5. class="{{classPrefix}} class {{prefix}}-class"
  6. style="right: 16px; bottom: 32px; {{_._style([style, customStyle])}}"
  7. >
  8. <template is="button" data="{{...buttonData}}" />
  9. </view>
  10. </template>