Commit 9a58bae9 by xiexiaoqin

fix: 日程改成安排

parent 8e8eac82
...@@ -94,7 +94,7 @@ create.Page({ ...@@ -94,7 +94,7 @@ create.Page({
// 设置标题 // 设置标题
dd.setNavigationBar({ dd.setNavigationBar({
title: this.$store.data.tabBarIndex == 1 ? '日程' : '动态' title: this.$store.data.tabBarIndex == 1 ? '安排' : '动态'
}); });
//定位 //定位
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment