From 5656daeb79c6d4d3f9fc78f981c7faf96582d2f1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 11 八月 2022 14:24:29 +0800
Subject: [PATCH] 登录注册模块、
---
component/inputcell/inputcell.wxml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/component/inputcell/inputcell.wxml b/component/inputcell/inputcell.wxml
index 52e6cb5..61ee1f0 100644
--- a/component/inputcell/inputcell.wxml
+++ b/component/inputcell/inputcell.wxml
@@ -8,7 +8,7 @@
<input wx:if="{{item.input}}" type="{{item.type?item.type:'text'}}"
maxlength="{{item.maxLength?item.maxLength:'-1'}}" id="{{item.id?item.id:''}}"
placeholder-style="color:{{item.noValue?'red':'#B2B2B2'}};" class="weui-up-input {{inputClass}} {{alignLeft?'':'input-right'}}"
- bindinput="changeV" value="{{item.value}}" placeholder="璇疯緭鍏{item.name}}" />
+ bindinput="changeV" value="{{item.value}}" placeholder="{{item.placeholder ? item.placeholder : '璇疯緭鍏�' + item.name}} " />
<view wx:else="{{text}}" class="weui-up-input {{inputClass}} {{alignLeft?'':'input-right'}}">{{item.value}}</view>
<view class="unit">{{item.unit}}</view>
</view>
--
Gitblit v1.9.3