Commit f7af6819 by 严立

LL - 首页 ui 问题修改

parent 2ed280d8
let output = { let output = {
// 测试环境 // 测试环境
// base: 'http://bid-server.meiqicloud.com/', // 开发路径 // base: 'http://bid-server.meiqicloud.com/', // 开发路径
base: '/Api/', // 部署路径 // base: '/Api/', // 部署路径
resources: 'http://bid-web.meiqicloud.com', // resources: 'http://bid-web.meiqicloud.com',
agentSignIn: 'http://bid-vue.meiqicloud.com/' // agentSignIn: 'http://bid-vue.meiqicloud.com/'
// -正式环境 // -正式环境
// base: '/Api/', base: '/Api/',
// resources: 'https://www.fjbidding.com', resources: 'https://www.fjbidding.com',
// agentSignIn: 'https://www.fjbidding.com/admin/' agentSignIn: 'https://www.fjbidding.com/admin/'
} }
output.uploadFile = output.base + 'bid/common/webupload/upload' output.uploadFile = output.base + 'bid/common/webupload/upload'
......
...@@ -30,9 +30,9 @@ ...@@ -30,9 +30,9 @@
<div v-if="listBid.length" class="list col"> <div v-if="listBid.length" class="list col">
<el-carousel> <el-carousel>
<el-carousel-item v-for="(item, index) in listBid" :key="index"> <el-carousel-item v-for="(item, index) in listBid" :key="index">
<div class="global-hover row con-b align-e" v-for="(itemNotice, indexNotice) in item" :key="indexNotice" @click="onDetail(itemNotice)"> <div class="global-hover row con-s align-e" v-for="(itemNotice, indexNotice) in item" :key="indexNotice" @click="onDetail(itemNotice)">
<span class="global-cursor global-overflow-ellipsis ">{{itemNotice.noticeTitle}}</span> <span class="global-cursor global-overflow-ellipsis ">{{itemNotice.noticeTitle}}</span>
<span>{{itemNotice.timeRelease}}</span> <!-- <span>{{itemNotice.timeRelease}}</span> -->
</div> </div>
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
...@@ -701,7 +701,7 @@ ...@@ -701,7 +701,7 @@
background-repeat: no-repeat; background-repeat: no-repeat;
.home-signin { .home-signin {
z-index: 0; z-index: 9;
position: fixed; position: fixed;
top: 600px; top: 600px;
right: 0; right: 0;
...@@ -935,12 +935,16 @@ ...@@ -935,12 +935,16 @@
width: 50px; width: 50px;
height: 50px; height: 50px;
border-radius: 0; border-radius: 0;
background: #e8e8e8; // background: #e8e8e8;
} }
.wh_isToday::after { .wh_isToday::after {
background:#c31a18; background:#c31a18;
} }
.wh_chose_day {
background: #e8e8e8;
}
} }
.wh_content_item:nth-child(6), .wh_content_item:nth-child(6),
......
...@@ -153,6 +153,9 @@ ...@@ -153,6 +153,9 @@
<el-form-item label="" prop="receiveAddress"> <el-form-item label="" prop="receiveAddress">
<el-input v-model="formRegister.receiveAddress" maxlength="100" placeholder="请输入详细地址"></el-input> <el-input v-model="formRegister.receiveAddress" maxlength="100" placeholder="请输入详细地址"></el-input>
</el-form-item> </el-form-item>
<el-form-item>
<span class="global-cursor global-color-red">注:发票的开票地址为营业执照地址</span>
</el-form-item>
</template> </template>
</el-form> </el-form>
</div> </div>
......
...@@ -4,15 +4,9 @@ import iHost from '@/common/js/host.js' ...@@ -4,15 +4,9 @@ import iHost from '@/common/js/host.js'
import iRequest from '@/common/js/request/request.js' import iRequest from '@/common/js/request/request.js'
let output = function (thisVue, id, type, isPreview) { let output = function (thisVue, id, type, isPreview) {
let funcRequestDetail
let funcRequestOther
let funcMap = [] let funcMap = []
let funcProject = {} // 项目数据 let funcProject = {} // 项目数据
// 竞价报价公告
funcMap = [ { text: '招标公告', redirect: '/bid' }, { text: '历史公告', redirect: null }]
let funcParam = { let funcParam = {
'id': id 'id': id
} }
...@@ -21,7 +15,6 @@ let output = function (thisVue, id, type, isPreview) { ...@@ -21,7 +15,6 @@ let output = function (thisVue, id, type, isPreview) {
iRequest.request(iHost.base + 'bid/zTenderNotice/getHistoryNotice', funcParam, 'json', 'post') iRequest.request(iHost.base + 'bid/zTenderNotice/getHistoryNotice', funcParam, 'json', 'post')
.then((funcResponse) => { .then((funcResponse) => {
console.log(funcResponse)
funcProject = { funcProject = {
'noticeId': id, 'noticeId': id,
'noticeType': type, 'noticeType': type,
...@@ -29,7 +22,7 @@ let output = function (thisVue, id, type, isPreview) { ...@@ -29,7 +22,7 @@ let output = function (thisVue, id, type, isPreview) {
'contentHtml': funcResponse.content, 'contentHtml': funcResponse.content,
'timeRelease': funcResponse.releasetime, 'timeRelease': funcResponse.releasetime,
} }
console.log(funcProject) funcMap = [ { text: '招标公告', redirect: '/bid' }, { text: funcResponse.historyNoticeType, redirect: null }]
thisVue.$store.commit('componentProject', funcProject) thisVue.$store.commit('componentProject', funcProject)
thisVue.noticeData(funcMap, funcProject) thisVue.noticeData(funcMap, funcProject)
}) })
......
...@@ -182,6 +182,9 @@ ...@@ -182,6 +182,9 @@
<el-form-item label="" prop="receiveAddress"> <el-form-item label="" prop="receiveAddress">
<el-input v-model="formRegister.receiveAddress" maxlength="100" placeholder="请输入详细地址"></el-input> <el-input v-model="formRegister.receiveAddress" maxlength="100" placeholder="请输入详细地址"></el-input>
</el-form-item> </el-form-item>
<el-form-item>
<span class="global-cursor global-color-red">注:发票的开票地址为营业执照地址</span>
</el-form-item>
</template> </template>
......
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 sign in to comment