Files
MiniProgram/ProjectLiaisonForm/pages/rate/count/index.wxml
2025-08-15 14:05:08 +08:00

6 lines
218 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="demo-rate">
<view class="demo-rate__title">自定义评分数量</view>
<!-- 自定义评分数量设置属性count-->
<t-rate value="{{value}}" count="{{3}}" bind:change="onChange" />
</view>