This commit is contained in:
小鱼开发
2024-06-02 10:09:02 +08:00
parent 8e86dd1e0d
commit 0215e65a71
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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({
+1 -1
View File
@@ -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>