wangfumin 3 달 전
부모
커밋
297fa17ce2
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app.json
  2. 1 1
      pages/user/index.wxml

+ 1 - 1
app.json

@@ -56,7 +56,7 @@
         "pagePath": "pages/collection/index",
         "pagePath": "pages/collection/index",
         "iconPath": "imgs/icon_culture_normal.png",
         "iconPath": "imgs/icon_culture_normal.png",
         "selectedIconPath": "imgs/icon_culture_active.png",
         "selectedIconPath": "imgs/icon_culture_active.png",
-        "text": "藏"
+        "text": "藏"
       },
       },
       {
       {
         "pagePath": "pages/user/index",
         "pagePath": "pages/user/index",

+ 1 - 1
pages/user/index.wxml

@@ -31,7 +31,7 @@
     <view class="function-section">
     <view class="function-section">
       <view class="main-buttons">
       <view class="main-buttons">
         <view class="btn-reserve {{!isLoggedIn ? 'btn-disabled' : ''}}" bindtap="startPreview">我的预约</view>
         <view class="btn-reserve {{!isLoggedIn ? 'btn-disabled' : ''}}" bindtap="startPreview">我的预约</view>
-        <view class="btn-people {{!isLoggedIn ? 'btn-disabled' : ''}}" bindtap="goToUserList">我的参观人</view>
+        <view class="btn-people {{!isLoggedIn ? 'btn-disabled' : ''}}" bindtap="goToUserList">参观人信息</view>
       </view>
       </view>
       
       
       <view class="secondary-buttons">
       <view class="secondary-buttons">