优化分享正式用户小程序

This commit is contained in:
gyq
2025-12-26 10:25:07 +08:00
parent c28509474d
commit f7b26cfc70
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ function toMiniApp() {
uni.navigateToMiniProgram({
appId: 'wxd88fffa983758a30',
path: `/userPackage/goodsDetail/goodsDetail?id=${query.id}&shopId=${query.shopId}`,
envVersion: 'trial', // 环境版本release(正式版)、trial(体验版)、develop(开发版)
envVersion: 'release', // 环境版本release(正式版)、trial(体验版)、develop(开发版)
success: () => {},
fail: () => {}
});