Browse Source

选择服务类型页面按钮改成“保存”

chenyue 6 years ago
parent
commit
002e8b86d6
1 changed files with 3 additions and 3 deletions
  1. 3 3
      html/grzx/html/updateService.html

+ 3 - 3
html/grzx/html/updateService.html

@ -22,7 +22,7 @@
			</ul>
		</div>
		<div class="plr15 submitbtn">
			<a onclick="submit()" class="c-btn c-btn-full c-btn-4dcd70 border-radius-pill c-f17 pt10" style="height: 45px;">确&nbsp;认</a>
			<a onclick="submit()" class="c-btn c-btn-full c-btn-4dcd70 border-radius-pill c-f17 pt10" style="height: 45px;">保&nbsp;存</a>
		</div>
		<script type="text/html" id="service_tmp">
			{{each list as it}}
@ -179,7 +179,7 @@
						contentType: 'tipsbox',
						bottom: true,
						skin: 'bk-popup',
						content: '修改服务类型失败'
						content: '保存失败'
					}).show();
				}
			}
@ -189,7 +189,7 @@
				if(res.status == 200) {
					dd.close();
					dialog({
						content: '修改服务类型成功',
						content: '保存成功',
						okValue: '确定',
						ok: function() {
							if(type == 4) {