35b4c88a by zhangmeng

民生付

1 parent 27fd7985
...@@ -243,7 +243,10 @@ ...@@ -243,7 +243,10 @@
243 </svg> 243 </svg>
244 </el-radio> 244 </el-radio>
245 <el-radio border label="4"> 245 <el-radio border label="4">
246 {{ language==0?'民生付':"Minsheng Pay" }} 246 <div class="minLogo">
247 <img src="@/assets/images/query/min.png" alt="">
248 <span>{{ language==0?'民生付':'Minsheng Pay' }}</span>
249 </div>
247 </el-radio> 250 </el-radio>
248 <el-radio v-if="form.payTypeArr.indexOf('3')>-1" border label="3"> 251 <el-radio v-if="form.payTypeArr.indexOf('3')>-1" border label="3">
249 <!-- paypal--> 252 <!-- paypal-->
...@@ -640,6 +643,7 @@ function getSignList() { ...@@ -640,6 +643,7 @@ function getSignList() {
640 serviceFeeTotal.value += currentItemFee 643 serviceFeeTotal.value += currentItemFee
641 } 644 }
642 serviceFeeTotal.value = serviceFeeTotal.value.toFixed(2) 645 serviceFeeTotal.value = serviceFeeTotal.value.toFixed(2)
646 console.log(6666, signInfoList.value)
643 }).catch(err => { 647 }).catch(err => {
644 console.log(err) 648 console.log(err)
645 if (isLogin.value) { 649 if (isLogin.value) {
...@@ -984,4 +988,20 @@ const showSJ = () => { ...@@ -984,4 +988,20 @@ const showSJ = () => {
984 margin-top: 10px 988 margin-top: 10px
985 } 989 }
986 990
991
992 .minLogo{
993 display: flex;
994 justify-content: space-between;
995 img{
996 width: 40px;
997 height: 40px;
998 }
999 span{
1000 font-size: 16px;
1001 font-weight: bold;
1002 position: relative;
1003 bottom: -11px;
1004 margin-left: 10px;
1005 }
1006 }
987 </style> 1007 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!