修改下拉刷新不完善问题

This commit is contained in:
2021-11-23 13:17:29 +08:00
parent 681d0fbed9
commit e169657e21

View File

@@ -55,7 +55,7 @@ export default {
mode: false,
isLoading: true,
show: true,
show: true
};
},
created() {
@@ -91,16 +91,16 @@ export default {
},
callphone(phonenumber) {
ZWJSBridge.phoneCall({
corpId: phonenumber,
corpId: phonenumber
})
.then((result) => {
.then(result => {
console.log(result);
})
.catch((error) => {
.catch(error => {
console.log(error);
});
},
},
}
}
};
</script>
<style lang="less" scoped>
@@ -112,6 +112,7 @@ export default {
position: relative;
box-sizing: border-box;
background: #f6f7f8;
display: grid;
.overlay {
color: #c9c0c0;
font-size: 22px;