Преглед изворни кода

ltb 2020年12月15日16:48:34
修改更多设置

老狐\25396 пре 4 година
родитељ
комит
a7c41bbb7e
3 измењених фајлова са 820 додато и 506 уклоњено
  1. 1 7
      pages.json
  2. 0 13
      pages/information/information.vue
  3. 819 486
      pages/service/more.vue

+ 1 - 7
pages.json

xqd
@@ -179,14 +179,8 @@
 			"style": {
 				"navigationBarTitleText": "我的评价"
 			}
-		},
-		/*******医生标签******/
-		{
-			"path": "pages/information/doctor_label",
-			"style": {
-				"navigationBarTitleText": "标签管理"
-			}
 		}
+		
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

+ 0 - 13
pages/information/information.vue

xqd xqd
@@ -17,13 +17,6 @@
 				 :clearable="false" :customStyle="inputStyle" />
 			</view>
 		</view>
-		<!-- 标签 -->
-		<view style="margin: 36rpx 28rpx;font-size: 28rpx;" class="flex align-center justify-between" @click="doctorLabel">
-			<view>标签管理</view>
-			<view class="flex align-center">
-				<u-icon name="arrow-right" color="#C0C0C0"></u-icon>
-			</view>
-		</view>
 		<!-- 服务简介和输入域 -->
 		<view style="margin: 40rpx 28rpx;">
 			<view style="font-size: 28rpx;margin-bottom: 20rpx;">服务简介</view>
@@ -101,12 +94,6 @@
 						url:'modifypassword'
 					})
 				},
-				//标签管理
-				doctorLabel(){
-					uni.navigateTo({
-						url:'doctor_label'
-					})
-				},
 				//退出登录
 				edit(){
 					let that = this

Разлика између датотеке није приказан због своје велике величине
+ 819 - 486
pages/service/more.vue


Неке датотеке нису приказане због велике количине промена