| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Hello MUI</title>
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <link rel="stylesheet" href="../css/mui.min.css">
- <style>
- html,
- body {
- background-color: #efeff4;
- }
-
- .mui-bar~.mui-content .mui-fullscreen {
- top: 44px;
- height: auto;
- }
-
- .mui-pull-top-tips {
- position: absolute;
- top: -20px;
- left: 50%;
- margin-left: -25px;
- width: 40px;
- height: 40px;
- border-radius: 100%;
- z-index: 1;
- }
-
- .mui-bar~.mui-pull-top-tips {
- top: 24px;
- }
-
- .mui-pull-top-wrapper {
- width: 42px;
- height: 42px;
- display: block;
- text-align: center;
- background-color: #efeff4;
- border: 1px solid #ddd;
- border-radius: 25px;
- background-clip: padding-box;
- box-shadow: 0 4px 10px #bbb;
- overflow: hidden;
- }
-
- .mui-pull-top-tips.mui-transitioning {
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- }
-
- .mui-pull-top-tips .mui-pull-loading {
- /*-webkit-backface-visibility: hidden;
- -webkit-transition-duration: 400ms;
- transition-duration: 400ms;*/
- margin: 0;
- }
-
- .mui-pull-top-wrapper .mui-icon,
- .mui-pull-top-wrapper .mui-spinner {
- margin-top: 7px;
- }
-
- .mui-pull-top-wrapper .mui-icon.mui-reverse {
- /*-webkit-transform: rotate(180deg) translateZ(0);*/
- }
-
- .mui-pull-bottom-tips {
- text-align: center;
- background-color: #efeff4;
- font-size: 15px;
- line-height: 40px;
- color: #777;
- }
-
- .mui-pull-top-canvas {
- overflow: hidden;
- background-color: #fafafa;
- border-radius: 40px;
- box-shadow: 0 4px 10px #bbb;
- width: 40px;
- height: 40px;
- margin: 0 auto;
- }
-
- .mui-pull-top-canvas canvas {
- width: 40px;
- }
-
- .mui-slider-indicator.mui-segmented-control {
- background-color: #efeff4;
- }
- .time{
- /*text-align: right;*/
- }
- .mui-bar-nav {
- background-color: #00a1cb;
- }
- .mui-title{
- color: #fff;
- }
- .mui-preview-image.mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
-
- .mui-preview-header,
- .mui-preview-footer {
- position: absolute;
- width: 100%;
- left: 0;
- z-index: 10;
- }
-
- .mui-preview-header {
- height: 44px;
- top: 0;
- }
-
- .mui-preview-footer {
- height: 50px;
- bottom: 0px;
- }
-
- .mui-preview-header .mui-preview-indicator {
- display: block;
- line-height: 25px;
- color: #fff;
- text-align: center;
- margin: 15px auto 4;
- width: 70px;
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 12px;
- font-size: 16px;
- }
-
- .mui-preview-image {
- display: none;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
-
- .mui-preview-image.mui-preview-in {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
- }
-
- .mui-preview-image.mui-preview-out {
- background: none;
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
- }
-
- .mui-preview-image.mui-preview-out .mui-preview-header,
- .mui-preview-image.mui-preview-out .mui-preview-footer {
- display: none;
- }
-
- .mui-zoom-scroller {
- position: absolute;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- -webkit-backface-visibility: hidden;
- }
-
- .mui-zoom {
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
-
- .mui-slider .mui-slider-group .mui-slider-item img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
-
- .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
- width: 100%;
- }
-
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
- display: inline-table;
- }
-
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
- display: table-cell;
- vertical-align: middle;
- }
-
- .mui-preview-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- display: none;
- }
-
- .mui-preview-loading.mui-active {
- display: block;
- }
-
- .mui-preview-loading .mui-spinner-white {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -25px;
- margin-top: -25px;
- height: 50px;
- width: 50px;
- }
-
- .mui-preview-image img.mui-transitioning {
- -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
- transition: transform 0.5s ease, opacity 0.5s ease;
- }
-
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
-
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
-
- @-webkit-keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
-
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
-
- p img {
- max-width: 100%;
- height: auto;
- }
-
- .img-box {
- float: left;
- width: 20%;
- height:60px;
- margin: 2%;
- text-align: center;
- }
- .img-box img{
- width: 100%;
- height: 100%;
- }
-
- .image-list {
-
- overflow: hidden;
- }
- .mui-preview-image.mui-fullscreen {
- position: fixed;
- z-index: 20;
- background-color: #000;
- }
- .mui-preview-header,
- .mui-preview-footer {
- position: absolute;
- width: 100%;
- left: 0;
- z-index: 10;
- }
- .mui-preview-header {
- height: 44px;
- top: 0;
- }
- .mui-preview-footer {
- height: 50px;
- bottom: 0px;
- }
- .mui-preview-header .mui-preview-indicator {
- display: block;
- line-height: 25px;
- color: #fff;
- text-align: center;
- margin: 15px auto 4;
- width: 70px;
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 12px;
- font-size: 16px;
- }
- .mui-preview-image {
- display: none;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -webkit-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- .mui-preview-image.mui-preview-in {
- -webkit-animation-name: fadeIn;
- animation-name: fadeIn;
- }
- .mui-preview-image.mui-preview-out {
- background: none;
- -webkit-animation-name: fadeOut;
- animation-name: fadeOut;
- }
- .mui-preview-image.mui-preview-out .mui-preview-header,
- .mui-preview-image.mui-preview-out .mui-preview-footer {
- display: none;
- }
- .mui-zoom-scroller {
- position: absolute;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- width: 100%;
- height: 100%;
- margin: 0;
- -webkit-backface-visibility: hidden;
- }
- .mui-zoom {
- -webkit-transform-style: preserve-3d;
- transform-style: preserve-3d;
- }
- .mui-slider .mui-slider-group .mui-slider-item img {
- width: auto;
- height: auto;
- max-width: 100%;
- max-height: 100%;
- }
- .mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
- width: 100%;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
- display: inline-table;
- }
- .mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
- display: table-cell;
- vertical-align: middle;
- }
- .mui-preview-loading {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- display: none;
- }
- .mui-preview-loading.mui-active {
- display: block;
- }
- .mui-preview-loading .mui-spinner-white {
- position: absolute;
- top: 50%;
- left: 50%;
- margin-left: -25px;
- margin-top: -25px;
- height: 50px;
- width: 50px;
- }
- .mui-preview-image img.mui-transitioning {
- -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
- transition: transform 0.5s ease, opacity 0.5s ease;
- }
- @-webkit-keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @keyframes fadeIn {
- 0% {
- opacity: 0;
- }
- 100% {
- opacity: 1;
- }
- }
- @-webkit-keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- @keyframes fadeOut {
- 0% {
- opacity: 1;
- }
- 100% {
- opacity: 0;
- }
- }
- p img {
- max-width: 100%;
- height: auto;
- }
- </style>
- </head>
- <body>
- <header class="mui-bar mui-bar-nav">
- <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left" style="color: #fff;"></a>
- <h1 class="mui-title">意见详情</h1>
- </header>
- <div class="mui-content">
- <div id="slider" class="mui-slider mui-fullscreen">
- <div id="sliderSegmentedControl" class="mui-scroll-wrapper mui-slider-indicator mui-segmented-control mui-segmented-control-inverted">
- <div class="mui-scroll">
- <a class="mui-control-item mui-active" href="#item1mobile">
- 交办信息
- </a>
- <a class="mui-control-item" href="#item2mobile">
- 监察意见
- </a>
- <a class="mui-control-item" href="#item3mobile">
- 领导批示
- </a>
- <a class="mui-control-item" href="#item4mobile">
- 县长指示
- </a>
- <a class="mui-control-item" href="#item5mobile">
- 办理情况
- </a>
- <a class="mui-control-item" href="#item6mobile">
- 延时审核
- </a>
- <a class="mui-control-item" href="#item7mobile">
- 退回审核
- </a>
- <a class="mui-control-item" href="#item8mobile">
- 回访信息
- </a>
- <a class="mui-control-item" href="#item9mobile">
- 督办信息
- </a>
- </div>
- </div>
- <div class="mui-slider-group">
- <div id="item1mobile" class="mui-slider-item mui-control-content mui-active">
- <div id="scroll1" class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--交办-->
- <ul class="mui-table-view JBXX" >
- <!--<li class="mui-table-view-cell mui-media">
- <div class="mui-media-body">
- <p></p>
- <p class="time"><span>调度</span></p>
- <p class="time"><span>对对对</span></p>
- </div>
- </li>-->
- </ul>
- </div>
- </div>
- </div>
- <div id="item2mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--监察-->
- <ul class="mui-table-view JC">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item3mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--/领导批示-->
- <ul class="mui-table-view LDPS">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item4mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--/市长指示-->
- <ul class="mui-table-view SZZS">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item5mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll ">
- <!--办理过程-->
- <ul class="mui-table-view BLGC">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item6mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--延时审核-->
- <ul class="mui-table-view YSSHS">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item7mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--退回审核-->
- <ul class="mui-table-view YTHHS">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item8mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--回访信息-->
- <ul class="mui-table-view HGXX">
-
- </ul>
- </div>
- </div>
- </div>
- <div id="item9mobile" class="mui-slider-item mui-control-content">
- <div class="mui-scroll-wrapper">
- <div class="mui-scroll">
- <!--回访信息-->
- <ul class="mui-table-view DBXX">
-
- </ul>
- <div id="image-list" class="row image-list"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <script src="../js/mui.min.js"></script>
- <script src="../js/zepto.js"></script>
- <script src="../js/huayi.config.js"></script>
- <script src="../js/mui.pullToRefresh.js"></script>
- <script src="../js/mui.pullToRefresh.material.js"></script>
- <script src="../js/mui.zoom.js"></script>
- <script src="../js/mui.previewimage.js"></script>
- <script>
- mui.init();
- mui.previewImage();
- mui.plusReady(function(){
- var wv = plus.webview.currentWebview();
- var vText = wv.name;
- var token = wv.token;
- console.log(vText);
- mui.ajax(huayi.config.callcenter_url + 'WorkOrder/GetWorkOrder', {
- data: {
- workorderid: vText,
- token: localStorage.getItem("token"),
- },
- dataType: 'json', //服务器返回json格式数据
- type: 'get', //HTTP请求类型
- timeout: 10000, //超时时间设置为10秒;
- headers: {
- 'Content-Type': 'application/x-www-form-urlencoded; charset=utf-8'
- },
- success: function(result) {
- //交办信息
- var jbxx = '';
- $(".JBXX").empty();
- $(result.data.jbdata).each(function(i, n) {
- var time = n.F_LimitTime.substring(0, n.F_LimitTime.indexOf(' '));
- jbxx +='<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>调度意见:' + n.F_AssignedOpinion + '</p>' +
- '<p class="time">交办单位:'+n.DeptName+'</p>' +
- '<p class="time">办理时间:'+ time+'</p>' +
- '</div>' +
- '</li>';
- });
- $(jbxx).appendTo($(".JBXX"));
- //监察
- var html_ = '';
- $(".JC").empty();
- $(result.data.jcdata).each(function(i, n) {
- html_ += '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>监察人:' + n.F_Content+ '</p>' +
- '<p class="time">监察人:'+n.UserName+'</p>' +
- '</div>' +
- '</li>';
- });
- $(html_).appendTo($(".JC"));
- //领导批示
- $(".LDPS").empty();
- $(result.data.psdata).each(function(i, n) {
- var str='<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>批示内容:' + n.F_SuperOpinion+ '</p>' +
- '<p class="time">批示人:'+n.F_BatchReason+'</p>' +
- '</div>' +
- '</li>';
- $(str).appendTo($(".LDPS"));
- })
- //市长指示
- $(".SZZS").empty();
- $(result.data.zsdata).each(function(i, n) {
- var str='<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>批示内容:' + n.F_SuperOpinion+ '</p>' +
- '<p class="time">批示人:'+n.F_BatchReason+'</p>' +
- '</div>' +
- '</li>';
- $(str).appendTo($(".SZZS"));
- })
- //办理情况
- $(".BLGC").empty();
- var html="";
- $(result.data.bldata).each(function(i, n) {
-
- html += '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<div style="color: #999999;">办理内容:' + n.F_Result+ '</div>' +
- '<div class="time" style="color: #999999;">办理单位:'+n.DeptName+'</div>'
- $(n.File).each(function(j, m) {
- // alert(m.F_FileUrl);
- html += '<div class="img-box"><img class="img-box" src="' + m.F_FileUrl + '" alt="" class="image-item" data-preview-src="" data-preview-group="1" /></div>';
- // html += '<div id="image-list" class="row image-list"><div class="img-box"><img src="' + m.F_FileUrl + '" alt="" class="image-item" data-preview-src="" data-preview-group="1" /><div></div>';
- })
- html += '</div>' +
- '</li>';
- $(html).appendTo($(".BLGC"));
- })
- //延时审核
- var Ysh = '';
- $(".YSSHS").empty();
- $(result.data.ysdata).each(function(i, n) {
- if (n.F_RefuseReason == null) {
- shenhe = "";
- } else{
- shenhe =n.F_RefuseReason
- }
- if (n.F_AuditTime == null) {
- shenhe11 = "";
- } else{
- shenhe11 =n.F_AuditTime
- }
- if (n.F_IsAudit == 1) {
- IsAudit1 = "通过";
- } else{
- IsAudit1 ="不通过";
- }
-
- Ysh += '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>审核状态:' + IsAudit1+ '</p>' +
- '<p>审核意见:' + shenhe+ '</p>' +
- '<p class="time">审核时间:'+shenhe11+'</p>' +
- '</div>' +
- '</li>';
-
- })
- $(Ysh).appendTo($(".YSSHS"));
- //退回审核
- var Ths='';
- $(".YTHHS").empty();
- $(result.data.thdata).each(function(i, n) {
- if (n.F_AuditReason == null) {
- Agree = "";
- } else{
- Agree =n.F_AuditReason
- }
- if (n.F_AuditTime == null) {
- Agree11 = "";
- } else{
- Agree11 =n.F_AuditTime
- }
- if (n.F_IsAudit == 1) {
- IsAudit = "通过";
- } else{
- IsAudit ="不通过"
- }
- Ths+= '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>审核状态:' +IsAudit+ '</p>' +
- '<p>审核意见:' +Agree+ '</p>' +
- '<p class="time">审核时间:'+Agree11+'</p>' +
- '</div>' +
- '</li>';
-
- })
- $(Ths).appendTo($(".YTHHS"));
- //回访信息
- var htmlss = '';
- $(".HGXX").empty();
- $(result.data.hfdata).each(function(i, n) {
- var a;
- if(n.F_IsSatisfie == 0) {
- a = "不满意";
- } else {
- a = "满意";
- }
- htmlss+= '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>回访意见:' +n.F_Result+ '</p>' +
- '<p class="time">回访结果:'+a+'</p>' +
- '</div>' +
- '</li>';
- })
- $(htmlss).appendTo($(".HGXX"));
- //督办信息
- var htmlsss = '';
- $(".DBXX").empty();
- $(result.data.dbdata).each(function(i, n) {
- htmlsss+= '<li class="mui-table-view-cell mui-media">' +
- '<div class="mui-media-body">' +
- '<p>督办内容:' +n.F_Content+ '</p>' +
- '<p class="time">督办时间:'+n.F_CreateTime+'</p>' +
- '</div>' +
- '</li>';
-
- })
- $(htmlsss).appendTo($(".DBXX"));
- },
-
- error: function(xhr, type, errorThrown) {
- //异常处理;
- }
- })
-
- });
- (function($) {
- //阻尼系数
- var deceleration = mui.os.ios ? 0.003 : 0.0009;
- $('.mui-scroll-wrapper').scroll({
- bounce: false,
- indicators: true, //是否显示滚动条
- deceleration: deceleration
- });
- // $.ready(function() {
- // //循环初始化所有下拉刷新,上拉加载。
- // $.each(document.querySelectorAll('.mui-slider-group .mui-scroll'), function(index, pullRefreshEl) {
- // $(pullRefreshEl).pullToRefresh({
- // down: {
- // callback: function() {
- // var self = this;
- // setTimeout(function() {
- // var ul = self.element.querySelector('.mui-table-view');
- // ul.insertBefore(createFragment(ul, index, 10, true), ul.firstChild);
- // self.endPullDownToRefresh();
- // }, 1000);
- // }
- // },
- // up: {
- // callback: function() {
- // var self = this;
- // setTimeout(function() {
- // var ul = self.element.querySelector('.mui-table-view');
- // ul.appendChild(createFragment(ul, index, 5));
- // self.endPullUpToRefresh();
- // }, 1000);
- // }
- // }
- // });
- // });
- // var createFragment = function(ul, index, count, reverse) {
- // var length = ul.querySelectorAll('li').length;
- // var fragment = document.createDocumentFragment();
- // var li;
- // for (var i = 0; i < count; i++) {
- // li = document.createElement('li');
- // li.className = 'mui-table-view-cell';
- // li.innerHTML = '第' + (index + 1) + '个选项卡子项-' + (length + (reverse ? (count - i) : (i + 1)));
- // fragment.appendChild(li);
- // }
- // return fragment;
- // };
- // });
- })(mui);
- </script>
- </body>
- </html>
|