From 82a02197268268e0da3a682e1d8aa2040012c6ec Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 09 四月 2024 16:20:18 +0800 Subject: [PATCH] 答题器底部按钮显示优化,详情页数据赋值优化 --- packagePersonal/pages/userSetting/index.wxml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packagePersonal/pages/userSetting/index.wxml b/packagePersonal/pages/userSetting/index.wxml index 737d57a..9a4fe31 100644 --- a/packagePersonal/pages/userSetting/index.wxml +++ b/packagePersonal/pages/userSetting/index.wxml @@ -69,7 +69,7 @@ <t-input placeholder="杈撳叆鐭俊楠岃瘉鐮�" borderless value="{{userInfoForm.code}}" type="number" bindchange="onCodeInput" /> </view> <view class="code"> - <button class="btn" bindtap="getPhoneCode">{{countDown > 0 ? countDown : '鑾峰彇鐭俊楠岃瘉鐮�'}}</button> + <button class="btn" bindtap="getPhoneCode">{{countDown > 0 ? '楠岃瘉鐮�(' + countDown + 's)' : '鑾峰彇鐭俊楠岃瘉鐮�'}}</button> </view> </view> </view> -- Gitblit v1.9.1