chending1994 před 4 roky
rodič
revize
af03bfa43c
2 změnil soubory, kde provedl 7 přidání a 8 odebrání
  1. 2 2
      src/main.js
  2. 5 6
      src/pages/omo/component/down.vue

+ 2 - 2
src/main.js

@@ -12,8 +12,8 @@ import $mSettingConfig from '@/config/setting.config.js';
 import $mFormRule from '@/config/formRule.config.js';
 import $mGraceChecker from '@/utils/graceChecker';
 
-// import Vconsole from 'vconsole'
-// new Vconsole()
+import Vconsole from 'vconsole'
+new Vconsole()
 
 Vue.prototype.$http = http;
 Vue.prototype.$mStore = store;

+ 5 - 6
src/pages/omo/component/down.vue

@@ -2,7 +2,7 @@
   <view class="down">
     <view class="head">
       <view class="head-top">
-        <image src="/static/img/course/bg_head.png" mode="" />
+        <image src="/static/img/common/bg_head.png" mode="" />
       </view>
       <view class="title">
         <image class="img-title" src="/static/img/omo/head_title_down.png" mode="aspectFill" />
@@ -50,7 +50,7 @@ export default {
           desc: '家庭',
           imgUrl: require('@/static/img/omo/down_01.png'),
           appid: 'wxeb44a864bdd935be',
-          apkName: 'com.zaojiao.app.parent',
+          apkName: 'com.zaojiao.app',
           extinfo: ''
         },
         {
@@ -58,11 +58,11 @@ export default {
           desc: '幼儿园',
           imgUrl: require('@/static/img/omo/down_02.png'),
           appid: 'wxf6e96c65ba6116d4',
-          apkName: 'com.zaojiao.app',
+          apkName: 'com.zaojiao.app.parent',
           extinfo: ''
         }
       ],
-      conntent: '<div class="btn" style="width:100%; min-height:28px; display:block; font-size:14px;color: #ffffff;">打开app</div>',
+      conntent: '<div style="width:100%; min-height:28px; display:block; font-size:14px;color: #ffffff;">打开app</div>',
     }
   },
   components: {
@@ -147,7 +147,6 @@ export default {
             font-weight: 500;
             color: #04040A;
             line-height: 36upx;
-            // filter: blur(10upx);
           }
           .btn-arrow {
             margin-left: 8upx;
@@ -160,7 +159,7 @@ export default {
             right: 100upx;
             top: 0;
             left: 0;
-            opacity: 0;
+            // opacity: 0;
             overflow: hidden;
           }
         }