Browse Source

注册签到页面

xiaohaizhao 1 year ago
parent
commit
f61be82feb
3 changed files with 31 additions and 1 deletions
  1. 28 0
      packageA/signIn/index.vue
  2. 2 0
      pages.json
  3. 1 1
      pages/index/modules/bottomTabControl.vue

+ 28 - 0
packageA/signIn/index.vue

@@ -0,0 +1,28 @@
+<template>
+    <view class="container">
+        <cu-custom id="custom"
+            bgImage="https://yostest175549.obs.cn-east-2.myhuaweicloud.com:443/202306151686796745663B52544232.png"
+            :isBack="true">
+            <block slot="backText">返回</block>
+            <block slot="content">
+                签到记录
+            </block>
+        </cu-custom>
+    </view>
+</template>
+
+<script>
+export default {
+    components: {},
+    name: "SignIn",
+    data() {
+        return {
+        }
+    },
+    onLoad(options) {
+    },
+    methods: {}
+}
+</script>
+
+<style lang="scss" scoped></style>

+ 2 - 0
pages.json

@@ -34,6 +34,8 @@
 			"path": "workOrder/detail"
 		}, {
 			"path": "workOrder/setNode"
+		}, {
+			"path": "signIn/index"
 		}]
 	}, {
 		"root": "control",

+ 1 - 1
pages/index/modules/bottomTabControl.vue

@@ -3,7 +3,7 @@
         <view class="tabbar-box-wrap">
             <view class="tabbar-box">
                 <view class="item">
-                    <navigator url="#" class="nav">
+                    <navigator url="/packageA/signIn/index" class="nav">
                         <view class="icon">
                             <text class="iconfont icon-a-wodemendianxinxidizhi" />
                         </view>