修改下拉刷新不完善问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user