12 lines
531 B
Plaintext
12 lines
531 B
Plaintext
<!-- 头部 -->
|
||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||
<!-- view/logistics/appLogistics/inApplication/inApplication.wxml -->
|
||
<view class="wardrobeInfo">
|
||
<view class="wardrobeInfo_suo">
|
||
<image src="/static/img/success-icon.png" />
|
||
</view>
|
||
<view class="wardrobeInfo_tit">申请成功</view>
|
||
<view class="wardrobeInfo_tit1">正在审核中,我们会在3个工作日内给您来电,请耐心等待...</view>
|
||
</view>
|
||
<!-- toasta提示 -->
|
||
<i-toast id="toast" /> |