|
@@ -46,7 +46,6 @@ var cmSysVitaMixins = function () {
|
|
|
let _self = this;
|
|
|
const globalUserData = JSON.parse(localStorage.getItem('userInfo'));
|
|
|
if(globalUserData){ this.cmSysParams.userId = globalUserData.userId * 1; }
|
|
|
- console.log('handlearticleId',this.handlearticleId)
|
|
|
if( this.productIds.includes(this.handleProsId*1) ||
|
|
|
this.shopIds.includes(this.handleShopId*1) ||
|
|
|
this.articleIds.includes(this.handlearticleId*1) ||
|