You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
2.5 KiB
1 lines
2.5 KiB
<view class="presentMoney"><far-bottom vue-id="17c64f1c-1" bind:__l="__l"></far-bottom><view style="padding:30rpx;"><view><view class="dis-flex" style="padding:30rpx;background-color:#FFFFFF;border-radius:10rpx;"><view class="f-30 flex-box f-w" style="color:#333333;"><view class="dis-il-block" style="padding:2.5rpx 6rpx;color:#FFFFFF;background-color:#FF4444;border-radius:5rpx;margin-right:10rpx;font-weight:500;font-size:16rpx;">活</view>活动标题</view><view class="t-r flex-box"><input class="uni-input" style="font-size:28rpx;" placeholder="请输入活动标题" placeholder-style="font-size:28upx" data-event-opts="{{[['input',[['__set_model',['$0','title','$event',[]],['activity']]]]]}}" value="{{activity.title}}" bindinput="__e"/></view></view><view class="dis-flex" style="padding:30rpx;background-color:#FFFFFF;border-radius:10rpx;margin-top:20rpx;"><view class="f-30 flex-box f-w" style="color:#333333;">转赠人数</view><view class="t-r flex-box dis-flex"><input class="uni-input " style="font-size:28rpx;" type="number" placeholder="填写人数" placeholder-style="font-size:28upx" data-event-opts="{{[['input',[['__set_model',['$0','allnum','$event',[]],['activity']]]]]}}" value="{{activity.allnum}}" bindinput="__e"/><view class="f-28 f-w" style="padding-left:10rpx;">人</view></view></view><view class="dis-flex" style="padding:30rpx;background-color:#FFFFFF;border-radius:10rpx;margin-top:20rpx;"><view class="f-30 flex-box f-w" style="color:#333333;">转赠金额</view><view class="t-r flex-box dis-flex"><input class="uni-input " style="font-size:28rpx;" type="digit" placeholder="0.00" placeholder-style="font-size:28upx" data-event-opts="{{[['input',[['__set_model',['$0','money','$event',[]],['activity']]]]]}}" value="{{activity.money}}" bindinput="__e"/><view class="f-28 f-w" style="padding-left:10rpx;">元</view></view></view></view><view class="t-c dis-flex" style="justify-content:center;align-items:center;margin:50rpx 0;color:#333333;"><view style="font-size:40rpx;font-weight:700;vertical-align:top;padding-right:10rpx;">¥</view><view style="font-size:80rpx;font-weight:700;">{{activity.allnum*activity.money||'0.00'}}</view></view><view style="padding:0 160rpx;"><button style="font-size:32rpx;" type="warn" data-event-opts="{{[['tap',[['goHD',['$event']]]]]}}" bindtap="__e">创建活动</button></view><view data-event-opts="{{[['tap',[['goWqjl',['$event']]]]]}}" class="t-c f-28" style="color:#999999;padding:20rpx 0;" bindtap="__e"><text>往期活动</text><text class="iconfont icon-right" style="font-size:28rpx;"></text></view></view></view>
|