first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!-- 头部 -->
|
||||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||||
<!--user/wardrobe/wardrobeInfo/wardrobeInfo.wxml-->
|
||||
<view class="wardrobeInfo">
|
||||
<view class="wardrobeInfo_suo">
|
||||
<image src="/static/img/ks.png" />
|
||||
</view>
|
||||
<view class="wardrobeInfo_tit">柜门已打开!</view>
|
||||
<view class="wardrobeInfo_tit1">请取走衣物,记得关好柜门哦~</view>
|
||||
<view class="wardrobeInfo_sub flex-con1">
|
||||
<view class="wardrobeInfo_sub_l" data-url="/pages/auth/auth?index=1" bind:tap="goUrl">返回首页</view>
|
||||
<view class="wardrobeInfo_sub_r" data-url="/user/order/order" bind:tap="goUrl">查看订单</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- toasta提示 -->
|
||||
<i-toast id="toast" />
|
||||
Reference in New Issue
Block a user