|
@@ -17,13 +17,6 @@
|
|
:clearable="false" :customStyle="inputStyle" />
|
|
:clearable="false" :customStyle="inputStyle" />
|
|
</view>
|
|
</view>
|
|
</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="margin: 40rpx 28rpx;">
|
|
<view style="font-size: 28rpx;margin-bottom: 20rpx;">服务简介</view>
|
|
<view style="font-size: 28rpx;margin-bottom: 20rpx;">服务简介</view>
|
|
@@ -101,12 +94,6 @@
|
|
url:'modifypassword'
|
|
url:'modifypassword'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- //标签管理
|
|
|
|
- doctorLabel(){
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url:'doctor_label'
|
|
|
|
- })
|
|
|
|
- },
|
|
|
|
//退出登录
|
|
//退出登录
|
|
edit(){
|
|
edit(){
|
|
let that = this
|
|
let that = this
|