于继渤 vor 2 Jahren
Ursprung
Commit
17eb863167
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      package-sales/pages/customer-collection/customer-collection.js

+ 1 - 1
package-sales/pages/customer-collection/customer-collection.js

@@ -135,7 +135,7 @@ Page({
    */
   loadInit() {
     //客户退款
-    if (this.data.functionCode == Constants.CUSTOMER_EFUND_FUNCTIONCODE) {
+    if (this.data.menuUuid == Constants.CUSTOMER_EFUND_FUNCTIONCODE) {
       wx.setNavigationBarTitle({
         title: '客户退款'
       })