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