zs 2 年之前
父節點
當前提交
cde07a1db4

+ 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">