rsapaper

 

 
 
onLoad() {
console.log(\'load\')
console.log(this.$parent)
console.log(\'wepy.$appConfig\')
console.log(wepy.$appConfig)
}
 
 
 
 
 
<script>
import wepy from \'wepy\'
export default class index extends wepy.page {
config = {
backgroundTextStyle: \'light\',
navigationBarBackgroundColor: \'#fff\',
navigationBarTitleText: \'首页\',
navigationBarTextStyle: \'black\',
enablePullDownRefresh: false
}
data = {
swiper: {
indicatorDots: true,
vertical: false,
autoplay: true,
circular: true,
interval: 2000,
duration: 500,
previousMargin: 0,
nextMargin: 0,
swiperimgUrls: [\'tooopen_sy_143912755726.jpg\', \'payWeixin.jpg\'],
},
commonCfg: {}
}
onLaunch() {}
onLoad() {
this.commonCfg = wepy.$appConfig.common
}
onRoute() {}
onReady() {}
onShow() {}
onHide() {}
onUnload() {}
onReachBottom() {}
onShow() {}
onHide() {}
onUnload() {}
methods = {}
}
</script>
 
 
 

分类:

技术点:

相关文章:

  • 2022-01-08
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-11-19
  • 2021-12-03
  • 2021-12-03
猜你喜欢
  • 2021-12-03
  • 2021-12-03
  • 2021-12-03
  • 2021-08-02
  • 2021-12-23
  • 2021-12-03
相关资源
相似解决方案