소스 검색

2023-5-10

cmy 2 년 전
부모
커밋
4c6d1f143c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      pages/user/model/mymodellist.vue

+ 5 - 0
pages/user/model/mymodellist.vue

@@ -61,6 +61,7 @@
 		methods: {
 			// 设为默认
 			setmodel(item) {
+				const that = this;
 				setShowTemplate({
 						show_template_id: item.show_template_id
 					})
@@ -69,6 +70,10 @@
 						uni.showToast({
 							title:res.msg
 						})
+						that.navList.orderList=[];
+						that.navList.page=1;
+						that.navList.loadingType='more';
+						that.getList();
 					})
 					.catch(e => {