This commit is contained in:
xiaoaojiao
2025-12-31 19:55:14 +08:00
parent d9e57da34a
commit cf878b87cf

View File

@@ -20,7 +20,7 @@ const startNow = () => {
if (isWeixinPlatform()) { if (isWeixinPlatform()) {
wx.miniProgram.navigateTo({ url: sanchongURL }) wx.miniProgram.navigateTo({ url: sanchongURL })
} else { } else {
weui.alert("请前往「泸州老窖会员中心」小程序进行查询") weui.alert("请前往「国窖荟」小程序进行查询")
} }
} }