@@ -101,7 +101,8 @@
}
},
onLoad() {
- console.log(this.$Static)
+ this.modallayer = false
+ this.InitAuthorize()
computed: {
...mapState(['hasLogin','userInfo','identity','isActivity'])
@@ -146,7 +147,7 @@
GetHomeProductList(){//初始化首页商品数据
this.ProductService.QueryProductList(
{
- pageNum:this.pageNum,
+ pageNum:1,
pageSize:this.pageSize,
)
@@ -262,8 +263,7 @@
onShow(){
- this.modallayer = false
- this.InitAuthorize()
+
</script>