commission--yt-commit

This commit is contained in:
2025-06-04 00:18:25 +08:00
parent 361f6a89d3
commit a5d060633a
11 changed files with 161 additions and 32 deletions

View File

@ -14,7 +14,7 @@ Component({
* 组件的初始数据
*/
data: {
commissionRate: "", // 用户输入的抽佣比例
commissionRate: 0, // 用户输入的抽佣比例
},
/**

View File

@ -40,8 +40,8 @@
</view>
</view>
<view class="flex-col items-center mt-22">
<view class="flex-col justify-start items-center text-wrapper_2"><text class="font_3 text_12">确定</text></view>
<view class="flex-col justify-start items-center text-wrapper_3 mt-12">
<view class="flex-col justify-start items-center text-wrapper_2" bind:tap="confirm"><text class="font_3 text_12">确定</text></view>
<view class="flex-col justify-start items-center text-wrapper_3 mt-12" bind:tap="cancel">
<text class="font_3 text_13">取消</text>
</view>
</view>