|
|
@@ -797,16 +797,11 @@ Component({
|
|
|
} else {
|
|
|
bol = true
|
|
|
}
|
|
|
- console.log('bol', bol);
|
|
|
if(bol){
|
|
|
// 如果配置中用户未订阅消息 则弹窗
|
|
|
wx.requestSubscribeMessage({
|
|
|
tmplIds: tmplIds,
|
|
|
success(res) {
|
|
|
- console.log('success', res);
|
|
|
- // if(bol){
|
|
|
- // util.showToast('如需使用跟进提醒功能,请在设置中开启跟进提醒')
|
|
|
- // }
|
|
|
that.openDatePopTime(e)
|
|
|
},
|
|
|
fail(res) {
|