|
|
@@ -30,16 +30,16 @@
|
|
|
</el-table>
|
|
|
</div>
|
|
|
|
|
|
- <div class="address_box">
|
|
|
- 收件人信息:
|
|
|
+ <div class="box address_box">
|
|
|
+ <div style="min-width: 65px;">收件人:</div>
|
|
|
<div class="sum" style="margin-top: 5px; margin-bottom: 5px;">
|
|
|
<div class="sum_box">
|
|
|
- <div>真实姓名</div>
|
|
|
- <div><el-input size="small" v-model="consigneeRealName" style="width: 300px;"></el-input></div>
|
|
|
+ <div style="min-width: 70px; font-size: 14px; margin-right: 0;">真实姓名<span style="color: red;">*</span></div>
|
|
|
+ <div><el-input size="small" v-model="consigneeRealName" style="min-width: 150px;"></el-input></div>
|
|
|
</div>
|
|
|
<div class="sum_box" style="margin-top: 5px;">
|
|
|
- <div>身份证号</div>
|
|
|
- <div> <el-input size="small" v-model="consigneeIdNo" style="width: 300px;"></el-input></div>
|
|
|
+ <div style="min-width: 70px; font-size: 14px; margin-right: 0;">身份证号<span style="color: red;">*</span></div>
|
|
|
+ <div><el-input size="small" v-model="consigneeIdNo" style="min-width: 150px;"></el-input></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -49,9 +49,8 @@
|
|
|
<div v-for="(item , index) in all_address" :key='index' class="address">
|
|
|
<el-radio :label="item.ID" >
|
|
|
{{item.PROVINCE_NAME}}省{{item.CITY_NAME}}市{{item.COUNTY_NAME}}县
|
|
|
- 详细地址{{item.ADDRESS}}
|
|
|
- 邮编{{item.ZIP_CODE}}
|
|
|
- 收件人姓名:{{item.CONSIGNEE}}
|
|
|
+ 详细地址:{{item.ADDRESS}}
|
|
|
+ 邮编:{{item.ZIP_CODE}}
|
|
|
手机号码:{{item.MOBILE}}
|
|
|
</el-radio>
|
|
|
</div>
|
|
|
@@ -70,10 +69,6 @@
|
|
|
<div class="box address_box">
|
|
|
合计:
|
|
|
<div class="sum">
|
|
|
- <div class="sum_box">
|
|
|
- <div>运费</div>
|
|
|
- <div>¥{{ freight }}元</div>
|
|
|
- </div>
|
|
|
<div class="sum_box">
|
|
|
<div>实付金额</div>
|
|
|
<div>¥{{ cashSum }}元</div>
|
|
|
@@ -85,7 +80,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <el-dialog title="支付" v-if="visible" :visible.sync="visible" width="30%" :before-close="handleClose">
|
|
|
+ <el-dialog title="支付" v-if="visible" :visible.sync="visible" width="450px" :before-close="handleClose">
|
|
|
<div class="app-container">
|
|
|
<div v-loading="loading" class="white-box">
|
|
|
<form method="post" name="ePayment" :action="actionUrl">
|
|
|
@@ -110,7 +105,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
|
- <el-dialog title="支付成功" :visible.sync="payDialog" :show-close="false" width="350px" :close="handleOrderList">
|
|
|
+ <el-dialog title="支付成功" :visible.sync="payDialog" :show-close="false" width="320px" :close="handleOrderList">
|
|
|
<el-result icon="success" title="支付成功">
|
|
|
<template slot="extra">
|
|
|
<span style="color: #008efa; font-size: 30px;">{{ countdown }}</span>
|
|
|
@@ -119,8 +114,9 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<el-dialog title="提示" :visible.sync="IDCardDialog" width="350px">
|
|
|
- <el-result icon="info" title="提示" subTitle="购买跨境商品需要上传身份证信息,如已上传请忽略">
|
|
|
+ <el-result icon="warning" title="">
|
|
|
<template slot="extra">
|
|
|
+ <span style="font-size: 15px;">购买跨境商品必须上传<span style="color: red;">收件人身份信息</span>,如已上传请忽略</span><br /><br />
|
|
|
<el-button type="primary" size="medium" @click="uploadIDCard">去上传</el-button>
|
|
|
</template>
|
|
|
</el-result>
|
|
|
@@ -320,12 +316,12 @@
|
|
|
this.goodsId=goodsId;
|
|
|
//增加运费03-12yuan
|
|
|
let payAmount = tool.sum(cash_plus_sum);
|
|
|
-
|
|
|
- if(payAmount>=300){
|
|
|
- this.pointFreight = this.freight = 0;
|
|
|
- }else{
|
|
|
- this.pointFreight = this.freight = 15;
|
|
|
- }
|
|
|
+ this.pointFreight = 0
|
|
|
+ // if(payAmount>=300){
|
|
|
+ // this.pointFreight = this.freight = 0;
|
|
|
+ // }else{
|
|
|
+ // this.pointFreight = this.freight = 15;
|
|
|
+ // }
|
|
|
|
|
|
this.pointsSum = this.cashSum = tool.formatPrice(tool.sum(cash_plus_sum) + this.freight) ;
|
|
|
},
|
|
|
@@ -346,7 +342,7 @@
|
|
|
|
|
|
for(let key in response.payList){
|
|
|
// 如果是海外商品,则只有在线支付
|
|
|
- if (key == 'iPay88') {
|
|
|
+ if (key === 'ALiPay') {
|
|
|
this.payList.push({type:key, name:response.payList[key].name})
|
|
|
break;
|
|
|
}
|