diff --git a/admin/src/views/H5Mngr/ArticlesMngr.vue b/admin/src/views/H5Mngr/ArticlesMngr.vue index e027455..e2f8376 100644 --- a/admin/src/views/H5Mngr/ArticlesMngr.vue +++ b/admin/src/views/H5Mngr/ArticlesMngr.vue @@ -156,14 +156,17 @@ // 编辑器实例,必须用 shallowRef const editorRef = shallowRef() + + + // 内容 HTML const valueHtml = ref(null) - const toolbarConfig = {} + const toolbarConfig = {excludeKeys:["insertVideo"],insertKeys:{index:4,keys:"fontSize"}} const editorConfig = { placeholder: '请输入内容...', MENU_CONF: {}, } - let mode = 'default' // 'simple\default' + let mode = 'simple' // 'simple\default' // 修改 uploadImage 菜单配置 diff --git a/h5/App.vue b/h5/App.vue index 1a8493c..6070795 100644 --- a/h5/App.vue +++ b/h5/App.vue @@ -141,4 +141,7 @@ .input_line_input_wrapper { width: 500rpx; } + + \ No newline at end of file diff --git a/h5/pages/components/goHome.vue b/h5/pages/components/goHome.vue index 5685b30..f898106 100644 --- a/h5/pages/components/goHome.vue +++ b/h5/pages/components/goHome.vue @@ -6,7 +6,8 @@ @mousedown="dragButton" @touchstart="dragButton" > - + + diff --git a/h5/pages/main/tj/choose.vue b/h5/pages/main/tj/choose.vue index 803ebea..783071b 100644 --- a/h5/pages/main/tj/choose.vue +++ b/h5/pages/main/tj/choose.vue @@ -111,7 +111,7 @@ onShow(() => { >{{ i.sex === 1 ? "男" : "女" }}性 - {{ i.id_number }} + {{ i.birthday }} {{ i.relation diff --git a/h5/pages/main/tj/tjxq.vue b/h5/pages/main/tj/tjxq.vue index e192031..ba7bac1 100644 --- a/h5/pages/main/tj/tjxq.vue +++ b/h5/pages/main/tj/tjxq.vue @@ -438,7 +438,7 @@ + class="rounded-15rpx mt-20rpx bg-#fff py-40rpx px-30rpx box-border flex-col flex"> 体检须知 @@ -478,7 +478,7 @@ 体检注意事项 - + diff --git a/h5/pages/premarital/readme/readme.vue b/h5/pages/premarital/readme/readme.vue index 85f0790..98c73cf 100644 --- a/h5/pages/premarital/readme/readme.vue +++ b/h5/pages/premarital/readme/readme.vue @@ -64,7 +64,7 @@ - + 立即预约 diff --git a/h5/static/iconfont.css b/h5/static/iconfont.css new file mode 100644 index 0000000..40b9eda --- /dev/null +++ b/h5/static/iconfont.css @@ -0,0 +1,16 @@ +@font-face { + font-family: "iconfont"; /* Project id 4743543 */ + src: url('/static/iconfont.ttf') format('truetype'); +} + +.iconfont { + font-family: "iconfont" !important; + font-size: 16px; + font-style: normal; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.icon-subdirectory_arrow_left:before { + content: "\e7b7"; +} \ No newline at end of file diff --git a/h5/static/iconfont.ttf b/h5/static/iconfont.ttf new file mode 100644 index 0000000..550ea27 Binary files /dev/null and b/h5/static/iconfont.ttf differ