24 lines
962 B
Plaintext
24 lines
962 B
Plaintext
<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> |