feat:V2.5.3 修改下载分享弹窗问题、新增连连看
This commit is contained in:
@@ -61,10 +61,9 @@ export function recordShareSuccess(): void {
|
||||
* @returns true表示需要显示分享引导,false表示不需要
|
||||
*/
|
||||
export function shouldShowShareGuide(): boolean {
|
||||
// TODO: 开启分享引导
|
||||
return false;
|
||||
// 如果今天已经分享过,不需要显示引导
|
||||
if (hasSharedToday()) {
|
||||
const env = getApp().globalData.env;
|
||||
if (env === 'develop' || hasSharedToday()) {
|
||||
return false;
|
||||
}
|
||||
// 如果今天已经下载过,需要显示引导
|
||||
|
||||
Reference in New Issue
Block a user