订单倒计时

This commit is contained in:
@fawn-nine
2023-10-10 17:41:07 +08:00
parent 96f7e499db
commit 9a5afe03d3
15 changed files with 575 additions and 56 deletions

View File

@@ -366,7 +366,8 @@
},
//方法
methods: {
...mapMutations(['setUserInfo']),
...mapMutations(['setUserInfo']),
// ...mapMutations(['setLoadingShow']),
// 获取商品标签
getTags() {
this.loadingNow = false
@@ -408,8 +409,8 @@
}else{
this.tjProList = []
this.totalPage = 0
}
}).catch(e => {
}
}).catch(e => {
console.log(e,'e')
});
},