浏览代码

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 => {