Commit f8429464 by kingboy_xin

签约管理,和BUG更改

parent e27815ef
...@@ -31,8 +31,8 @@ export default function axios(option) { ...@@ -31,8 +31,8 @@ export default function axios(option) {
// console.log('来到了response拦截success中'); // console.log('来到了response拦截success中');
return response.data return response.data
}, err => { }, err => {
console.log('来到了response拦截failure中'); // console.log('来到了response拦截failure中');
console.log(err); // console.log(err);
if (err && err.response) { if (err && err.response) {
switch (err.response.status) { switch (err.response.status) {
case 400: case 400:
......
...@@ -82,6 +82,7 @@ input::-webkit-input-placeholder { color: #BDCADA; } ...@@ -82,6 +82,7 @@ input::-webkit-input-placeholder { color: #BDCADA; }
padding: 5px; padding: 5px;
background: -webkit-gradient(linear,left top,left bottom,from(#36436f),color-stop(14%,#36436f),to(#30385a)); background: -webkit-gradient(linear,left top,left bottom,from(#36436f),color-stop(14%,#36436f),to(#30385a));
background: linear-gradient(180deg,#36436f,#36436f 14%,#30385a); background: linear-gradient(180deg,#36436f,#36436f 14%,#30385a);
position: relative;
} }
.head-card-content{ .head-card-content{
......
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
.cttxt3{ float: left; height: auto; padding-left: 10px;} .cttxt3{ float: left; height: auto; padding-left: 10px;}
.cttxt2{ height: 35px; padding-left: 10px;} .cttxt2{ height: 35px; padding-left: 10px;}
.cttxt .ctline{ height: 22px; position: relative; color: #334b84; font-size: 8px;text-align: left; clear: both;} .cttxt .ctline{ height: 22px; position: relative; color: #334b84; font-size: 8px;text-align: left; clear: both;}
.cttxt .ctline i.i01{ height: 12px; width: 2px; color: #2680FF; background: #2680FF; position: absolute; left: 0; top:5px;} .cttxt .ctline i.i101{ height: 12px; width: 2px; color: #2680FF; background: #2680FF; position: absolute; left: 0; top:5px;}
.cttxt .ctline i.i102{ height: 8px; width: 1px; color: #2779F0; background: #2779F0; position: absolute; top:8px;}
.cttxt .ctline i.i103{ height: 8px; width: 1px; color: #2779F0; background: #2779F0; position: absolute; top:8px;}
.cttxt .ctline i.i02{ height: 12px; width: 2px; color: #55FFE8; background: #55FFE8; position: absolute; left: 0; top:5px;} .cttxt .ctline i.i02{ height: 12px; width: 2px; color: #55FFE8; background: #55FFE8; position: absolute; left: 0; top:5px;}
.cttxt .ctline span{ color: #AAB1D2; font-size: 12px; padding: 0 10px; line-height: 22px;} .cttxt .ctline span{ color: #AAB1D2; font-size: 12px; padding: 0 10px; line-height: 22px;}
.cttxt .ctline span.clk{ text-decoration: underline;} .cttxt .ctline span.clk{ text-decoration: underline;}
...@@ -28,18 +30,18 @@ ...@@ -28,18 +30,18 @@
.cttxt .ctp span.span01{ font-size: 18px;} .cttxt .ctp span.span01{ font-size: 18px;}
.cttxt .ctp span.span02{ color: #2680FF; font-size: 14px; padding: 0 2px;} .cttxt .ctp span.span02{ color: #2680FF; font-size: 14px; padding: 0 2px;}
.cttxt .ctp span.span03{ color: #8891BE; font-size: 14px;} .cttxt .ctp span.span03{ color: #8891BE; font-size: 14px;}
.tong{ color: #5492FF; border: 1px solid #5492FF; border-radius: 1px; margin-left: 3px; padding:0 1px; line-height: 16px; height: 16px; display:inline-block; transform:scale(0.8); -webkit-transform-origin-x: 0; -webkit-transform: scale(0.8);} .tong{ background:url(../img/common/icon-tag-tong.svg);background-size: cover; max-width: 16px; max-height: 16px; position: relative;bottom: 2px;margin: 0 2px; color: #555;}
.pian{ color: #FF5C5C; border: 1px solid #FF5C5C; border-radius: 1px; margin-left: 3px; padding:0 1px; line-height: 16px; height: 16px; display:inline-block; transform:scale(0.8); -webkit-transform-origin-x: 0; -webkit-transform: scale(0.8);} .pian{ background:url(../img/common/icon-tag-pian.svg);background-size: cover; max-width: 16px; max-height: 16px; position: relative;bottom: 2px;margin: 0 2px; color: #555;}
#ctpie1{ width: 145px; height: 145px; float: right; position: relative;} #ctpie1{ width: 145px; height: 145px; float: right; position: relative;}
#ctpie2{ width: 145px; height: 145px; float: right; position: relative;} #ctpie2{ width: 145px; height: 145px; float: right; position: relative;}
.pieline{ height: 4px; width: 100px; position: absolute; bottom: 13px; left: 303px;} .pieline{ height: 4px; width: 100px; position: absolute; bottom: 13px; right: 22px;}
.pieline span{ display: block; float: left; width: 20px; height: 4px;} .pieline span{ display: block; float: left; width: 20px; height: 4px;}
.pieline span.span01{ background:rgba(159,199,255,1);} .pieline span.span01{ background:rgba(159,199,255,1);}
.pieline span.span02{ background:rgba(106,168,255,1);} .pieline span.span02{ background:rgba(106,168,255,1);}
.pieline span.span03{ background:rgba(38,128,255,1);} .pieline span.span03{ background:rgba(38,128,255,1);}
.pieline span.span04{ background:rgba(21,87,255,1);} .pieline span.span04{ background:rgba(21,87,255,1);}
.pieline span.span05{ background:rgba(18,47,219,1);} .pieline span.span05{ background:rgba(18,47,219,1);}
.pieline2{ height: 4px; width: 100px; position: absolute; bottom: 13px; right: 33px;} .pieline2{ height: 4px; width: 100px; position: absolute; bottom: 13px; right: 22px;}
.pieline2 span{ display: block; float: left; width: 20px; height: 4px;} .pieline2 span{ display: block; float: left; width: 20px; height: 4px;}
.pieline2 span.span01{ background:rgba(159,199,255,1);} .pieline2 span.span01{ background:rgba(159,199,255,1);}
.pieline2 span.span02{ background:rgba(106,168,255,1);} .pieline2 span.span02{ background:rgba(106,168,255,1);}
...@@ -56,14 +58,14 @@ ...@@ -56,14 +58,14 @@
.ectable01 li.li03{ float: left; width: 120px;} .ectable01 li.li03{ float: left; width: 120px;}
.ectable01 li.li05{ float: left; width: 150px;} .ectable01 li.li05{ float: left; width: 150px;}
.tabletitle{ height: 32px; padding-top: 5px;padding-bottom: 5px; text-align: left; position: relative;background: linear-gradient(180deg,#36436f,#36436f 14%,#30385a);} .tabletitle{ height: 32px; padding-top: 5px;padding-bottom: 5px; text-align: left;}
.tabletitle span{ line-height: 20px; padding: 0 10px; background: none; border-radius: 1px; border: 1px solid #626D92; color: #AAB1D2; display: block; float: left; margin-right: 5px;} .tabletitle span{ line-height: 20px; padding: 0 10px; background: none; border-radius: 1px; border: 1px solid #626D92; color: #AAB1D2; display: block; float: left; margin-right: 5px;}
.tabletitle span.clk{ background: #2680FF; border: 1px solid #2680FF; color: #fff;} .tabletitle span.clk{ background: #2680FF; border: 1px solid #2680FF; color: #fff;}
.tabletitle span.nclk{ background:none; border: 0px solid #2680FF; color: #A6AED6; font-size: 14px;} .tabletitle span.nclk{ background:none; border: 0px solid #2680FF; color: #A6AED6; font-size: 14px;}
.tabletitle img{ position: absolute; right: 3px; bottom: -23px; height: 13px; width: 13px; z-index: 999;} .tabletitle img{ position: absolute; right: 5px;top:42px; height: 13px; width: 13px; z-index: 999;}
.yytable{ position: absolute; right: 18px; top: 40px; padding: 10px; border-radius:4px; height: 250px; background: rgba(23,26,40,0.9); width: 300px;} .yytable{ position: absolute; right: 5%; top: 2%; padding: 10px; border-radius:4px; height: 250px; background: rgba(23,26,40,0.9); width: 300px;}
.yytable h3{ clear: both; height: 26px; border-bottom: 1px solid #424966; color: #fff; text-align: left; margin-bottom: 5px;} .yytable h3{ clear: both; height: 26px; border-bottom: 1px solid #424966; color: #fff; text-align: left; margin-bottom: 5px;}
.yytable h3 span{ float: right; padding:0 5px;} .yytable h3 span{ float: right; padding:0 5px;}
.yytable .pline{ clear: both; overflow: hidden; text-align: left; margin-bottom: 5px;} .yytable .pline{ clear: both; overflow: hidden; text-align: left; margin-bottom: 5px;}
......
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
} }
this.restaurants = [] this.restaurants = []
getPageData(token, menuslist).then(res => { getPageData(token, menuslist).then(res => {
if(res.code == 1 && res.data.listData.length>0){
res.data.listData.forEach((item, index) => { res.data.listData.forEach((item, index) => {
let ulist = {"value": '', "usex": '', "sfzh": ''} let ulist = {"value": '', "usex": '', "sfzh": ''}
ulist.value = item.XM + '' ulist.value = item.XM + ''
...@@ -60,10 +61,10 @@ ...@@ -60,10 +61,10 @@
ulist.sfzh = item.SFZH ulist.sfzh = item.SFZH
this.restaurants.push(ulist) this.restaurants.push(ulist)
}) })
var restaurants = this.restaurants; var restaurants = this.restaurants;
var results = queryString ? restaurants.filter(this.createFilter(queryString)) : restaurants; var results = queryString ? restaurants.filter(this.createFilter(queryString)) : restaurants;
cb(results); cb(results);
}
}); });
}, },
querySearchAsync(queryString, cb) { querySearchAsync(queryString, cb) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment