| | |
| | | <view class="status_bar"></view> |
| | | <!-- #endif --> |
| | | <view class="header"> |
| | | <view class="icon white iconfont iconshezhi right"></view> |
| | | <view class="icon white iconfont iconshezhi right" @click="linkTo('./setting')"></view> |
| | | <view class="flex align-center"> |
| | | <image class="header-img ml-15" src="../../static/images/head-img.jpg"></image> |
| | | <view class="flex flex-v ml-20"> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="flex align-center justify-between repository mt-20"> |
| | | <view class="flex align-center justify-between repository mt-20" @click="linkTo('./knowledge')"> |
| | | <view class="flex align-center"> |
| | | <image class="title-img mr-10" src="../../static/images/mine2.png"></image> |
| | | <text>知识库</text> |
| | |
| | | } |
| | | }, |
| | | methods: { |
| | | |
| | | linkTo(val){ |
| | | uni.navigateTo({ |
| | | url:val |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | |
| | | color: #FFFFFF; |
| | | } |
| | | .header{ |
| | | height: 100px; |
| | | background: #518EFF; |
| | | border-bottom-left-radius: 20px; |
| | | border-bottom-right-radius: 20px; |