sunlupeng 1 year ago
parent
commit
9df6c45e1f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      src/views/HomeView/Game.vue
  2. 1 1
      src/views/HomeView/SignIn.vue

+ 1 - 0
src/views/HomeView/Game.vue

@@ -20,6 +20,7 @@ export default{
   data() {
     return {
             src: this.$route.query.url ? this.$route.query.url : '', //需要加载的子页面url
+            // src: 'http://192.168.100.94:8080',
             actId:this.$route.query.actId
         };
   },

+ 1 - 1
src/views/HomeView/SignIn.vue

@@ -15,7 +15,7 @@
                 </div>
               </div>
               <div class="figure-card">
-                <div class="figure" style="color: #1e80ff;">{{ continuousSignCount }}</div>
+                <div class="figure" style="color: #1e80ff;">{{ continuousSignCount?continuousSignCount:0 }}</div>
                 <div class="attention">
                   <span class="text">本月连续签到天数</span>
                 </div>