v
This commit is contained in:
@@ -47,8 +47,23 @@
|
||||
heightes:'',
|
||||
imgurl: ['../../static/pageA/welcome_banner.jpg', '../../static/pageA/welcome_img2.jpg', '../../static/pageA/welcome_img3.jpg'],
|
||||
indicatorDots: true,
|
||||
autoplay: true,
|
||||
interval: 3000,
|
||||
duration: 500
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
|
||||
},
|
||||
methods: {
|
||||
apiwelcome(){
|
||||
this.$u.api.documentInfo({
|
||||
document_code:'agreement'
|
||||
}).then((res)=>{
|
||||
console.log('协议',res)
|
||||
|
||||
})
|
||||
// 启动页
|
||||
this.$u.api.pageList({}).then((res)=>{
|
||||
console.log('协议',res)
|
||||
@@ -89,6 +104,7 @@
|
||||
url: '/pageA/login/login'
|
||||
});
|
||||
}
|
||||
},
|
||||
mounted(){
|
||||
// 3秒倒计时调用
|
||||
this.remaining_time()
|
||||
|
||||
Reference in New Issue
Block a user