commission--yt-commit
This commit is contained in:
@ -14,7 +14,7 @@ Component({
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
commissionRate: "", // 用户输入的抽佣比例
|
||||
commissionRate: 0, // 用户输入的抽佣比例
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user