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.
8 lines
567 B
8 lines
567 B
|
4 years ago
|
<!--pages/order/joinOrder/success/index.wxml-->
|
||
|
|
<title title="添加成功"></title>
|
||
|
|
<image class="successimg" src="https://static.ticket.sz-trip.com/uploads/20211108/b11f361c5785a20fddf138a523d8ad71.png" mode="widthFix"></image>
|
||
|
|
<view class="submit-success">提交成功</view>
|
||
|
|
<view>团长确认后请前往公众号</view>
|
||
|
|
<view>君到苏州-个人中心 凭码入园</view>
|
||
|
|
<navigator url="../index?id={{id}}&oid={{oid}}" class="btn full">继续提交</navigator>
|
||
|
|
<navigator url="../history/index?id={{id}}&oid={{oid}}" class="btn">查看提交记录</navigator>
|