shuishen
2022-02-21 bd43cf042d48087d2f75237c0fe27ffb56fed5f4
pages/myself/myself.vue
@@ -36,7 +36,7 @@
      </view>
      <uniPopup :textmsg="textmsg" @cancel='operation(1)' @confirm='operation(2)' v-show="showTextmsg">
      </uniPopup>
      <u-toast ref="uToast" />
      <!-- 底部导航条 -->
      <u-tabbar :list="tabbar" :mid-button="true"></u-tabbar>
   </view>
@@ -77,11 +77,11 @@
                  imgSrc: '../../static/myself/souc.png',
                  open: 'collect'
               },
               {
                  title: '能量树',
                  imgSrc: '../../static/myself/shu.png',
                  open: 'chenzs'
               },
               // {
               //    title: '能量树',
               //    imgSrc: '../../static/myself/shu.png',
               //    open: 'chenzs'
               // },
               {
                  title: '关于我们',
                  imgSrc: '../../static/myself/us003.png',
@@ -137,6 +137,15 @@
      },
      methods: {
         goToAttendance(){
            if(this.$store.state.UserData.stype != "1"){
               this.$refs.uToast.show({
                  title: '功能暂未开放',
                  type: 'warning',
               });
               return;
            }
            uni.navigateTo({
               url:'../clockSignIn/clockSignIn'
            })