35b4c88a by zhangmeng

民生付

1 parent 27fd7985
......@@ -243,7 +243,10 @@
</svg>
</el-radio>
<el-radio border label="4">
{{ language==0?'民生付':"Minsheng Pay" }}
<div class="minLogo">
<img src="@/assets/images/query/min.png" alt="">
<span>{{ language==0?'民生付':'Minsheng Pay' }}</span>
</div>
</el-radio>
<el-radio v-if="form.payTypeArr.indexOf('3')>-1" border label="3">
<!-- paypal-->
......@@ -640,6 +643,7 @@ function getSignList() {
serviceFeeTotal.value += currentItemFee
}
serviceFeeTotal.value = serviceFeeTotal.value.toFixed(2)
console.log(6666, signInfoList.value)
}).catch(err => {
console.log(err)
if (isLogin.value) {
......@@ -984,4 +988,20 @@ const showSJ = () => {
margin-top: 10px
}
.minLogo{
display: flex;
justify-content: space-between;
img{
width: 40px;
height: 40px;
}
span{
font-size: 16px;
font-weight: bold;
position: relative;
bottom: -11px;
margin-left: 10px;
}
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!