Rx goods supported / Product detail multi-specification added / "window" in fetch removed

This commit is contained in:
Vion
2022-01-22 19:20:04 +08:00
parent 79ff28e63d
commit c6267a73ee
10 changed files with 222 additions and 239 deletions

View File

@@ -224,7 +224,7 @@ export default {
});
},
userinter(){
let user= this.checkIsLogin();
let user= this.$store.state.userInfo;
if(!user){
this.$message({
type: 'warning',
@@ -377,9 +377,10 @@ obligation(item,index){
}
},
mounted() {
this.checkIsLogin();
let userwidth=0;
this.ifadroind();
let user= this.checkIsLogin();
let user= this.$store.state.userInfo;
if(user){
this.userid=user.data;
this.islogin=false;