Commit c0be8f53 authored by 袁玲利's avatar 袁玲利

代扣状态查询加loading

parent 76201480
......@@ -275,7 +275,7 @@
item.bindCardNo.slice(item.bindCardNo.length - 4)
}}</span
>
<!-- <image class='BankListImg' src='../../../static/img/choiceBank.png'></image> -->
<image class='BankListImg' src='../../../static/img/choiceBank.png'></image>
</view>
</view>
</view>
......@@ -571,6 +571,12 @@ export default {
},
// 代扣状态查询
async signStatusQuery() {
let loading = Toast.loading({
message: "加载中...",
forbidClick: true,
loadingType: "spinner",
duration: 0,
});
$.ajax({
url: gHost + "/bank-wechat/bohai/comprehensive/signStatusQuery",
type: "POST",
......
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