张延森 4 年 前
コミット
0cdb41dbff
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1
    1
      src/pages/carouselFigure/advertisingList.jsx
  2. 1
    1
      src/pages/carouselFigure/carouselFigureList.jsx

+ 1
- 1
src/pages/carouselFigure/advertisingList.jsx ファイルの表示

19
   'notice': '公告',
19
   'notice': '公告',
20
   'tpNews': '服务',
20
   'tpNews': '服务',
21
   'activity': '活动',
21
   'activity': '活动',
22
-  'news': '资讯'
22
+  'news': '资讯',
23
 }
23
 }
24
 
24
 
25
 const header = (props) => {
25
 const header = (props) => {

+ 1
- 1
src/pages/carouselFigure/carouselFigureList.jsx ファイルの表示

24
 
24
 
25
 const PositionDict = {
25
 const PositionDict = {
26
   'index': '首页',
26
   'index': '首页',
27
-  'mall': '商城',
27
+  'mall': '积分商城',
28
   'property': '物业'
28
   'property': '物业'
29
 }
29
 }
30
 
30