Browse Source

首页描述

remotes/origin/HEAD
songsong428 5 years ago
parent
commit
1e45386ec9
  1. 2
      pages.json
  2. 0
      pages/add-stroke/add-stroke.vue
  3. 0
      pages/add-stroke/components/date-selector.vue
  4. 10
      pages/index/components/home.vue

2
pages.json

@ -30,7 +30,7 @@
}
},
{
"path": "pages/punch-the-clock/punch-the-clock",
"path": "pages/add-stroke/add-stroke",
"style": {
"navigationBarTitleText": "添加行程"
}

0
pages/punch-the-clock/punch-the-clock.vue → pages/add-stroke/add-stroke.vue

0
pages/punch-the-clock/components/date-selector.vue → pages/add-stroke/components/date-selector.vue

10
pages/index/components/home.vue

@ -18,7 +18,7 @@
</view>
<view class="padding-left-sm flex-sub">
<view class="text-xl">领取健康码</view>
<view class="text-df padding-top-xs description">介绍文本</view>
<view class="text-df padding-top-xs description">个人基本信息登记</view>
</view>
</view>
</view>
@ -29,18 +29,18 @@
</view>
<view class="padding-left-sm flex-sub">
<view class="text-xl">每日健康打卡</view>
<view class="text-df padding-top-xs description">每日健康打卡介绍文本</view>
<view class="text-df padding-top-xs description">山大人员健康情况打卡</view>
</view>
</view>
</view>
<view class="cu-card flex margin bg-white shadow card-radius" hover-class="cc-active" @tap="openPage('/pages/punch-the-clock/punch-the-clock')">
<view class="cu-card flex margin bg-white shadow card-radius" hover-class="cc-active" @tap="openPage('/pages/add-stroke/add-stroke')">
<view class="flex align-center padding">
<view class="round lg cu-avatar icon3">
<view class="iconfont icon-car"></view>
</view>
<view class="padding-left-sm flex-sub">
<view class="text-xl">行程上报</view>
<view class="text-df padding-top-xs description">行程上报介绍文本</view>
<view class="text-df padding-top-xs description">外出行程及时上报</view>
</view>
</view>
</view>
@ -51,7 +51,7 @@
</view>
<view class="padding-left-sm flex-sub">
<view class="text-xl">统计</view>
<view class="text-df padding-top-xs description">统计介绍文本</view>
<view class="text-df padding-top-xs description">山大校园疫情统计</view>
</view>
</view>
</view>

Loading…
Cancel
Save