fixed
This commit is contained in:
@@ -476,7 +476,7 @@ Page({
|
||||
}
|
||||
else if((this.data.statuskey==0||this.data.statuskey==1)&&this.data.followIndex == -1){
|
||||
wx.showToast({
|
||||
title: '请选择跟进渠道',
|
||||
title: '请选择跟进方式',
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
@@ -927,7 +927,7 @@ Page({
|
||||
}
|
||||
},
|
||||
|
||||
//跟进渠道
|
||||
//跟进方式
|
||||
changeFollow(e) {
|
||||
if(this.data.followIndex != e.detail.value && e.detail.value >= 0){
|
||||
this.setData({
|
||||
|
||||
@@ -280,7 +280,7 @@
|
||||
<scroll-view scroll-y="true" style="max-height:1000rpx;">
|
||||
<block wx:if="{{statuskey==0||statuskey==1}}">
|
||||
<view class="mt20 bds-2-eb ml40 mr40 inner20 font-28 color-666 fn-clear ulib-r10">
|
||||
<view class="fn-fl">跟进渠道</view>
|
||||
<view class="fn-fl">跟进方式</view>
|
||||
<picker class="fn-fr wp60 text-right" bindchange="changeFollow" value="{{followIndex}}" range="{{follow}}">
|
||||
<text class="color-ccc" wx:if="{{followIndex == -1}}">请选择</text>
|
||||
<text wx:else>{{follow[followIndex]}}</text>
|
||||
|
||||
Reference in New Issue
Block a user