|
@@ -3,29 +3,31 @@
|
|
<!-- 头部 -->
|
|
<!-- 头部 -->
|
|
<view class="i-pst-f i-l-p11 i-t-p5 i-z-index3 animate__animated" :class="pageStatus===1?'animate__fadeInLeft':pageStatus===3?'animate__fadeOutLeft':''">
|
|
<view class="i-pst-f i-l-p11 i-t-p5 i-z-index3 animate__animated" :class="pageStatus===1?'animate__fadeInLeft':pageStatus===3?'animate__fadeOutLeft':''">
|
|
<view class=" i-flex i-al-center" @click="gotoLast()">
|
|
<view class=" i-flex i-al-center" @click="gotoLast()">
|
|
- <view class="i-radius-p50 i-bd-1">
|
|
|
|
|
|
+ <view class="i-radius-p50 i-bd-1 i-flex i-al-center i-jst-center">
|
|
<uni-icons type="back" size="1.6rem" color="#FFF"></uni-icons>
|
|
<uni-icons type="back" size="1.6rem" color="#FFF"></uni-icons>
|
|
</view>
|
|
</view>
|
|
<span class="i-c-fff i-ml-10 i-fs-30">{{nowTitle}}</span>
|
|
<span class="i-c-fff i-ml-10 i-fs-30">{{nowTitle}}</span>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- 底部按钮 -->
|
|
<!-- 底部按钮 -->
|
|
- <view class="i-pst-f i-r-p21 i-b-p15 i-z-index3 animate__animated" :class="pageStatus===1?'animate__fadeInRight':pageStatus===3?'animate__fadeOutRight':''">
|
|
|
|
- <view class=" i-flex i-al-center i-z-index3 i-bd-1 i-radius-40 i-plr-20 i-ptb-20 i-b-c-fff"
|
|
|
|
- @click="gotoLast()">
|
|
|
|
- <view class="i-radius-p50 i-bd-3">
|
|
|
|
- <uni-icons type="back" size="1.7rem" color="#000"></uni-icons>
|
|
|
|
|
|
+ <view class="i-pst-f i-r-p10 i-b-p15 i-flex i-z-index3">
|
|
|
|
+ <view class=" animate__animated" :class="pageStatus===1?'animate__fadeInRight':pageStatus===3?'animate__fadeOutRight':''">
|
|
|
|
+ <view class=" i-flex i-al-center i-z-index3 i-bd-1 i-radius-40 i-plr-20 i-ptb-20 i-b-c-fff"
|
|
|
|
+ @click="gotoLast()">
|
|
|
|
+ <view class="i-radius-p50 i-bd-3 i-flex i-al-center i-jst-center">
|
|
|
|
+ <uni-icons type="back" size="1.7rem" color="#000"></uni-icons>
|
|
|
|
+ </view>
|
|
|
|
+ <span class="i-c-000 i-ml-10 i-fs-26">返回上一级</span>
|
|
</view>
|
|
</view>
|
|
- <span class="i-c-000 i-ml-10 i-fs-26">返回上一级</span>
|
|
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
- <view class="i-pst-f i-r-p10 i-b-p15 i-z-index3 animate__animated" :class="pageStatus===1?'animate__fadeInRight':pageStatus===3?'animate__fadeOutRight':''">
|
|
|
|
- <view class=" i-flex i-al-center i-z-index3 i-bd-1 i-radius-40 i-plr-20 i-ptb-20 i-b-c-fff"
|
|
|
|
- @click="gotoBack()">
|
|
|
|
- <!-- <view class="i-radius-p50 i-bd-3 i-p-2"> -->
|
|
|
|
- <uni-icons type="home" size="1.9rem" color="#000"></uni-icons>
|
|
|
|
- <!-- </view> -->
|
|
|
|
- <span class="i-c-000 i-ml-10 i-fs-26">回到首页</span>
|
|
|
|
|
|
+ <view class="i-ml-10 animate__animated" :class="pageStatus===1?'animate__fadeInRight':pageStatus===3?'animate__fadeOutRight':''">
|
|
|
|
+ <view class=" i-flex i-al-center i-z-index3 i-bd-1 i-radius-40 i-plr-20 i-ptb-20 i-b-c-fff"
|
|
|
|
+ @click="gotoBack()">
|
|
|
|
+ <!-- <view class="i-radius-p50 i-bd-3 i-p-2"> -->
|
|
|
|
+ <uni-icons type="home" size="1.9rem" color="#000"></uni-icons>
|
|
|
|
+ <!-- </view> -->
|
|
|
|
+ <span class="i-c-000 i-ml-10 i-fs-26">回到首页</span>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|