fei.wang
7 天以前 645834e1c3efb3a8c50dcbda98d87caba04bd421
pages/index/equipment.vue
@@ -59,7 +59,7 @@
      <!-- <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>
@@ -153,7 +153,9 @@
      },
      methods: {
toposition(e){
            this.$emit('toposition',e);
         },
         goAchor() {
            // this.isAchor = true
            this.lock = false