|
@@ -7,9 +7,11 @@ const cmSrsMixins = {
|
|
handleShopId: 0,
|
|
handleShopId: 0,
|
|
handleProsKey: '',
|
|
handleProsKey: '',
|
|
handleShopKey: '',
|
|
handleShopKey: '',
|
|
- productIds:[7247,7248],//Ross 商品ID集合
|
|
|
|
- shopIds:[1378],// Ross 供应商Id
|
|
|
|
- keyWords: ['Binary Premium', '智能体疗管理系统', '448k', '肌肉重塑疗法', '西班牙ROSS', 'ROSS','智能体疗'], // Ross 搜索商品关键词 集合
|
|
|
|
|
|
+ productIds: [7247, 7248], //Ross 商品ID集合
|
|
|
|
+ shopIds: [1378], // Ross 供应商Id
|
|
|
|
+ keyWords: ['Binary Premium', '智能体疗管理系统', '448k', '肌肉重塑疗法', '西班牙ROSS', 'ROSS', '智能体疗', '西班牙Ross', 'Ross',
|
|
|
|
+ '西班牙ross', 'ross',
|
|
|
|
+ ], // Ross 搜索商品关键词 集合
|
|
shopKeyWords: ['深圳艾斯佰丽生物科技有限公司', '艾斯佰丽'],
|
|
shopKeyWords: ['深圳艾斯佰丽生物科技有限公司', '艾斯佰丽'],
|
|
showRossHtml: false,
|
|
showRossHtml: false,
|
|
isDisabled: true
|
|
isDisabled: true
|
|
@@ -32,10 +34,10 @@ const cmSrsMixins = {
|
|
// 查看用户是否有过弹框游客当天是否有过弹框
|
|
// 查看用户是否有过弹框游客当天是否有过弹框
|
|
this.UserService.userInformationIsClick()
|
|
this.UserService.userInformationIsClick()
|
|
.then(response => {
|
|
.then(response => {
|
|
- if(response.data){
|
|
|
|
- setTimeout(()=>{
|
|
|
|
|
|
+ if (response.data) {
|
|
|
|
+ setTimeout(() => {
|
|
this.showRossHtml = true
|
|
this.showRossHtml = true
|
|
- },5000)
|
|
|
|
|
|
+ }, 5000)
|
|
}
|
|
}
|
|
})
|
|
})
|
|
.catch(error => {
|
|
.catch(error => {
|