Commit d7f61d1c authored by youjie's avatar youjie

no message

parent 37b5c2db
......@@ -67,16 +67,6 @@
required>
</u-field>
<!-- #endif -->
<!-- #ifdef MP-AG -->
<u-field v-if="customer.isGuideOrLeader==1"
v-model="Mailbox"
label="邮箱地址"
placeholder="请填写邮箱地址"
padding="20rpx 28rpx"
:borderBottom="true"
required>
</u-field>
<!-- #endif -->
</view>
<!-- #ifdef MP-AG -->
<view class="flight-card q-mt-md" v-if="sales.length>1">
......@@ -529,21 +519,11 @@
// #ifdef MP-DI
msg = '请输入邮箱地址'
// #endif
// #ifdef MP-AG
if(this.customer.isGuideOrLeader==1){
msg = '请输入邮箱地址'
}
// #endif
}else if (!email.test(this.Mailbox)) {
// #ifdef MP-DI
msg = '请输入正确的邮箱地址'
// #endif
// #ifdef MP-AG
if(this.customer.isGuideOrLeader==1){
msg = '请输入正确的邮箱地址'
}
// #endif
} else if(this.createBy.CreateBy==0){
// #ifdef MP-AG
msg = '请选择与你对接的服务人员'
......
......@@ -350,16 +350,6 @@
</view>
</view>
<!-- #endif -->
<!-- #ifdef MP-AG -->
<view class="column jz_form" v-if="customer.isGuideOrLeader==1">
<view class="form-items">
<view class="label">邮箱地址</view>
<view class="val">
<input type="text" v-model="customer.Mailbox" placeholder="输入邮箱地址" />
</view>
</view>
</view>
<!-- #endif -->
<view>
<textarea class="jz_TextArea" placeholder="请输入备注信息" v-model="Remarks"></textarea>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment