Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: [Flowchart] e.shiftX is not a function #2599

Closed
XijiZhao opened this issue Jun 27, 2019 · 2 comments
Closed

ERROR: [Flowchart] e.shiftX is not a function #2599

XijiZhao opened this issue Jun 27, 2019 · 2 comments

Comments

@XijiZhao
Copy link

Hi,
I have a problem when I use Tpyora.
I don't know what happen.
How can I fix it?

Thanks

st=>start: 开始:门诊中心
e=>end: 结束
op1=>operation: 进入”医责险“介绍页面&下载“条款”
op2=>operation: 点击“投保”,进入“投保”页面
op3=>operation: 填写“投保信息”
cond1=>condition: 投保信息是否正确?
op4=>operation: “提交信息”,展示“等待审核”页面
op5=>operation: 电话联系客服修改信息
op6=>operation: 调用“投保接口”/"CPC接口"
cond2=>condition: 是否成功?
op7=>operation:	展示“投保成功-等待支付”页面
op8=>operation:	技术人员处理

st->op1->op2->op3->cond1
cond1(yes)->op4
cond1(no)->op5->op4->op6->cond2
cond2(no)->op8->op7
cond2(yes)->op7->e

WeChatbbb6eabe525ca545726dc58fa349a525

@abnerlee
Copy link
Contributor

adrai/flowchart.js#125

@abnerlee
Copy link
Contributor

merge into #2602

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants