浏览代码

生日修改

shish 11 月之前
父节点
当前提交
0d86f2cbea
共有 1 个文件被更改,包括 7 次插入8 次删除
  1. 7 8
      hdPad/src/pages/home/custom.vue

+ 7 - 8
hdPad/src/pages/home/custom.vue

@@ -12,9 +12,14 @@
                 <customInfo ref="customInforRef" :selectCustomId="selectCustomId" @goBalance="goBalance" @changeBirthday="changeBirthday"></customInfo>
                 <customInfo ref="customInforRef" :selectCustomId="selectCustomId" @goBalance="goBalance" @changeBirthday="changeBirthday"></customInfo>
             </view>
             </view>
             <view class="custom-asset" v-if="showIndex == 0"></view>
             <view class="custom-asset" v-if="showIndex == 0"></view>
-            <view class="custom-asset balance" v-if="showIndex == 1">
+            <view class="custom-asset" v-if="showIndex == 1">
                 <balanceChange ref="balanceChangeRef" :customId="selectCustomId"></balanceChange>
                 <balanceChange ref="balanceChangeRef" :customId="selectCustomId"></balanceChange>
             </view>
             </view>
+
+            <view class="custom-asset" v-if="showIndex == 2">
+
+            </view>
+
         </view>
         </view>
     </view>
     </view>
 </view>
 </view>
@@ -35,7 +40,7 @@ export default {
             currentJobType:'custom',
             currentJobType:'custom',
             currentJobId:0,
             currentJobId:0,
             selectCustomId:0,
             selectCustomId:0,
-            showIndex:0
+            showIndex:0,//0操作按钮 1余额变动 2修改生日
         }
         }
     },
     },
     computed: {
     computed: {
@@ -122,12 +127,6 @@ export default {
     }
     }
     & .custom-asset{
     & .custom-asset{
         flex: 32;
         flex: 32;
-        
-        &.balance {
-            display: flex;
-            flex-direction: column;
-            padding: 0;
-        }
     }
     }
 }
 }
 </style>
 </style>