2025-04-05 23:47:00 +08:00
|
|
|
<view class="contain">
|
|
|
|
<image src="{{pic}}" mode="widthFix" class="pic"></image>
|
|
|
|
<view class="content">
|
|
|
|
<view class="title">请输入券码</view>
|
2025-04-10 19:01:02 +08:00
|
|
|
<form bindsubmit="onSubmitToGroup">
|
|
|
|
<input class="input" name="code" auto-focus placeholder="支持抖音/美团/聚美券码"/>
|
2025-04-05 23:47:00 +08:00
|
|
|
<button class="button" form-type="submit" type="primary">立即兑换</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<text class="tips">
|
2025-04-10 19:01:02 +08:00
|
|
|
{{tips}}
|
2025-04-05 23:47:00 +08:00
|
|
|
</text>
|
|
|
|
</view>
|
|
|
|
</view>
|