shuishen
2022-02-25 13d7349ea1beda3ebd48d27092aed0f17cd1c4b1
pages/myself/myself.vue
@@ -18,12 +18,12 @@
         </view>
      </view> 
      <view class="bomBut">
         <view class="attendance-btn">
         <!-- <view class="attendance-btn">
            <view class="attendance-info"  @click="goToAttendance()">
               <image src="../../static/myself/clock01.png" class="attendance-image"/>
               <view class="attendance-title">考勤打卡</view>
            </view>
         </view>
         </view> -->
         <view class="onceBut" v-for="(item, index) in inSide" :key="index" @click="openThere(item.open)">
            <view class="buts">
               <image :src="item.imgSrc" mode=""></image>
@@ -38,7 +38,7 @@
      </uniPopup>
      <u-toast ref="uToast" />
      <!-- 底部导航条 -->
      <u-tabbar :list="tabbar" :mid-button="true"></u-tabbar>
      <u-tabbar :list="tabbar" :mid-button="false"></u-tabbar>
   </view>
</template>
@@ -417,7 +417,7 @@
      .bomBut {
         width: 88%;
         margin: 0 auto;
         height: 24rem;
         height: 15rem;
         z-index: 999;
         border-radius: 2px;
         margin-top: -2.5rem;