|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<view slot="content">客户资料</view> |
|
|
|
</cu-custom> |
|
|
|
|
|
|
|
<van-notice-bar color="#1989fa" background="#008AFF" left-icon="info-o" text="{{form.id ? '点击可以修改客户信息' : '添加客户信息'}}" /> |
|
|
|
<van-notice-bar color="#1989fa" background="#008AFF" left-icon="info-o" text="{{form.id ? '点击可以修改客户信息' : (cardNo ? '选择客户重新进行绑定' : '添加客户信息')}}" mode="{{ cardNo ? 'link' : '' }}" bind:click="chooseMember"/> |
|
|
|
<van-field value="{{ form.cardNo }}" label="卡号:" disabled wx:if="{{ form.cardNo }}" /> |
|
|
|
<van-field id="name" value="{{ form.name }}" label="客户姓名:" placeholder="请输入客户姓名" bind:input="bindInput" /> |
|
|
|
<van-field id="mobile" value="{{ form.mobile }}" type="number" label="手机号码:" placeholder="请输入手机号码" |
|
|
|
|