This commit is contained in:
weipengfei 2024-03-29 18:08:14 +08:00
parent e3313c0db8
commit e622c0b763
2 changed files with 4 additions and 2 deletions

View File

@ -542,7 +542,9 @@ import { Toast } from '../../../libs/uniApi';
long: e.longitude,
});
this.$nextTick(()=>{
this.storeMerchantList();
setTimeout(()=>{
this.storeMerchantList(true);
}, 200)
})
}
})

View File

@ -22,7 +22,7 @@ const state = {
},
'CAMERA': {
title: "相机/存储空间/照片权限说明",
content: "便于您使用该功能上传您的照片/图片/视频及用于更换头像、发布评论/分享、下载、与客服沟通等场景中读取和写入相册和文件内容。",
content: "便于您使用该功能上传您的照片/图片/视频及用于更换头像、发布评论/分享、下载、扫描二维码、与客服沟通等场景中读取和写入相册和文件内容。",
methods: 'SET_CAMERA'
},
'CALL_PHONE': {