| | |
| | | <!-- <u-empty text="暂未开放" mode="list" style="width: 90%; top: 30%;left: 5%; position: absolute; "></u-empty> --> |
| | | <!-- u-search class="searchbg" shape="true" bg-color="rgba(255, 255, 255, 0.5)" placeholder="请输入名称" :show-action="false" |
| | | :style="{top: topheight+'px',position: 'absolute',width: '50%',left: '25%'}"></u-search> --> |
| | | <tagCom v-show="lock==true" @goAchor="goAchor"></tagCom> |
| | | <tagCom v-show="lock==true" @goAchor="goAchor" @toposition="toposition"></tagCom> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | |
| | | }, |
| | | methods: { |
| | | |
| | | toposition(e){ |
| | | this.$emit('toposition',e); |
| | | }, |
| | | goAchor() { |
| | | // this.isAchor = true |
| | | this.lock = false |