Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
| 1234567891011 |
- <wxs src="../../common/utils.wxs" module="_" />
-
- <view
- class="{{classPrefix}} class {{prefix}}-class"
- style="{{_._style([style, customStyle])}}"
- bind:touchstart="onTouchStart"
- catch:touchmove="onTouchMove"
- bind:touchend="onTouchEnd"
- >
- <slot></slot>
- </view>
|