feat:V2.5.3 修改下载分享弹窗问题、新增连连看

This commit is contained in:
R524809
2025-12-17 18:00:22 +08:00
parent 4a3ad82d08
commit a8ed4a2cfc
11 changed files with 700 additions and 6 deletions
+6
View File
@@ -11,6 +11,12 @@ App<IAppOption>({
onLaunch() {
const accountInfo = wx.getAccountInfoSync();
const env = accountInfo.miniProgram.envVersion || 'release';
/**
* 设置环境变量
* 开发环境:develop
* 体验环境:trial
* 正式环境:release
*/
this.globalData.env = env;
// 从 localStorage 读取 UUID,如果没有则生成并存储