fix: pengyouquan yulan
This commit is contained in:
@@ -62,3 +62,14 @@ export function getDeviceInfo() {
|
||||
appId: "69665538a49b8ae3be50fe5d",
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* 判断是否处于朋友圈单页模式
|
||||
*/
|
||||
export function isSinglePageMode() {
|
||||
// #ifdef MP-WEIXIN
|
||||
const launchOptions = uni.getLaunchOptionsSync();
|
||||
return launchOptions.scene === 1154;
|
||||
// #endif
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user