Authored by weiqingting

提交

<style>
.prev,.next{cursor: pointer}
</style>
<template>
<div class="pagination-container">
... ... @@ -90,4 +88,9 @@
}
}
}
</script>
\ No newline at end of file
</script>
<style>
.prev,.next{
cursor: pointer
}
</style>
\ No newline at end of file
... ...
... ... @@ -23,7 +23,7 @@ module.exports=function(controllers){
url:callUrl,
timeout:Iaccount.timeout,
headers: req.headers,
useQuerystring:true,
// useQuerystring:true,
form:req.body
}
... ...
... ... @@ -85,7 +85,6 @@ module.exports={
}
}, function (error3, httpResponse3, rebody3) {
console.log("获取店铺");
console.log(rebody3);
if (!error3 && httpResponse3.statusCode == 200) {
userInfo.shopList = [];
if (JSON.parse(rebody3).data) {
... ...
... ... @@ -23,7 +23,7 @@ module.exports=function(controllers){
url:callUrl,
timeout:Iaccount.timeout,
headers: req.headers,
useQuerystring:true,
// useQuerystring:true,
form:req.body
}
... ...
<%include '../../common/__ui/header'%>
<div class="pageheader">
<div class="media">
<div class="pageicon pull-left">
<i class="fa fa-th-list"></i>
</div>
<div class="media-body">
<ul class="breadcrumb">
<li><a href="">商品管理</a></li>
<li>商品管理/代销变价</li>
</ul>
</div>
</div>
</div>
<%include '../../common/__partail/ListHeader'%>
<div class="contentpanel">
<div class="panel panel-default" id="priceChangeSearch" style="margin-bottom:10px;">
... ...