完成小程序前端部分
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
>
|
||||
<text class="font_5 text_5">3.6元购买30元</text>
|
||||
<text class="shrink-0 font_2 text_8">0.30/0.00%</text>
|
||||
<view class="flex-row shrink-0 group_2">
|
||||
<view class="flex-row shrink-0 group_2" bindtap="showCommissionRatePop">
|
||||
<image
|
||||
class="image_2"
|
||||
src="https://ide.code.fun/api/image?token=68368d354ae84d001230f4d1&name=2994ec01c6859d93ce653a6cb3d50301.png"
|
||||
@ -40,4 +40,11 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 弹窗组件 -->
|
||||
<commissionRatePop
|
||||
show="{{showCommissionRatePop}}"
|
||||
bind:cancel="closeCommissionRatePop"
|
||||
bind:close="closeCommissionRatePop"
|
||||
bind:confirm="handleCommissionRateConfirm"
|
||||
/>
|
Reference in New Issue
Block a user