|
@@ -13,6 +13,8 @@
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/css/myorder/order_list.css?v={{Msg "seo" "version"}}">
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/css/myorder/order_list.css?v={{Msg "seo" "version"}}">
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/css/dropload.css?v={{Msg "seo" "version"}}">
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/jyapp/css/dropload.css?v={{Msg "seo" "version"}}">
|
|
<link href="//cdn.bootcss.com/jquery-confirm/3.1.0/jquery-confirm.min.css" rel="stylesheet">
|
|
<link href="//cdn.bootcss.com/jquery-confirm/3.1.0/jquery-confirm.min.css" rel="stylesheet">
|
|
|
|
+ {{include "/common/js.html"}}
|
|
|
|
+ <link rel="stylesheet" type="text/css" href="/jyapp/css/font.css?v={{Msg "seo" "version"}}" />
|
|
<script src="//cdn.bootcss.com/jquery-confirm/3.1.0/jquery-confirm.min.js"></script>
|
|
<script src="//cdn.bootcss.com/jquery-confirm/3.1.0/jquery-confirm.min.js"></script>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
@@ -31,6 +33,17 @@
|
|
top: 0;
|
|
top: 0;
|
|
color: #444444;
|
|
color: #444444;
|
|
}
|
|
}
|
|
|
|
+ .app-layout-header>.app-back{
|
|
|
|
+ position: absolute;
|
|
|
|
+ font-size: 19px;
|
|
|
|
+ padding-top: 20px;
|
|
|
|
+ padding-left: 11px;
|
|
|
|
+ padding-right: 40px;
|
|
|
|
+ padding-bottom: 7px;
|
|
|
|
+ left: 0px;
|
|
|
|
+ top: 18px;
|
|
|
|
+ color: #444444;
|
|
|
|
+ }
|
|
#order_list{
|
|
#order_list{
|
|
padding-top:64px;
|
|
padding-top:64px;
|
|
}
|
|
}
|
|
@@ -104,6 +117,7 @@
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
<div class="app-layout-header">
|
|
<div class="app-layout-header">
|
|
|
|
+ <span class="app-back jyapp-icon jyapp-icon-zuojiantou"></span>
|
|
我的订单
|
|
我的订单
|
|
</div>
|
|
</div>
|
|
<!-- 加载数据-->
|
|
<!-- 加载数据-->
|
|
@@ -138,6 +152,8 @@
|
|
var typ=0;
|
|
var typ=0;
|
|
var deleteIndex=0;
|
|
var deleteIndex=0;
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
function appendList(listhtml){
|
|
function appendList(listhtml){
|
|
listhtml.children(".card-content").on("click", function(event){
|
|
listhtml.children(".card-content").on("click", function(event){
|
|
var eid = $(this).find(".media").attr("eid");
|
|
var eid = $(this).find(".media").attr("eid");
|