style:我的业务
Showing
2 changed files
with
8 additions
and
0 deletions
... | @@ -288,3 +288,9 @@ | ... | @@ -288,3 +288,9 @@ |
288 | border-color: #FABF4F; | 288 | border-color: #FABF4F; |
289 | z-index: 10; | 289 | z-index: 10; |
290 | } | 290 | } |
291 | .completed { | ||
292 | color: #23E3D5; | ||
293 | float: right; | ||
294 | margin-top: 26px; | ||
295 | margin-right: 8px; | ||
296 | } | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -271,6 +271,8 @@ function dataRendering() { | ... | @@ -271,6 +271,8 @@ function dataRendering() { |
271 | li += '<a class="handle" data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">继续办理</a>' | 271 | li += '<a class="handle" data-slsqBsm="' + dataList.list[i].slsqBsm + '" data-businessNo="' + dataList.list[i].businessNo + '">继续办理</a>' |
272 | } else if (dataList.list[i].ajzt == '3') { | 272 | } else if (dataList.list[i].ajzt == '3') { |
273 | li += '<a slsqBsm="'+dataList.list[i].slsqBsm+'" class="handle">缴费</a>' | 273 | li += '<a slsqBsm="'+dataList.list[i].slsqBsm+'" class="handle">缴费</a>' |
274 | }else if (dataList.list[i].ajzt == '4' || dataList.list[i].ajzt == '5' || dataList.list[i].ajzt == '6') { | ||
275 | li += '<a class="completed">已办结</a>' | ||
274 | } | 276 | } |
275 | $('.appintmentListItem').append(li) | 277 | $('.appintmentListItem').append(li) |
276 | } | 278 | } | ... | ... |
-
Please register or sign in to post a comment