Ver código fonte

1、修改home-page

zhoux 1 ano atrás
pai
commit
5cddf975c0
1 arquivos alterados com 0 adições e 12 exclusões
  1. 0 12
      pages/home-page/home-page.js

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

@@ -566,17 +566,5 @@ Page({
       url: '/package-basic-data/pages/register/product-detail/product-detail',
     })
   },
-  /**
- * @desc : 获取语言的方法
- * @author : 周兴
- * @date : 2024/1/19
- */
-  $t(name) {
-    if (this.data.$t[name]) {
-      return this.data.$t[name];
-    } else {
-      return name;
-    }
-  },
 })