|
|
@@ -151,6 +151,11 @@ Page({
|
|
|
"content": this.data.content
|
|
|
}).then(res => {
|
|
|
console.log("漏斗数据", res)
|
|
|
+ if (res.msg != '成功') return wx.showToast({
|
|
|
+ title: res.msg,
|
|
|
+ icon: "none"
|
|
|
+ })
|
|
|
+ if (res.data.length) res.data.pop();
|
|
|
let full = Math.max(...res.data.map(v => v.wide));
|
|
|
let statistics = res.data.map((v, i) => {
|
|
|
v.action = v.stagename
|