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.
62 lines
2.9 KiB
62 lines
2.9 KiB
<!--pages/card/card.wxml-->
|
|
<!-- <text>pages/card/card.wxml</text> -->
|
|
<!-- <view class="column">
|
|
<view class="top-bar">撤销</view>
|
|
<view class="row">
|
|
<view class="left-bar">旷课</view>
|
|
<view class="main">000000001 张三</view>
|
|
<view class="right-bar">请假</view>
|
|
</view>
|
|
<view class="bottom-bar">点到</view>
|
|
</view> -->
|
|
<!-- 内容布局 -->
|
|
<view>
|
|
<view class="header">
|
|
<text class="title">逍 摇 人</text>
|
|
<image class="logo" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/7.png" mode="aspectFit"></image>
|
|
</view>
|
|
<swiper class="swiperTtemBox" vertical="true" current="{{vertIndex}}" bindchange="vertPageChange">
|
|
<swiper-item class="swiperTtemBox">
|
|
<view class="top-bar">
|
|
<text class="horizontal-text">撤 销</text>
|
|
<image class = "picture22" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/22.png" mode="aspectFit"></image>
|
|
</view>
|
|
</swiper-item>
|
|
<swiper-item class="swiperTtemBox">
|
|
<swiper class="swiperTtemBox" current="{{horiIndex}}" bindchange="horiPageChange">
|
|
<swiper-item class="swiperTtemBox">
|
|
<view class="left-bar">
|
|
<text class="vertical-text">旷 课</text>
|
|
<image class = "picture42" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/42.png" mode="aspectFit"></image>
|
|
</view>
|
|
</swiper-item>
|
|
<swiper-item class="swiperTtemBox">
|
|
<view class="main">
|
|
<!-- 学号 + 姓名 -->
|
|
<view class="student-info1">
|
|
<text>{{student_ID}}</text>
|
|
</view>
|
|
|
|
<view class="student-info2">
|
|
<text>{{name}}</text>
|
|
</view>
|
|
<!-- <text>000000001</text>
|
|
<text>张三</text> -->
|
|
</view>
|
|
</swiper-item>
|
|
<swiper-item class="swiperTtemBox">
|
|
<view class="right-bar">
|
|
<text class="vertical-text">请 假</text>
|
|
<image class = "picture31" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/31.png" mode="aspectFit"></image>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper>
|
|
</swiper-item>
|
|
<swiper-item class="swiperTtemBox">
|
|
<view class="bottom-bar">
|
|
<text class="horizontal-text">点 到</text>
|
|
<image class = "picture17" src="cloud://yz-7g23c92hf3223f1d.797a-yz-7g23c92hf3223f1d-1330140432/pictures/17.png" mode="aspectFit"></image>
|
|
</view>
|
|
</swiper-item>
|
|
</swiper>
|
|
</view> |