소스 검색

1、修改其他收入单和其他支出单的标题

zhoux 2 년 전
부모
커밋
90ea39009c

+ 0 - 1
mixins/index.js

@@ -744,7 +744,6 @@ module.exports = {
             formMode: data.formMode,
             menuUuid:data.menuUuid,
           })
-         
         }
         //菜单编码
         if(data.functionCode){

+ 1 - 1
package-accounts-manage/pages/other-expenditure-orders/other-expenditure-orders.json

@@ -1,4 +1,4 @@
 {
     "usingComponents": {},
-    "navigationBarTitleText":"其他付款单"
+    "navigationBarTitleText":"其他支出单"
 }

+ 1 - 1
package-accounts-manage/pages/other-receipt/other-receipt.json

@@ -1,4 +1,4 @@
 {
     "usingComponents": {},
-    "navigationBarTitleText":"其他收单"
+    "navigationBarTitleText":"其他收单"
 }

+ 0 - 1
pages/home-page/home-page.js

@@ -298,7 +298,6 @@ Page({
       })
       return;
     }
-    console.log('ree', item);
     // 打开页面
     if (item.objectPath || item.url) {
       wx.navigateTo({

+ 1 - 2
pages/index/index.js

@@ -810,12 +810,11 @@ Page({
     if (!url) {
       wx.showToast({
         title: '功能开发中',
-        image: '../../static/image/warning.png',
+        image: '/static/image/warning.png',
         duration: 1000
       })
       return
     }
-    console.log(e)
     // 调转页面
     wx.navigateTo({
       url: url,