|
@ -3,7 +3,7 @@
|
|
|
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<title>选择服务类型</title>
|
|
|
<title>选择您的服务类型</title>
|
|
|
<meta name="author" content="yihu.com" />
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
@ -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;">确认提交</a>
|
|
|
<a onclick="submit()" class="c-btn c-btn-full c-btn-4dcd70 border-radius-pill c-f17 pt10" style="height: 45px;">保 存</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) {
|