@@ -0,0 +1,34 @@
+<template>
+ <view>
+ <My_listbox ref="List" @getlist="getList(true)">
+ </My_listbox>
+ </view>
+</template>
+
+<script>
+export default {
+ data() {
+ return {
+ }
+ },
+ onLoad() {
+ wx.setNavigationBarTitle({
+ title: this.getApps('资料库', '/packageA/dailyYttendance/index').remark || '每日一签',
+ });
+ onShow() {
+ this.updateList()
+ methods: {
+ getList(init = false) {
+ updateList() {
+}
+</script>
+<style lang="scss"></style>
@@ -25,6 +25,8 @@
"path": "exam/index"
}, {
"path": "exam/detail"
+ }, {
+ "path": "dailyYttendance/index"
}]
}],
"globalStyle": {
@@ -18,7 +18,7 @@ export default {
data() {
return {
swiperItemID: 'cloud',
- page: '商学院'
+ page: '资料库'
}
},
onLoad() {