“yueshang” 1 rok pred
rodič
commit
ce96f621af

+ 2 - 2
pagesA/fire/check_active/add_check/add_check.vue

@@ -157,7 +157,7 @@
 									</u-checkbox>
 								</u-checkbox-group>
 							</view>
-						</view>
+					</view>
 					</scroll-view>
 				</view>
 			</u-popup>
@@ -680,7 +680,7 @@
 						if (!height2 || (_this.scrollHeight >= height1 && _this.scrollHeight < height2)) {
 							_this.categoryActive = i;
 							_this.diff > 0 && (_this.scrollLeftTop = Math.round((_this.categoryActive * _this
-								.diff) / (this.list.length - 1)));
+								.diff) / (_this.list.length - 1)));
 							return false;
 						}
 					}

+ 2 - 1
pagesA/fire/metting_regsiter/metting_sigin.vue

@@ -479,9 +479,10 @@
 		line-height: 100rpx;
 		color: white;
 		background-color: #4EB0B5;
-		position: absolute;
+		position: fixed;
 		bottom: 40rpx;
 		right: 60rpx;
+		z-index:99;
 	}
 
 	.cardBox {