panhui 3 年之前
父節點
當前提交
4c54b20215
共有 9 個文件被更改,包括 13 次插入18 次删除
  1. 二進制
      .DS_Store
  2. 二進制
      src/.DS_Store
  3. 1 1
      src/main.js
  4. 二進制
      src/native/.DS_Store
  5. 二進制
      src/native/tabbar/.DS_Store
  6. 二進制
      src/native/tabbar/tab2-1.png
  7. 二進制
      src/native/tabbar/tab2-2.png
  8. 9 13
      src/pages/home.vue
  9. 3 4
      src/pages/my.vue

二進制
.DS_Store


二進制
src/.DS_Store


+ 1 - 1
src/main.js

@@ -65,7 +65,7 @@ export default {
                 },
                 {
                     pagePath: 'pages/home',
-                    text: '团队房间',
+                    text: '个人房间',
                     iconPath: 'native/tabbar/tab2-2.png',
                     selectedIconPath: 'native/tabbar/tab2-1.png'
                 },

二進制
src/native/.DS_Store


二進制
src/native/tabbar/.DS_Store


二進制
src/native/tabbar/tab2-1.png


二進制
src/native/tabbar/tab2-2.png


+ 9 - 13
src/pages/home.vue

@@ -15,7 +15,7 @@
                     <img src="../native/shop.png" alt="" />
                     <span>{{ list.storeName || '暂无门店' }}</span>
                 </div>
-                <div class="info">{{ list.roomName + '室' }}</div>
+                <div class="info">{{ list.roomName }}</div>
             </div>
         </div>
         <div class="continer">
@@ -150,17 +150,13 @@ export default {
             this.list = res;
             if (this.list.checkInType === 'INDIVIDUAL') {
                 wx.setTabBarItem({
-                    index: 0,
-                    text: '个人房间',
-                    iconPath: 'native/tabbar/tabbar_icon_01@3x (1).png',
-                    selectedIconPath: 'native/tabbar/tabbar_icon_01@3x.png'
+                    index: 1,
+                    text: '个人房间'
                 });
             } else {
                 wx.setTabBarItem({
-                    index: 0,
-                    text: '团队房间',
-                    iconPath: 'native/tabbar/tabbar_icon_01@3x (1).png',
-                    selectedIconPath: 'native/tabbar/tabbar_icon_01@3x.png'
+                    index: 1,
+                    text: '团队房间'
                 });
             }
             this.$store.dispatch('updateRoomInfo');
@@ -205,16 +201,16 @@ export default {
             }
         }
         .info {
-            min-width: 100px;
             color: #ffffff;
             text-align: center;
-            font-size: 13px;
+            font-size: 16px;
+            font-weight: bold;
             line-height: 36px;
             height: 36px;
-            background: rgba(255, 255, 255, 0.16);
+            background: rgba(255, 255, 255, 0.3);
             border-radius: 8px;
             margin: 20px 0 10px 50px;
-            padding: 0 10px;
+            padding: 0 20px;
             display: inline-block;
         }
     }

+ 3 - 4
src/pages/my.vue

@@ -418,7 +418,6 @@ export default {
     padding: 0 20px;
     &.deposit1 {
         left: 0;
-        width: 100%;
     }
     .deposit-money {
         .flex();
@@ -426,9 +425,9 @@ export default {
     .jump {
         .flex();
         .jump-img {
-            width: 24px;
-            height: 24px;
-            margin: 2px 0 0 2px;
+            width: 6px;
+            height: 10px;
+            margin: 0 0 0 6px;
         }
     }
 }