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