diff --git a/pages/admin/wechat-mp/subscribe-message-templates/new.jsx b/pages/admin/wechat-mp/subscribe-message-templates/new.jsx index 08df31e..c47ad4a 100644 --- a/pages/admin/wechat-mp/subscribe-message-templates/new.jsx +++ b/pages/admin/wechat-mp/subscribe-message-templates/new.jsx @@ -1,9 +1,10 @@ /** * @share [id]/edit */ -import {CListBtn} from '@mxjs/a-clink'; -import {Page, PageActions} from '@mxjs/a-page'; -import {Form, FormItem, FormAction} from '@mxjs/a-form'; +import { CListBtn } from '@mxjs/a-clink'; +import { Page, PageActions } from '@mxjs/a-page'; +import { Form, FormItem, FormAction } from '@mxjs/a-form'; +import { Section } from '@mxjs/a-section'; const New = () => { return ( @@ -13,13 +14,15 @@ const New = () => {
- +
+ - + - + +
- + );