xiaohaizhao hace 1 año
padre
commit
0c441a647e
Se han modificado 3 ficheros con 37 adiciones y 1 borrados
  1. 34 0
      packageA/dailyYttendance/index.vue
  2. 2 0
      pages.json
  3. 1 1
      pages/index/index.vue

+ 34 - 0
packageA/dailyYttendance/index.vue

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

+ 2 - 0
pages.json

@@ -25,6 +25,8 @@
 			"path": "exam/index"
 		}, {
 			"path": "exam/detail"
+		}, {
+			"path": "dailyYttendance/index"
 		}]
 	}],
 	"globalStyle": {

+ 1 - 1
pages/index/index.vue

@@ -18,7 +18,7 @@ export default {
 	data() {
 		return {
 			swiperItemID: 'cloud',
-			page: '商学院'
+			page: '资料库'
 		}
 	},
 	onLoad() {