yuminge-app/yun-min-program-plugin-master/packageB/member/commodity_coupon/CommodityCouponGive/CommodityCouponGive.wxml

24 lines
1.0 KiB
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="give_out">
<view class="content">
<view class="coupon_open">
<view class="list ul">
<view class="li">
<view class="span">发放张数</view>
<van-field type="text" model:value="{{ Num }}" placeholder="请输入数字不小于1" border="{{ false }}"/>
</view>
<view class="li">
<view class="span">发放对象</view>
<van-radio-group value="{{result}}" style="display:flex;align-items:center;">
<van-radio name='1' checked-color="#f15353">按照会员ID发送</van-radio>
</van-radio-group>
</view>
<view class="li">
<view class="span" style="height:180rpx;line-height:180rpx;">会员ID</view>
<textarea placeholder="请用“半角隔号”隔开会员ID比如123注意不能有空格" model:value="{{Text}}"></textarea>
</view>
</view>
</view>
<button class="give_btn" type="button" catchtap="publish">确认发放</button>
</view>
</view>
<!-- <shopfoot></shopfoot> -->