zs 2 년 전
부모
커밋
cde07a1db4
3개의 변경된 파일2개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      pagesMatch/userAdmin/schedule/linfo.js
  2. 0 4
      pagesMatch/userAdmin/schedule/linfo.wxml
  3. 1 1
      pagesMatch/userAdmin/schedule/list.wxml

+ 1 - 1
pagesMatch/userAdmin/schedule/linfo.js

@@ -32,7 +32,7 @@ Page({
             key: 'user',
             success: async res => {
                 if (that.data.id) {
-                    const arr = await app.$get(`/msgs/${that.data.id}`, {}, 'race');
+                    const arr = await app.$get(`/eliminate/${that.data.id}`, {}, 'race');
                     if (arr.errcode == '0') {
                         arr.data.zhStatus = that.searchStatus(arr.data.status);
                         that.setData({ info: arr.data })

+ 0 - 4
pagesMatch/userAdmin/schedule/linfo.wxml

@@ -13,10 +13,6 @@
                 <text>组别项目:</text>
                 <text>{{info.project_id_name||'暂无'}}</text>
             </view>
-            <view class="one_1">
-                <text>小组名称:</text>
-                <text>{{info.team_id_name||'暂无'}}</text>
-            </view>
             <view class="one_1">
                 <text>场地名称:</text>
                 <text>{{info.address_id_name||'暂无'}}</text>

+ 1 - 1
pagesMatch/userAdmin/schedule/list.wxml

@@ -14,7 +14,7 @@
                                         <text>{{item.match_id_name}}</text>
                                         <text>{{item.group_id_name}}</text>
                                         <text>{{item.project_id_name}}</text>
-                                        <text>{{item.smgroup_name}}</text>
+                                        <text>{{item.team_id_name}}</text>
                                         <text>{{item.address_id_name}}</text>
                                     </view>
                                     <view class="pk">