From b55024ee2f42aa93e0ecaa3113bdeb286f6e59ac Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 29 七月 2025 18:01:55 +0800 Subject: [PATCH] 优化按钮显示,教学互动 --- packageBookService/pages/bookServices/examination/components/joinGroupDialog/index.wxml | 35 +++++------------------------------ 1 files changed, 5 insertions(+), 30 deletions(-) diff --git a/packageBookService/pages/bookServices/examination/components/joinGroupDialog/index.wxml b/packageBookService/pages/bookServices/examination/components/joinGroupDialog/index.wxml index 7cd36b5..cb42b02 100644 --- a/packageBookService/pages/bookServices/examination/components/joinGroupDialog/index.wxml +++ b/packageBookService/pages/bookServices/examination/components/joinGroupDialog/index.wxml @@ -6,40 +6,15 @@ <view class="warning-txt"> 妫�娴嬪埌鎮ㄦ湭鍔犲叆鐝骇锛屽鎮ㄤ笉鍔犲叆鐝骇锛屾彁浜ょ殑绛旀灏嗕笉鑳芥彁浜ゅ埌鐝骇鑰佸笀澶勶細 </view> - <t-radio - allow-uncheck - icon="dot" - label="鍔犲叆鐝骇" - value="1" - data-value="1" - checked="{{joinGroup == 1}}" - bind:change="onChangeRadio" - /> + <t-radio allow-uncheck icon="dot" label="鍔犲叆鐝骇" value="1" data-value="1" checked="{{joinGroup == 1}}" bind:change="onChangeRadio" /> <view class="phone-input"> - <input - value="{{inputvalue}}" - placeholder="璇疯緭鍏ョ彮绾ч個璇风爜" - bind:change="inputChange" - type="text" - class="phone" - style="{{inputStyle}}" - /> + <input value="{{inputvalue}}" placeholder="璇疯緭鍏ョ彮绾ч個璇风爜" bind:change="inputChange" type="text" class="phone" style="{{inputStyle}}" /> </view> - <t-radio - allow-uncheck - icon="dot" - label="涓嶅姞鍏ョ彮绾�" - value="0" - data-value="2" - checked="{{joinGroup == 2}}" - bind:change="onChangeRadio" - /> + <t-radio allow-uncheck icon="dot" label="涓嶅姞鍏ョ彮绾�" value="0" data-value="2" checked="{{joinGroup == 2}}" bind:change="onChangeRadio" /> <t-checkbox label="涓嶅啀鎻愮ず鍔犲叆鐝骇" icon="rectangle" value="{{noTip}}" /> </view> <view class="submit-btn"> - <t-button theme="primary" size="large" block bind:tap="confirmSuggest" - >纭</t-button - > + <t-button theme="primary" size="large" block bind:tap="confirmSuggest">纭</t-button> </view> </view> -</view> +</view> \ No newline at end of file -- Gitblit v1.9.1