Explorar o código

feat(message): 消息页打卡按钮

wangpx hai 1 ano
pai
achega
8ddcf3fc89
Modificáronse 2 ficheiros con 10 adicións e 3 borrados
  1. 3 3
      manifest.json
  2. 7 0
      pages/message/index.vue

+ 3 - 3
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "ygoa_miniapp",
-    "appid" : "__UNI__809CCF1",
+    "appid" : "__UNI__1E4DAA8",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
@@ -49,10 +49,10 @@
     "quickapp" : {},
     /* 快应用特有相关 */
     "mp-weixin" : {
-        /* 小程序特有相关 */
         "appid" : "wx6cf4eb9ed2a3cd6a",
         "setting" : {
-            "urlCheck" : false
+            "urlCheck" : false,
+            "minified" : false
         },
         "usingComponents" : true,
         "permission" : {

+ 7 - 0
pages/message/index.vue

@@ -88,6 +88,9 @@
 		<view class="fab_button">
 			<uni-fab :pattern="{icon:'headphones'}" :popMenu="false" horizontal="right" @fabClick="clickFabButton"></uni-fab>
 		</view>
+		<view class="checkIn_button">
+			<uni-fab :pattern="{icon:'calendar'}" :popMenu="false" horizontal="left" @fabClick="clickCheckIn"></uni-fab>
+		</view>
 	</view>
 </template>
 
@@ -97,6 +100,10 @@
 	import processList from '@/components/ygoa/processList.vue'
 	function changeIndexGrid(e) {
 
+	}
+	function clickCheckIn() {
+		console.log('clickCheckIn');
+		$tab.navigateTo('/pages/mine/clockIn/clockIn')
 	}
 	// 分段器选项列表
 	const items = reactive(['全部', '已读', '未读'])