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