| | |
| | | </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> |
| | |
| | | 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', |
| | |
| | | }, |
| | | methods: { |
| | | goToAttendance(){ |
| | | |
| | | if(this.$store.state.UserData.stype != "1"){ |
| | | this.$refs.uToast.show({ |
| | | title: '功能暂未开放', |
| | | type: 'warning', |
| | | }); |
| | | return; |
| | | } |
| | | |
| | | uni.navigateTo({ |
| | | url:'../clockSignIn/clockSignIn' |
| | | }) |