소스 검색

修改提示语

chendeben 1 년 전
부모
커밋
b2acb4d2b4
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      entry/src/main/ets/pages/SettingPage.ets
  2. 1 1
      entry/src/main/ets/view/LocalMusic.ets

+ 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: [],
     })