
<!DOCTYPE html>

<script>alert('您暂时不能浏览该页面，请先登录');location.href='login.html';</script><html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  <title>优化文章后台</title>
  <link rel="stylesheet" href="layui/css/layui.css">
  <script src="layui/layui.js"></script>
  <script type="text/javascript" src="js/jquery.min.js"></script>
  <script src="js/wz.js"></script>
  <script src="ueditor/ueditor.config.js"></script>
  <script src="ueditor/ueditor.all.min.js"></script>
</head>
<body>
<div class="layui-layout layui-layout-admin">
  <div class="layui-header ">
    <div class="layui-logo layui-hide-xs layui-bg-black">川蜀优化</div>
    <!-- 头部区域（可配合layui 已有的水平导航） -->
    <ul class="layui-nav  layui-layout-left">
      <!-- 移动端显示 -->
      <li class="layui-nav-item layui-show-xs-inline-block layui-hide-sm" lay-header-event="menuLeft">
        <i class="layui-icon layui-icon-spread-left"></i>
      </li>
      
      <li class="layui-nav-item layui-hide-xs"><a href="index.php">首页</a></li>
      <li class="layui-nav-item layui-hide-xs"><a href="addwz.php">发布文章</a></li>
    
    </ul>
    <ul class="layui-nav layui-layout-right">
      <li class="layui-nav-item layui-hide layui-show-md-inline-block">
        <a href="javascript:;">
          <img src="images/logo.png" class="layui-nav-img">
           
        </a>
        <dl class="layui-nav-child">
          <dd><a href="">个人中心</a></dd>
          <dd><a href="">设置</a></dd>
          <dd><a href="login.html">退出</a></dd>
        </dl>
      </li>
      <li class="layui-nav-item" lay-header-event="menuRight" lay-unselect>
        <a href="javascript:;">
          <i class="layui-icon layui-icon-more-vertical"></i>
        </a>
      </li>
    </ul>
  </div>
  
  <div class="layui-side layui-bg-black">
    <div class="layui-side-scroll">
      <!-- 左侧导航区域（可配合layui已有的垂直导航） -->
      <ul class="layui-nav layui-nav-tree" lay-filter="test">
        <li class="layui-nav-item layui-nav-itemed">
          <a class="" href="javascript:;">小程序</a>
          <dl class="layui-nav-child">
            <dd><a href="1.php">1 成都川蜀血管医院 </a></dd>
            <dd><a href="2.php">2 成都川蜀医院 </a></dd>
            <dd><a href="3.php">3 成都川蜀血管病医院康复</a></dd>
			<dd><a href="4.php">4 成都川蜀静脉曲张</a></dd>
			<dd><a href="5.php">5 成都川蜀血管瘤病医院</a></dd>
			<dd><a href="6.php">6 成都川蜀血管研究院</a></dd>
			<dd><a href="7.php">7 成都川蜀血管病研究院</a></dd>
			<dd><a href="8.php">8 成都川蜀血管病医院订阅</a></dd>
			<dd><a href="9.php">9 成都川蜀血管病医院订阅号</a></dd>
			<dd><a href="10.php">10 成都川蜀动脉硬化医院</a></dd>
			<dd><a href="11.php">11 成都川蜀静脉曲张医院</a></dd>
			<dd><a href="12.php">12 贵阳脉通血管医院</a></dd>
			<dd><a href="13.php">13 贵阳脉通糖尿病足医院</a></dd>
			<dd><a href="14.php">14 贵阳脉通动脉硬化医院</a></dd>
			<dd><a href="15.php">15 成都川蜀血管病医院介入科</a></dd>
			<dd><a href="16.php">16 贵阳脉通血管医院康复</a></dd>
			<dd><a href="17.php">17 贵阳脉通静脉曲张医院</a></dd>
            <dd><a href="">the links</a></dd>
          </dl>
        </li>
       <li class="layui-nav-item"><a href="zj.php">成都专家</a></li>
		<li class="layui-nav-item"><a href="gyzj.php">贵阳专家</a></li>
        <li class="layui-nav-item"><a href="zh.php">账号信息</a></li> 
      </ul>
    </div>
  </div>

  <div class="layui-body">
    <!-- 内容主体区域 -->
   <div style='padding: 15px; width: 800px; margin: auto;'>
          <form enctype="multipart/form-data" action="" method="POST">
   	<div class="layui-form-item"><label class="layui-form-label">标题：</label><input type="text" name="title"  required  lay-verify="required" value="坏脚要当心糖尿病并发症糖尿病足" autocomplete="off" class="layui-input"></div>
   	<div class="layui-form-item"><label class="layui-form-label">副标题：</label><input type="text" name="shorttitle"   required  lay-verify="required" value="坏脚要当心糖尿病足" autocomplete="off" class="layui-input"></div>
	<div class="layui-form-item"><label class="layui-form-label">栏目：</label>
	<select name="sel" class="layui-input">
	<option value="" ></option>
	<option value="疾病科普" >疾病科普</option>
	<option value="医院新闻" >医院新闻</option>
	<option value="治疗案例" >治疗案例</option>
	<option value="静脉曲张" >静脉曲张</option>
	<option value="静脉血栓" >静脉血栓</option>
	<option value="动脉硬化" >动脉硬化</option>
	<option value="脉管炎" >脉管炎</option>
	<option value="老烂腿" >老烂腿</option>
	<option value="静脉炎" >静脉炎</option>
	<option value="糖尿病足" >糖尿病足</option>
	<option value="雷诺氏症" >雷诺氏症</option>
	<option value="血管炎" >血管炎</option>
	<option value="血管瘤" >血管瘤</option>
	<option value="肝血管瘤" >肝血管瘤</option>
	<option value="血管畸形" >血管畸形</option>
	<option value="脉管畸形" >脉管畸形</option>
	<option value="动静脉畸形" >动静脉畸形</option>
	<option value="前例腺增生" >前例腺增生</option>
	<option value="肝肾囊肿" >肝肾囊肿</option>
	<option value="子宫肌瘤" >子宫肌瘤</option>
	<option value="子宫腺肌症" >子宫腺肌症</option>
	<option value="盆腔淤血综合征" >盆腔淤血综合征</option>
	
	</select></div>
   	<div class="layui-form-item"><label class="layui-form-label">病种：</label><input type="text" name="zjbz"  placeholder="专家病种-血外/血管瘤"    value="" autocomplete="off" class="layui-input"></div>
	<div class="layui-form-item"><label class="layui-form-label">推荐值：</label><input type="text" name="tj"  placeholder="推荐值"    value="0" autocomplete="off" class="layui-input"></div>
	<div class="layui-form-item"><label class="layui-form-label">摘要：</label><input type="text" name="text" id="title" lay-verify="required" placeholder="摘要" autocomplete="off" class="layui-input"  value="有十几年糖尿病史的张先生出现了并发症，是“糖尿病足”的表现，需要积极手术治疗。否则脚趾会越来越严重，最后可能要截肢，比如继发感染，甚至危及生命"></div>
	<div class="layui-form-item" style="width: 300px;margin-bottom: 1%;"><label class="layui-form-label">缩略图：</label><img src="upload/20220920152232467.png" style="width: 100%;"><input class="layui-btn layui-btn-primary layui-border-green"  type="file" name="imgFile" id="inputImage" accept="image/*" multiple="multiple" onchange="change()" /></div>
   <div class="layui-form-item"><textarea name="content" id="EditorId" placeholder="段落3" class="layui-textarea" ><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　张先生喜欢旅游，退休后去了许多名山大川。他不仅玩得开心，还锻炼了身体。自从几个月前不小心摔断了大脚趾，就一直长不好。在家用碘伏和中草药泡脚也没好。我的溃疡反而越来越大，周围开始变黑。随着症状的加重，他还没走几步就开始小腿酸痛。医院检查后得知，有十几年糖尿病史的张先生出现了并发症，是“糖尿病足”的表现，需要积极手术治疗。否则脚趾会越来越严重，最后可能要截肢，比如继发感染，甚至危及生命。</span></p><p style="margin-top: 0px; margin-bottom: 0em; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; white-space: normal; text-align: center;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.5314685314685315" data-s="300,640" src="https://mmbiz.qpic.cn/mmbiz_png/If1VdkRjOvsEBWCHic6Cyr3hibBXQnatibVqydk7e0S9XJuibcCsegNcqP4k9LicBoR9bQw0Nr8JjnxbAtX5ibmB6YCA/640?wx_fmt=png" data-type="png" data-w="429" data-imgqrcoded="1" style="margin: 0px; padding: 0px; max-width: 100%; height: auto !important; vertical-align: bottom;"/></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;"></span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　糖尿病足是糖尿病患者神经或血管疾病引起的下肢异常的总称，包括感染、溃疡、深部组织破坏等疾病。简而言之，就是因为血糖过高损伤了下肢中小动脉，造成动脉狭窄，管腔变小，血流变慢，甚至动脉堵塞，导致下肢缺血。而糖尿病患者本身就有神经病变，对下肢缺血引起的各种症状(如疼痛)缺乏足够的反应，未能充分重视，导致病情进一步发展，最后缺血的肢体开始感染、溃烂、坏死，甚至截肢。糖尿病足是糖尿病最常见的慢性并发症之一，也是糖尿病患者截肢和致残的主要原因之一。据报道，5%-10%的糖尿病患者会出现不同程度的足部溃疡，如吸烟、高血压、高血脂、肥胖等危险因素，糖尿病足的发病率会成倍增加。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　其实糖尿病足只要能早期发现，积极治疗，是可以很好控制的。如前所述，糖尿病与下肢感染、溃疡、截肢之间存在中间环节——下肢血管狭窄甚至堵塞，这是治疗的重点和难点。但是，患者自己怎么知道是不是狭窄甚至堵塞呢?</span><span style="margin: 0px; padding: 0px; text-align: center;"></span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　一般来说，糖尿病足的第一症状是四肢冰冷麻木，走了一定距离后，小腿疼痛。当这些症状出现时，糖尿病患者就要注意了。此时下肢动脉已经开始变窄，行走疼痛的时间越来越短，甚至休息时小腿隐隐作痛，说明动脉几乎闭塞。如果不治疗，可能会发展成截肢。这个时候我们要做的就是尽快去有血管外科专业的医院进行系统的检查。有经验的血管外科医生可以通过体检判断是否发生了动脉堵塞。可确诊的检查方法有彩超、CT、磁共振成像、血管造影等。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;"><img class="rich_pages wxw-img" data-galleryid="" data-ratio="0.665625" data-s="300,640" src="https://mmbiz.qpic.cn/mmbiz_png/If1VdkRjOvsEBWCHic6Cyr3hibBXQnatibVVaQhCmCFVHXkxalpgCdqc37icaZoWsYV9C2ZBvAQzDXP6vtSTRhGT5A/640?wx_fmt=png" data-type="png" data-w="640" style="margin: 0px; padding: 0px; max-width: 100%; vertical-align: bottom; text-align: center; height: auto !important;"/></span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　糖尿病的表现是感染、溃疡和坏疽。根据溃疡的病因可分为神经缺血性溃疡和混合性溃疡。坏疽的性质可分为三种:湿性坏疽、干性坏疽和混合性坏疽。治疗前对糖尿病足患者进行正确的分类和分级，有助于选择合理的治疗方案和判断预后。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　<strong style="margin: 0px; padding: 0px;">　1、根据溃疡的病因分类</strong></span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(1)神经源性溃疡:神经源性溃疡患者通常足部麻木，感觉异常，皮肤干燥，但皮温正常，足背动脉搏动良好。严重者可发展为神经性关节病(夏科关节病)。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(2)神经缺血性溃疡:既有周围神经病变，又有周围血管病变。糖尿病足患者多是这种。除了神经系统溃疡的症状外，他们还有下肢发冷、间歇性跛行、静息痛等。足背动脉搏动减弱或消失，足部皮肤温度降低，清创换药时创面渗血少。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(3)单纯缺血性溃疡:这类患者无周围神经病变，以缺血性改变为主，少见。只有根据症状、体征和相关检查排除周围神经病变后才能确诊。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><strong style="margin: 0px; padding: 0px;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　2.根据坏疽的性质分类</span></strong></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(1)湿性坏疽:糖尿病湿性坏疽的发病多是由于肢端循环和微循环障碍，常伴有周围神经病变和足部感染，出现红、肿、痛、功能障碍等。严重者常伴有毒血症或败血症等临床表现。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; clear: both; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(2)干性坏疽:糖尿病干坏疽发生率较小，占糖尿病足坏疽的5.0%。多发生于糖尿病患者的肢端动脉和小动脉的动脉粥样硬化，导致管腔狭窄或闭塞，局部血供障碍，最后出现缺血组织的干坏疽。</span></p><p style="margin-top: 0px; margin-bottom: 24px; padding: 0px; min-height: 1em; color: rgb(51, 51, 51); font-family: mp-quote, -apple-system-font, BlinkMacSystemFont, &quot;Helvetica Neue&quot;, &quot;PingFang SC&quot;, &quot;Hiragino Sans GB&quot;, &quot;Microsoft YaHei UI&quot;, &quot;Microsoft YaHei&quot;, Arial, sans-serif; font-size: 17px; text-align: justify; white-space: normal;"><span style="margin: 0px; padding: 0px; font-size: 14px;">　　(3)混合性坏疽:混合性坏疽比干性坏疽略多见，占糖尿病足坏疽的15.2%。四肢局部血供障碍导致干坏疽，而另一部分病变则并发感染。</span></p></textarea></div>
   <!-- <div class="layui-form-item"><input class="layui-btn layui-btn-primary layui-border-green"  type="file" name="imgFile[]" id="inputImage" accept="image/*" multiple="multiple" onchange="change()" /></div>
      -->   <div class="layui-form-item" style="margin-top: 12%;">
             <button class="layui-btn" lay-submit lay-filter="formDemo" name="upd" value="upd">确定</button>
             <button type="reset" class="layui-btn layui-btn-primary">重置</button>
         </div>
       </form>
     </div>
            </div>
  </div>
  
  <div class="layui-footer">
    <!-- 底部固定区域 -->
    底部固定区域
  </div>
