更改 会议列表,我的页面的签到图标

This commit is contained in:
姚亚男
2021-11-03 10:10:20 +08:00
parent 35fe5332df
commit 5b2e7be338
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

+1 -1
View File
@@ -1,7 +1,7 @@
<!-- 自定义头部start -->
<view class="custom flex_center" style="padding-top:{{statusBarHeight}}px">
<image src="../../assets/images/back.png" bindtap="goBack"></image>
<image src="../../assets/images/signEntran.png" bindtap="signUp"></image>
<image src="../../assets/images/sign.png" bindtap="signUp"></image>
<text>会议</text>
</view>
<view class="empty_custom" style="padding-top:{{statusBarHeight}}px"></view><!-- 空view用来填充自定义头部的padding-top -->