修改下拉刷新不完善问题
This commit is contained in:
@@ -55,7 +55,7 @@ export default {
|
|||||||
mode: false,
|
mode: false,
|
||||||
isLoading: true,
|
isLoading: true,
|
||||||
|
|
||||||
show: true,
|
show: true
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
@@ -91,16 +91,16 @@ export default {
|
|||||||
},
|
},
|
||||||
callphone(phonenumber) {
|
callphone(phonenumber) {
|
||||||
ZWJSBridge.phoneCall({
|
ZWJSBridge.phoneCall({
|
||||||
corpId: phonenumber,
|
corpId: phonenumber
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then(result => {
|
||||||
console.log(result);
|
console.log(result);
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch(error => {
|
||||||
console.log(error);
|
console.log(error);
|
||||||
});
|
});
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
@@ -112,6 +112,7 @@ export default {
|
|||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: #f6f7f8;
|
background: #f6f7f8;
|
||||||
|
display: grid;
|
||||||
.overlay {
|
.overlay {
|
||||||
color: #c9c0c0;
|
color: #c9c0c0;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
|
|||||||
Reference in New Issue
Block a user