|
@@ -841,14 +841,11 @@ export default {
|
|
remindPrint().then((res) => {
|
|
remindPrint().then((res) => {
|
|
console.log(res);
|
|
console.log(res);
|
|
this.opentitel = res.msg;
|
|
this.opentitel = res.msg;
|
|
- var tarr = Cookies.get("tixing");
|
|
|
|
if (res.num == 0) {
|
|
if (res.num == 0) {
|
|
- if (tarr) {
|
|
|
|
this.open6 = false;
|
|
this.open6 = false;
|
|
- } else {
|
|
|
|
- this.open6 = true;
|
|
|
|
|
|
+ }else{
|
|
|
|
+ this.open6 = true;
|
|
Cookies.set("tixing", "true");
|
|
Cookies.set("tixing", "true");
|
|
- }
|
|
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|