</div>

<script>
//JS 
layui.use(['element', 'layer', 'util'], function(){
  var element = layui.element
  ,layer = layui.layer
  ,util = layui.util
  ,$ = layui.$;
  
  //头部事件
  util.event('lay-header-event', {
    //左侧菜单事件
    menuLeft: function(othis){
      layer.msg('展开左侧菜单的操作', {icon: 0});
    }
    ,menuRight: function(){
      layer.open({
        type: 1
        ,content: '<div style="padding: 15px;">处理右侧面板的操作</div>'
        ,area: ['260px', '100%']
        ,offset: 'rt' //右上角
        ,anim: 5
        ,shadeClose: true
      });
    }
  });
  
});
</script>
<script type="text/javascript" charset="utf-8">//初始化编辑器 
       window.UEDITOR_HOME_URL = "ueditor/";//配置路径设定为UEditor所放的位置 
       window.onload=function(){ 
        window.UEDITOR_CONFIG.initialFrameHeight=500;//编辑器的高度 
        window.UEDITOR_CONFIG.initialFrameWidth=800;//编辑器的宽度 
        var editor = new UE.ui.Editor({ 
          imageUrl : '', 
          fileUrl : '', 
          imagePath : '', 
          filePath : '', 
          imageManagerUrl:'', //图片在线管理的处理地址 
          imageManagerPath:'upload/' 
        }); 
        editor.render("EditorId");//此处的EditorId与<textarea name="content" id="EditorId">的id值对应 </textarea> 
      } 
    </script> 
</body>
</html>
