13404089107
2025-02-24 a042dd4ca4ceb0671e135a96fdfe44cf32415fa1
H5/pages/index/index.vue
@@ -95,12 +95,15 @@
         </view>
      </view>
      <popupCertificate :show="isClick"></popupCertificate>
      <popupCertificate :show="isClick" @onCancel="isClick=false"></popupCertificate>
   </view>
</template>
<script>
   import popupCertificate from '../components/certificate/certificate.vue'
   import {
      getBanner
   } from './service.js'
   export default {
      components: {
         popupCertificate
@@ -114,15 +117,20 @@
         }
      },
      onLoad() {
this.getBanner()
      },
      methods: {
         getBanner(){
            getBanner().then(resp=>{
               console.log(resp,'获取banner');
            })
         },
         change() {
            console.log('1111');
         },
         onClick() {
            this.isClick = !this.isClick
            this.isClick = true
            console.log('this.isClick', this.isClick);
         },
         goTopage() {