diff --git a/src/components/PopupMore.vue b/src/components/PopupMore.vue index c4a5f5f..a5c2d14 100644 --- a/src/components/PopupMore.vue +++ b/src/components/PopupMore.vue @@ -20,7 +20,7 @@ const startNow = () => { if (isWeixinPlatform()) { wx.miniProgram.navigateTo({ url: sanchongURL }) } else { - weui.alert("请前往「泸州老窖会员中心」小程序进行查询") + weui.alert("请前往「国窖荟」小程序进行查询") } }