|
@ -158,17 +158,17 @@ export default { |
|
|
gr.addColorStop(1, "rgba(92,197,255,0)"); |
|
|
gr.addColorStop(1, "rgba(92,197,255,0)"); |
|
|
gr.addColorStop(0, "rgba(92,197,255,0.5)"); |
|
|
gr.addColorStop(0, "rgba(92,197,255,0.5)"); |
|
|
context.lineWidth = 1; // 设置线段宽度 |
|
|
context.lineWidth = 1; // 设置线段宽度 |
|
|
drawRoundRect(context, 410, 134, 380, 24, 12, gr); |
|
|
drawRoundRect(context, 410, 128, 380, 24, 12, gr); |
|
|
drawRoundRect(context, 410, 168, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 162, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 202, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 196, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 236, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 230, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 270, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 264, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 304, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 298, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 338, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 332, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 372, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 366, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 406, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 400, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 440, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 434, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 474, 320, 24, 10, gr); |
|
|
drawRoundRect(context, 410, 468, 320, 24, 10, gr); |
|
|
console.log("this.formData", this.formData); |
|
|
console.log("this.formData", this.formData); |
|
|
await this.getNonAutomaticWarningType(this.formData); |
|
|
await this.getNonAutomaticWarningType(this.formData); |
|
|
// drawRoundRect(context, 410, 508, 320, 24, 10, gr); |
|
|
// drawRoundRect(context, 410, 508, 320, 24, 10, gr); |
|
|