|
|
@ -77,9 +77,12 @@ |
|
|
|
<div class="h5"> |
|
|
|
<div class="title">店铺认证</div> |
|
|
|
</div> |
|
|
|
<div class="shop-details" style="overflow: hidden; line-height: 40px"> |
|
|
|
微信支付-商户认证 |
|
|
|
<!-- <el-button type="primary" style="float:right" @click="approve">立即认证</el-button> --> |
|
|
|
<div class="shop-details" v-if="storeDetails.xsPayId && storeDetails.xsPayId.length > 0" style="overflow: hidden; line-height: 40px"> |
|
|
|
支付信息已认证 {{storeDetails.xsPayId}} |
|
|
|
</div> |
|
|
|
<div class="shop-details" v-else style="overflow: hidden; line-height: 40px"> |
|
|
|
支付信息认证 |
|
|
|
<el-button type="primary" style="float:right" @click="approve">立即认证</el-button> |
|
|
|
</div> |
|
|
|
<div class="h5"> |
|
|
|
<div class="title">退货地址</div> |
|
|
@ -287,8 +290,9 @@ export default { |
|
|
|
.setting-shop-page { |
|
|
|
margin-top: 20px; |
|
|
|
min-height: calc(100% - 20px); |
|
|
|
background-color: #ffffff; |
|
|
|
padding: 15px 20px; |
|
|
|
background: #FFFFFF; |
|
|
|
border-radius: 10px; |
|
|
|
.h5 { |
|
|
|
max-width: 1000px; |
|
|
|
display: flex; |
|
|
|