Commit 3c1e6a3f authored by youjie's avatar youjie

no message

parent 731d34c4
......@@ -13,8 +13,12 @@
}
.orderAllList {
background-color: #ffffff;
display: flex;
flex-wrap: wrap;
}
.orderAllList-box {
flex: 1;
min-width: 500px;
background-color: #dddee0;
display: flex;
margin: 0 5px;
......@@ -214,9 +218,7 @@
</el-row>
</div>
<div class="orderAllList">
<el-row :gutter="20">
<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-title">
<!-- <span>币种</span> -->
......@@ -253,10 +255,8 @@
</div>
</div>
</div>
</el-col>
</template>
</el-row>
</div>
<div class="query-box status-box"></div>
<orderList :dataList="dataList" :pagesTitle="title" :loading="loading" @emptyMore="emptyMore"></orderList>
......
......@@ -120,7 +120,7 @@
Domain: "fcrmyx.oytour.com",
};
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) => {
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