Merge branch 'main' of https://dd3skj.picp.vip/zhaoxinyu/v4
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
package com.budwk.app.zhgh.tooltip.controller;
|
||||
|
||||
import cn.dev33.satoken.annotation.SaCheckLogin;
|
||||
import org.nutz.ioc.loader.annotation.IocBean;
|
||||
import org.nutz.mvc.annotation.At;
|
||||
import org.nutz.mvc.annotation.Ok;
|
||||
|
||||
/**
|
||||
* @ClassName TooltipCommonController
|
||||
* @Author JyuHsin
|
||||
* @Date 2026/3/10 16:14
|
||||
* @Version 1.0
|
||||
* @Description TODO
|
||||
*/
|
||||
@IocBean
|
||||
@Ok("json:full")
|
||||
@At("/platform/tooltip")
|
||||
public class TooltipCommonController {
|
||||
|
||||
@At("/h5")
|
||||
@Ok("beetl:platform/zhghh5/tooltip/index.html")
|
||||
@SaCheckLogin
|
||||
public void index() {}
|
||||
}
|
||||
+1
-1
@@ -4,7 +4,7 @@ const PUSH_FORMAL_DIALOG = {
|
||||
<el-dialog
|
||||
:close-on-click-modal="false"
|
||||
:visible.sync="dialogVisible"
|
||||
title="筹备组推选"
|
||||
title="正式委员录入"
|
||||
width="70%"
|
||||
|
||||
>
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
<!--#
|
||||
layout("/layouts/platform_h5.html"){
|
||||
#-->
|
||||
|
||||
<style scoped>
|
||||
body {
|
||||
background: white;
|
||||
}
|
||||
.weui-msg {
|
||||
background: white;
|
||||
height: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
.weui-msg__title {
|
||||
font-weight: normal;
|
||||
}
|
||||
.weui-msg__msg {
|
||||
font-weight: bolder;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="app">
|
||||
<div class="weui-msg">
|
||||
<div class="weui-msg__icon-area">
|
||||
<i class="weui-icon-info weui-icon_msg"></i>
|
||||
</div>
|
||||
<div class="weui-msg__text-area">
|
||||
<div class="weui-msg__title">温馨提醒</div>
|
||||
<div class="weui-msg__msg">请到电脑端智慧工会系统审核</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script nonce="${cspNonce!}">
|
||||
const vue = new Vue({
|
||||
el: "#app",
|
||||
store,
|
||||
components: {},
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
},
|
||||
created() {
|
||||
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<!--#
|
||||
}
|
||||
#-->
|
||||
Reference in New Issue
Block a user