Selaa lähdekoodia

修改提示语

chendeben 1 vuosi sitten
vanhempi
sitoutus
b2acb4d2b4

+ 1 - 1
entry/src/main/ets/pages/SettingPage.ets

@@ -1463,7 +1463,7 @@ export struct SettingPage {
       autoCancel: false,
       backCancel: true,
       contentBuilder: () => {
-        this.customVipBuilder("该功能需开通赞助功能,非常感谢您的支持!")
+        this.customVipBuilder("该功能需开通会员,非常感谢您的支持!")
       },
       buttons: [],
     })

+ 1 - 1
entry/src/main/ets/view/LocalMusic.ets

@@ -7180,7 +7180,7 @@ export struct LocalMusic {
       autoCancel: false, //点击遮障层时,不关闭弹窗
       backCancel: true, //点击返回键,不关闭弹窗
       contentBuilder: () => {
-        this.customVipBuilder("该功能需开通赞助功能,非常感谢您的支持!")
+        this.customVipBuilder("该功能需开通会员,非常感谢您的支持!")
       },
       buttons: [],
     })