فهرست منبع

首页课程开发

tanxue 3 سال پیش
والد
کامیت
e6c4e13f73
1فایلهای تغییر یافته به همراه8 افزوده شده و 2 حذف شده
  1. 8 2
      pages/index.vue

+ 8 - 2
pages/index.vue

@@ -613,8 +613,14 @@
       },
       },
 
 
       applyFun() {
       applyFun() {
-        this.telDl = true;
-        this.sliderFun();
+        var browserWidth=document.documentElement.clientWidth;
+        if(browserWidth <= 768){
+          this.$router.push({ name: 'CourseDevelopPhone', query: {pageName: 'shouye',} });
+        }else{
+          this.telDl = true;
+          this.sliderFun();
+        }
+
       },
       },
 
 
       dialogSave(){
       dialogSave(){