|
@@ -224,7 +224,7 @@ const attentionBtn = () => {
|
|
if (res.Data.GoFollow) {
|
|
if (res.Data.GoFollow) {
|
|
Dialog.confirm({
|
|
Dialog.confirm({
|
|
title: "作者关注成功",
|
|
title: "作者关注成功",
|
|
- message: "想要及时获取该作者新发报告时的消息推送,请关注【弘则研究】公众号",
|
|
|
|
|
|
+ message: "想要及时获取该作者的报告更新提示,请关注【查研观向小助手】公众号",
|
|
confirmButtonColor: "#fff",
|
|
confirmButtonColor: "#fff",
|
|
confirmButtonText: "去关注",
|
|
confirmButtonText: "去关注",
|
|
cancelButtonColor: "#fff",
|
|
cancelButtonColor: "#fff",
|
|
@@ -241,7 +241,7 @@ const attentionBtn = () => {
|
|
} else {
|
|
} else {
|
|
Dialog.alert({
|
|
Dialog.alert({
|
|
title: "",
|
|
title: "",
|
|
- message: "作者关注成功,该作者发布新的报告时,【弘则研究】公众号会为您推送微信消息提醒",
|
|
|
|
|
|
+ message: "作者关注成功,请关注【查研观向小助手】公众号,及时获取作者的报告更新提示",
|
|
confirmButtonColor: "#3385FF",
|
|
confirmButtonColor: "#3385FF",
|
|
confirmButtonText: "知道了",
|
|
confirmButtonText: "知道了",
|
|
});
|
|
});
|