Commit f7af6819 by 严立

LL - 首页 ui 问题修改

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