This commit is contained in:
zmr900709
2020-06-17 12:09:28 +08:00
parent 53b9086f5f
commit b534c2323e
9 changed files with 444 additions and 143 deletions

View File

@@ -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()