@@ -203,6 +203,8 @@ Component({
title: res.msg,
icon: "none"
});
+
+ if (!res.data.isrepeat) return handle()
if (res.data.items.length) {
wx.showModal({
title: '提示',
@@ -219,6 +221,7 @@ Component({
handle()
}
})
function handle() {