浏览代码

Merge branch '2025北京诚祥App' of https://gogs.mtavip.com/wangguoyu/uniProject into 2025北京诚祥App

tanxue 2 周之前
父节点
当前提交
2d35db0235
共有 2 个文件被更改,包括 23 次插入0 次删除
  1. 7 0
      pages.json
  2. 16 0
      pages/admin/Hetong/Hetong.vue

+ 7 - 0
pages.json

@@ -273,6 +273,13 @@
 			{
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path" : "pages/admin/Hetong/Hetong",
+			"style" : 
+			{
+				"navigationBarTitleText" : ""
+			}
 		}
 	],
 	"tabBar": {

+ 16 - 0
pages/admin/Hetong/Hetong.vue

@@ -0,0 +1,16 @@
+<template>
+	<view class="phone-zjzgs-page">
+		<view class="icon-title-navBar-box">
+			<view @click="goUpPage" class="nav-bar-icon"></view>
+			<text class="nav-bar-title">子家政公司</text>
+		</view>
+	</view>
+</template>
+
+<script setup>
+
+</script>
+
+<style>
+
+</style>