cmy il y a 2 ans
Parent
commit
4c6d1f143c
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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 => {