Commit 7700734a authored by youjie's avatar youjie

no message

parent 3e49c879
......@@ -228,6 +228,7 @@
.right-list-right{
font-size: 13px;
color: #181C32;
padding: 0 0 0 5px;
}
.right-Money{
padding: 20px 0;
......@@ -418,12 +419,20 @@
<div v-else class="noData">没有选择票券</div>
<div class="right-list" v-if="msg.MailingMoney>0&&msg.Money>msg.MailingMoney">
<div>
<el-tag size="mini" type="danger">邮寄费</el-tag>
<el-tag size="mini" type="warning">邮寄费</el-tag>
</div>
<div class="right-list-right">
{{msg.MailingMoney}}
</div>
</div>
<div class="right-list" v-if="msg.SelffetchAddress&&msg.MailingMoney==0&&msg.Money>msg.MailingMoney">
<div>
<el-tag size="mini" type="warning">自取地址</el-tag>
</div>
<div class="right-list-right">
{{msg.SelffetchAddress}}
</div>
</div>
</div>
</div>
<div class="right-Money">
......@@ -463,6 +472,7 @@
MailingState: '1',//邮寄状态 1自取 2邮寄
MailingAddress: '',//MailingState =2 填写邮寄
MailingMoney: null,
SelffetchAddress: '',//自取地址
UseDate:'',//门票日期
Name:'',
EName:'',
......@@ -611,7 +621,7 @@
res => {
if (res.data.resultCode == 1) {
this.detailsObj = res.data.data;
this.msg.MailingAddress = this.detailsObj.SelffetchAddress
this.msg.SelffetchAddress = this.detailsObj.SelffetchAddress
let addList = function (arr) {
arr.forEach(item => {
item.checked = false
......
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