|  | @@ -890,7 +890,8 @@ export default defineComponent({
 | 
											
												
													
														|  |                            // useThrottleFn(() => {
 |  |                            // useThrottleFn(() => {
 | 
											
												
													
														|  |                            //   handlePreAndNext('up')
 |  |                            //   handlePreAndNext('up')
 | 
											
												
													
														|  |                            // }, 300)
 |  |                            // }, 300)
 | 
											
												
													
														|  | -                          onChangeSwiper('up')
 |  | 
 | 
											
												
													
														|  | 
 |  | +                          // onChangeSwiper('up')
 | 
											
												
													
														|  | 
 |  | +                          handlePreAndNext('up')
 | 
											
												
													
														|  |                          }}
 |  |                          }}
 | 
											
												
													
														|  |                        >
 |  |                        >
 | 
											
												
													
														|  |                          <img src={iconUp} />
 |  |                          <img src={iconUp} />
 | 
											
										
											
												
													
														|  | @@ -908,7 +909,8 @@ export default defineComponent({
 | 
											
												
													
														|  |                            //   console.log('click down pass')
 |  |                            //   console.log('click down pass')
 | 
											
												
													
														|  |                            //   handlePreAndNext('down')
 |  |                            //   handlePreAndNext('down')
 | 
											
												
													
														|  |                            // }, 300)
 |  |                            // }, 300)
 | 
											
												
													
														|  | -                          onChangeSwiper('down')
 |  | 
 | 
											
												
													
														|  | 
 |  | +                          // onChangeSwiper('down')
 | 
											
												
													
														|  | 
 |  | +                          handlePreAndNext('down')
 | 
											
												
													
														|  |                          }}
 |  |                          }}
 | 
											
												
													
														|  |                        >
 |  |                        >
 | 
											
												
													
														|  |                          <span style={{ textAlign: 'center' }}>下一个</span>
 |  |                          <span style={{ textAlign: 'center' }}>下一个</span>
 | 
											
										
											
												
													
														|  | @@ -1000,9 +1002,9 @@ export default defineComponent({
 | 
											
												
													
														|  |              tabActive={popupData.tabActive}
 |  |              tabActive={popupData.tabActive}
 | 
											
												
													
														|  |              itemActive={popupData.itemActive}
 |  |              itemActive={popupData.itemActive}
 | 
											
												
													
														|  |              onHandleSelect={(res: any) => {
 |  |              onHandleSelect={(res: any) => {
 | 
											
												
													
														|  | -              onChangeSwiper('change', res.itemActive)
 |  | 
 | 
											
												
													
														|  | -              // popupData.open = false
 |  | 
 | 
											
												
													
														|  | -              // toggleMaterial(res.itemActive)
 |  | 
 | 
											
												
													
														|  | 
 |  | +              // onChangeSwiper('change', res.itemActive)
 | 
											
												
													
														|  | 
 |  | +              popupData.open = false
 | 
											
												
													
														|  | 
 |  | +              toggleMaterial(res.itemActive)
 | 
											
												
													
														|  |              }}
 |  |              }}
 | 
											
												
													
														|  |            />
 |  |            />
 | 
											
												
													
														|  |          </Popup>
 |  |          </Popup>
 |