xiaohaizhao 1 年之前
父节点
当前提交
a085ff9553
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      packageA/affiche/detail.vue
  2. 1 1
      packageA/affiche/index.vue
  3. 1 1
      packageA/dailyYttendance/index.vue

+ 1 - 1
packageA/affiche/detail.vue

@@ -57,7 +57,7 @@ export default {
         }
     },
     onLoad(options) {
-        wx.setNavigationBarTitle({
+        uni.setNavigationBarTitle({
             title: this.getApps('资料库', '/packageA/affiche/detail').remark || '企业公告',
         });
         this.sat_noticeid = options.id;

+ 1 - 1
packageA/affiche/index.vue

@@ -63,7 +63,7 @@ export default {
         }
     },
     onLoad() {
-        wx.setNavigationBarTitle({
+        uni.setNavigationBarTitle({
             title: this.getApps('资料库', '/packageA/affiche/index').remark || '企业公告',
         });
         this.getTypes()

+ 1 - 1
packageA/dailyYttendance/index.vue

@@ -62,7 +62,7 @@ export default {
         }
     },
     onLoad() {
-        wx.setNavigationBarTitle({
+        uni.setNavigationBarTitle({
             title: this.getApps('资料库', '/packageA/dailyYttendance/index').remark || '每日一签',
         });
         this.viewDate = this.formatTime().split(" ")[0]