|
@@ -307,7 +307,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- console.log("2024-04-23");
|
|
|
const regExp = /Android|webOS|iPhone|BlackBerry|IEMobile|Opera Mini/i;
|
|
|
this.isPhone = regExp.test(navigator.userAgent) && window.innerWidth < 860;
|
|
|
this.showMenu = !(
|
|
@@ -347,6 +346,7 @@ export default {
|
|
|
getContent(MethodName, data).then((res) => {
|
|
|
this.showContent = true;
|
|
|
_this.name = res.name;
|
|
|
+ sessionStorage.setItem("Bookdetail", JSON.stringify(res));
|
|
|
});
|
|
|
} else {
|
|
|
_this.$message({
|