| | |
| | | <view> |
| | | <scroll-view scroll-y> |
| | | <view class="vve"> |
| | | <image src="../../static/zoneyung.png" @click="changeImg" mode="aspectFit"></image> |
| | | <image src="../../static/zoneyung.png" @click="changeImg" mode="aspectFit" :style="[{animation: 'show ' + ((0+1)*0.2+1) + 's 1'}]"></image> |
| | | </view> |
| | | <view class="content"> |
| | | <navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color" |
| | |
| | | name: 'stockQuery', |
| | | color: 'blue', |
| | | cuIcon: 'searchlist' |
| | | }, |
| | | { |
| | | title: '退出登录', |
| | | name: 'logOut', |
| | | color: 'grey', |
| | | cuIcon: 'exit' |
| | | }] |
| | | } |
| | | }, |