mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
移动端自动发券前端展示
This commit is contained in:
@@ -14,6 +14,14 @@ export default {
|
||||
backgroundColor: "#fff",
|
||||
},
|
||||
};
|
||||
},
|
||||
onShow(){
|
||||
setTimeout(()=>{
|
||||
this.$refs.tpl.firstGetAuto();
|
||||
},1000)
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
onReachBottom(){
|
||||
// 给子级监听触底加载
|
||||
|
||||
Reference in New Issue
Block a user