更新
This commit is contained in:
parent
e3313c0db8
commit
e622c0b763
@ -542,7 +542,9 @@ import { Toast } from '../../../libs/uniApi';
|
|||||||
long: e.longitude,
|
long: e.longitude,
|
||||||
});
|
});
|
||||||
this.$nextTick(()=>{
|
this.$nextTick(()=>{
|
||||||
this.storeMerchantList();
|
setTimeout(()=>{
|
||||||
|
this.storeMerchantList(true);
|
||||||
|
}, 200)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -22,7 +22,7 @@ const state = {
|
|||||||
},
|
},
|
||||||
'CAMERA': {
|
'CAMERA': {
|
||||||
title: "相机/存储空间/照片权限说明",
|
title: "相机/存储空间/照片权限说明",
|
||||||
content: "便于您使用该功能上传您的照片/图片/视频及用于更换头像、发布评论/分享、下载、与客服沟通等场景中读取和写入相册和文件内容。",
|
content: "便于您使用该功能上传您的照片/图片/视频及用于更换头像、发布评论/分享、下载、扫描二维码、与客服沟通等场景中读取和写入相册和文件内容。",
|
||||||
methods: 'SET_CAMERA'
|
methods: 'SET_CAMERA'
|
||||||
},
|
},
|
||||||
'CALL_PHONE': {
|
'CALL_PHONE': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user