Parcourir la source

修改navtitle

xiaohaizhao il y a 1 an
Parent
commit
f875a753b9
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      packageA/contacts/index.js
  2. 1 1
      packageA/contacts/index.json

+ 1 - 1
packageA/contacts/index.js

@@ -12,7 +12,7 @@ Page({
         }
     },
     onLoad(options) {
-        getApp().globalData.Language.getLanguagePackage(this, '通讯录')
+        getApp().globalData.Language.getLanguagePackage(this, '联系人')
         this.setData({
             active: "联系人"
         })

+ 1 - 1
packageA/contacts/index.json

@@ -4,5 +4,5 @@
         "van-dialog": "@vant/weapp/dialog/index",
         "list": "./modules/list/index"
     },
-    "navigationBarTitleText": "通讯录"
+    "navigationBarTitleText": "联系人"
 }