YY 2 anni fa
parent
commit
2e70a75a77

+ 1 - 4
pagesMatch/matchAdmin/mtgroup/add.js

@@ -118,9 +118,7 @@ Page({
     /**
      * 生命周期函数--监听页面显示
      */
-    onShow: async function () {
-
-    },
+    onShow: async function () {},
 
     // 监听用户是否登录
     watchLogin: async function () {
@@ -169,7 +167,6 @@ Page({
                                         if (user_name) val.checked = true;
                                     }
                                 }
-
                                 that.setData({ signList: res.data.data });
                             },
                             error: (e) => { },

+ 1 - 1
pagesMatch/matchAdmin/teamapply/list.wxml

@@ -55,7 +55,7 @@
                 <view class="content">
                     <view class="label">组内项目:</view>
                     <view class="value">
-                        <input type="text" name="group_id_name" value="{{form.group_id_name}}" disabled />
+                        <input type="text" name="project_id_name" value="{{form.project_id_name}}" disabled />
                     </view>
                 </view>
                 <view class="content">