JMApp/pages/duiquan/duiquan.wxml
2025-04-05 23:47:00 +08:00

24 lines
962 B
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="contain">
<image src="{{pic}}" mode="widthFix" class="pic"></image>
<view class="content">
<view class="title">请输入券码</view>
<form bind:submitToGroup="onSubmitToGroup">
<input class="input" auto-focus placeholder="支持抖音/美团/聚美券码"/>
<button class="button" form-type="submit" type="primary">立即兑换</button>
</form>
<text class="tips">
温馨提示:
1、卡券一经兑换不作退换
2、请在有效期内、在对应网点使用
3、请按网点内安全指引操作洗车机
4、洗车场地湿滑请小心滑倒
5、不要在洗车场内奔跑、玩耍
6、禁止攀爬
7、照看好老人、小孩
8、喷枪水压极大禁止使用喷枪对着人体喷水
9、驶出洗车场时注意四周行人及车辆
10、请保管好您的财物请勿离开洗车区域.
</text>
</view>
</view>