<template>
    <div class="noWechat-page">
      请在微信浏览器中打开
      <img src="https://static-cdn.changchangenglish.com/new-sing/static/imagesnoWechat.png">
    </div>
</template>

<script>
    export default {
        name: "noWechat"
    }
</script>

<style scoped>
  img{
    width: 100%;
  }
  .noWechat-page{
    text-align: center;
    font-size: 18px;
    color: #888888;
  }
</style>