|
|
@@ -8,8 +8,8 @@
|
|
|
<view class="title">会员绑定</view>
|
|
|
<view class="identity_name">
|
|
|
<view class="fl">
|
|
|
- <text>会员编号</text>
|
|
|
- <input type="text" bindinput="userNo" placeholder="会员编号" value="{{user_no}}" />
|
|
|
+ <view style="float: left;width: 140rpx;line-height: 100rpx;font-size: 28rpx;color: #7f93ae;"><b style="color:red">*</b>会员编号</view>
|
|
|
+ <input type="text" bindinput="userNo" placeholder="请输入会员编号" value="{{user_no}}" />
|
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
|
<!--<view class="btn" bindtap="d5cCertificate">获取认证信息</view>-->
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<view class="identity_number">
|
|
|
<text>备注</text>
|
|
|
- <input type="text" placeholder="备注" bindinput="remark" value="{{remark}}" />
|
|
|
+ <input type="text" placeholder="请输入备注" bindinput="remark" value="{{remark}}" />
|
|
|
<view class="clean"></view>
|
|
|
</view>
|
|
|
|