Commit 3c1e6a3f authored by youjie's avatar youjie

no message

parent 731d34c4
...@@ -13,8 +13,12 @@ ...@@ -13,8 +13,12 @@
} }
.orderAllList { .orderAllList {
background-color: #ffffff; background-color: #ffffff;
display: flex;
flex-wrap: wrap;
} }
.orderAllList-box { .orderAllList-box {
flex: 1;
min-width: 500px;
background-color: #dddee0; background-color: #dddee0;
display: flex; display: flex;
margin: 0 5px; margin: 0 5px;
...@@ -214,9 +218,7 @@ ...@@ -214,9 +218,7 @@
</el-row> </el-row>
</div> </div>
<div class="orderAllList"> <div class="orderAllList">
<el-row :gutter="20">
<template v-for="(item,index) in SummaryList"> <template v-for="(item,index) in SummaryList">
<el-col :xs="24" :sm="14" :md="12" :lg="8" :xl="6">
<div class="orderAllList-box" :key="index"> <div class="orderAllList-box" :key="index">
<div class="orderAllList-title"> <div class="orderAllList-title">
<!-- <span>币种</span> --> <!-- <span>币种</span> -->
...@@ -253,10 +255,8 @@ ...@@ -253,10 +255,8 @@
</div> </div>
</div> </div>
</div> </div>
</el-col>
</template> </template>
</el-row>
</div> </div>
<div class="query-box status-box"></div> <div class="query-box status-box"></div>
<orderList :dataList="dataList" :pagesTitle="title" :loading="loading" @emptyMore="emptyMore"></orderList> <orderList :dataList="dataList" :pagesTitle="title" :loading="loading" @emptyMore="emptyMore"></orderList>
......
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
Domain: "fcrmyx.oytour.com", Domain: "fcrmyx.oytour.com",
}; };
if (!this.isOnline()) { if (!this.isOnline()) {
msg.Domain = "localhost";//www.test.com localhost msg.Domain = "www.test.com";//www.test.com localhost
} }
this.apipost("/api/Login/UserLogin", msg, (res) => { this.apipost("/api/Login/UserLogin", msg, (res) => {
var jsonData = res.data; var jsonData = res.data;
......
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