Browse Source

跳转月报

una 4 years ago
parent
commit
7133be1b86

+ 3 - 3
client/pages/customer/customerCenter/customerCenter.js

@@ -404,9 +404,9 @@ Page({
    try{
        let  data=await this.readNotice(e);
        if(data!=undefined){
-    // my.navigateTo({
-    //   url: '../monthReport/monthReport'
-    // });
+  my.navigateTo({
+      url: '../reportList/reportList'
+    });
        }
       }catch(e){
          console.log(e);

+ 1 - 1
client/pages/customer/servantedit/servantedit.acss

@@ -25,7 +25,7 @@
 }
 .setting-list{
   background: #FFFFFF;
-  border-radius: 18px;
+  border-radius: 18rpx;
   margin: 25.99rpx 24rpx 20rpx 24rpx;
 }
 .setting-list-title{

+ 3 - 3
client/pages/servant/servantCenter/servantCenter.js

@@ -298,9 +298,9 @@ Page({
    try{
        let  data=await this.readNotice(e);
        if(data!=undefined){
-    // my.navigateTo({
-    //   url: '../monthReport/monthReport'
-    // });
+    my.navigateTo({
+      url: '../reportList/reportList'
+    });
        }
       }catch(e){
          console.log(e);

+ 1 - 1
client/pages/servant/servantedit/servantedit.acss

@@ -25,7 +25,7 @@
 }
 .setting-list{
   background: #FFFFFF;
-  border-radius: 18px;
+  border-radius: 18rpx;
   margin: 25.99rpx 24rpx 20rpx 24rpx;
 }
 .setting-list-title{