From 375c18a6d2713ff19b22093eec57315992d8333f Mon Sep 17 00:00:00 2001
From: Codex Assistant <codex@example.com>
Date: 星期四, 06 十一月 2025 13:33:52 +0800
Subject: [PATCH] 增加评审下载
---
wx/pages/registration/registration.wxml | 47 +++++++++++++++--------------------------------
1 files changed, 15 insertions(+), 32 deletions(-)
diff --git a/wx/pages/registration/registration.wxml b/wx/pages/registration/registration.wxml
index d7ecf1f..0bba1f1 100644
--- a/wx/pages/registration/registration.wxml
+++ b/wx/pages/registration/registration.wxml
@@ -11,8 +11,8 @@
<view class="card">
<view class="card-title">涓汉淇℃伅</view>
- <!-- 澶村儚 -->
- <view class="form-item" bindtap="onChooseAvatar">
+ <!-- 澶村儚锛堟寜闇�姹傞殣钘忥級 -->
+ <view wx:if="{{false}}" class="form-item" bindtap="onChooseAvatar">
<text class="label">鐓х墖</text>
<view class="input-wrapper avatar-wrapper">
<image
@@ -62,9 +62,9 @@
<text wx:if="{{errors.phone}}" class="error-text">{{errors.phone}}</text>
</view>
- <!-- 鎬у埆 -->
- <view class="form-item {{errors.gender ? 'error' : ''}}">
- <text class="label required">鎬у埆</text>
+ <!-- 鎬у埆锛堟寜闇�姹傞殣钘忥級 -->
+ <view wx:if="{{false}}" class="form-item {{errors.gender ? 'error' : ''}}">
+ <text class="label">鎬у埆</text>
<view class="input-wrapper">
<picker
class="picker"
@@ -81,8 +81,8 @@
<text wx:if="{{errors.gender}}" class="error-text">{{errors.gender}}</text>
</view>
- <!-- 鐢熸棩 -->
- <view class="form-item {{errors.birthDate ? 'error' : ''}}">
+ <!-- 鐢熸棩锛堟寜闇�姹傞殣钘忥級 -->
+ <view wx:if="{{false}}" class="form-item {{errors.birthDate ? 'error' : ''}}">
<text class="label">鐢熸棩</text>
<view class="input-wrapper">
<picker
@@ -100,9 +100,9 @@
<text wx:if="{{errors.birthDate}}" class="error-text">{{errors.birthDate}}</text>
</view>
- <!-- 鎵�鍦ㄥ尯鍩� -->
+ <!-- 鎵�灞炲尯鍩� -->
<view class="form-item {{errors.regionId ? 'error' : ''}}">
- <text class="label">鎵�鍦ㄥ尯鍩�</text>
+ <text class="label">鎵�灞炲尯鍩�</text>
<view class="input-wrapper">
<picker
class="picker"
@@ -113,15 +113,15 @@
bindchange="onRegionChange"
>
<view class="picker-text {{formData.regionId === null ? 'placeholder' : ''}}">
- {{formData.regionId !== null && regionIndex >= 0 ? regions[regionIndex].name : '璇烽�夋嫨鎵�鍦ㄥ尯鍩�'}}
+ {{formData.regionId !== null && regionIndex >= 0 ? regions[regionIndex].name : '璇烽�夋嫨鎵�灞炲尯鍩�'}}
</view>
</picker>
</view>
<text wx:if="{{errors.regionId}}" class="error-text">{{errors.regionId}}</text>
</view>
- <!-- 鏁欒偛鑳屾櫙 -->
- <view class="form-item {{errors.education ? 'error' : ''}}">
+ <!-- 鏁欒偛鑳屾櫙锛堟寜闇�姹傞殣钘忥級 -->
+ <view wx:if="{{false}}" class="form-item {{errors.education ? 'error' : ''}}">
<text class="label">鏁欒偛鑳屾櫙</text>
<view class="input-wrapper">
<picker
@@ -139,8 +139,8 @@
<text wx:if="{{errors.education}}" class="error-text">{{errors.education}}</text>
</view>
- <!-- 绠�浠� -->
- <view class="form-item vertical-layout {{errors.introduction ? 'error' : ''}}">
+ <!-- 绠�浠嬶紙鎸夐渶姹傞殣钘忥級 -->
+ <view wx:if="{{false}}" class="form-item vertical-layout {{errors.introduction ? 'error' : ''}}">
<text class="label">绠�浠�</text>
<view class="input-wrapper">
<textarea
@@ -175,23 +175,6 @@
</view>
<text wx:if="{{errors.projectName}}" class="error-text">{{errors.projectName}}</text>
</view>
-
- <!-- 椤圭洰鎻忚堪 -->
- <view class="form-item vertical-layout {{errors.description ? 'error' : ''}}">
- <text class="label required">椤圭洰鎻忚堪</text>
- <view class="input-wrapper">
- <textarea
- class="textarea"
- placeholder-class="placeholder-class"
- placeholder="璇疯缁嗘弿杩版偍鐨勯」鐩唴瀹广�佺洰鏍囧拰鐗硅壊"
- value="{{formData.description}}"
- data-field="description"
- bindinput="onInputChange"
- maxlength="1000"
- />
- </view>
- <text wx:if="{{errors.description}}" class="error-text">{{errors.description}}</text>
- </view>
</view>
<!-- 闄勪欢璧勬枡鍗$墖 -->
@@ -225,7 +208,7 @@
<view class="upload-icon">馃搸</view>
<text class="upload-text">娣诲姞闄勪欢</text>
<view class="upload-hint">
- 鏀寔瑙嗛/鍥剧墖/PDF/Word绛夛紝鏈�澶歿{maxAttachments}}涓�
+ 鏀寔瑙嗛/鍥剧墖/PDF/Word/PPT绛夛紝鏈�澶歿{maxAttachments}}涓�
</view>
</view>
</view>
--
Gitblit v1.8.0