移动端自动发券前端展示

This commit is contained in:
yeliang-king
2023-01-13 07:35:51 +08:00
parent f84f9ab696
commit 0843e457b0
6 changed files with 141 additions and 1 deletions

View File

@@ -14,6 +14,14 @@ export default {
backgroundColor: "#fff",
},
};
},
onShow(){
setTimeout(()=>{
this.$refs.tpl.firstGetAuto();
},1000)
},
methods: {
},
onReachBottom(){
// 给子级监听触底加载