@@ -101,6 +101,17 @@
取消
+
+
+
+
+
+
+
diff --git a/root/person/info.vue b/root/person/info.vue
index a5e4e25..c4d3d5f 100644
--- a/root/person/info.vue
+++ b/root/person/info.vue
@@ -1,9 +1,9 @@
-
+
-
+
@@ -72,12 +72,22 @@ export default {
],
menuActive: 0,
reset: true,
+ showTabs: true,
};
},
onLoad(options) {
let that = this;
if (options.active) {
that.menuActive = parseInt(options.active);
+ that.showTabs = false;
+ uni.setNavigationBarTitle({
+ title: "企业资料",
+ });
+ } else {
+ that.showTabs = true;
+ uni.setNavigationBarTitle({
+ title: "个人信息",
+ });
}
uni.$on("changePersonDesp", function (data) {
console.log(data.info);