Commit 4ef5c3d8 by 冷斌

fix bug

parent 904e6fd7
...@@ -4,63 +4,34 @@ ...@@ -4,63 +4,34 @@
<title>意见反馈</title> <title>意见反馈</title>
<tc_include file="Appapi/Public/head" /> <tc_include file="Appapi/Public/head" />
<link type="text/css" rel="stylesheet" href="__PUBLIC__/appapi/css/feedback.css"/> <link type="text/css" rel="stylesheet" href="__PUBLIC__/appapi/css/feedback.css"/>
<style type="text/css">
.headBox{ width: 100%; height: 2.2rem; margin-top: 0.5rem; display: flex; align-items: center; justify-content: space-between; padding: 0 0.75rem; background: #FFFFFF; }
.inputTel { flex: 1; font-size: 0.7rem; color: #333; }
.bodyBox { width: 100%; margin-top: 0.5rem; background: #fff; padding: 0.5rem 0.75rem; height: 7rem; }
.content { width: 100%; font-size: 0.7rem; color: #333; resize: none; height: 100%; }
.btnBox { width: 100%; margin-top: 5rem; padding: 0 4.4rem; }
.btnBox input { width: 100%; height: 2.2rem; border-radius: 1.1rem; background: #FC7583; font-size: 0.7rem; color: #fff; }
</style>
</head> </head>
<body> <body>
<div id="test">
<div class="app" id="app" style="overflow: hidden;"> <textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200'></textarea>
<div class="num">最多只能输入200字</div>
<div class="headBox">
<div style="font-size: 0.7rem; color: #333; margin-right: 1rem;">联系方式</div> <div class="thumb_bd">
<input class="inputTel" type="text" name="" id="" value="" placeholder="请留下您的微信/QQ/手机号" /> <div id="upload" ></div>
</div> <input type="hidden" id="thumb" name="thumb" value="">
<img src="__PUBLIC__/appapi/images/feedback/add.png" class="fl img-sfz" data-index="ipt-file1" id="img_file1" onclick="file_click($(this))">
<div class="bodyBox"> <div class="shad1 shadd" data-select="ipt-file1">
<textarea class="content" rows="" cols="" maxlength="200" placeholder="我的意见…"> <div class="title-upload">正在上传中...</div>
<div id="progress1">
</textarea> <div class="progress ipt-file1"></div>
</div> </div>
</div>
<!-- 提交 -->
<div class="btnBox">
<input type="button" name="" id="" value="提交" />
</div> </div>
</div> </div>
<div id="btm">
<button disabled id="save_btn" class="button_default">点击反馈</button>
</div>
<input type="hidden" id="uid" value="{$uid}"> <input type="hidden" id="uid" value="{$uid}">
<input type="hidden" id="token" value="{$token}"> <input type="hidden" id="token" value="{$token}">
<input type="hidden" id="version" value="{$version}"> <input type="hidden" id="version" value="{$version}">
<input type="hidden" id="model" value="{$model}"> <input type="hidden" id="model" value="{$model}">
<script> <tc_include file="Appapi/Public/footer" />
var vm = new Vue({ <script src="__PUBLIC__/js/ajaxfileupload.js"></script>
el: '#app', <script src="__PUBLIC__/appapi/js/feedback.js"></script>
data: {
//数据集
group: [{
}]
},
methods: {
//事件
},
watch: {
//数据监测函数
},
created: function () {
//加载触发函数
}
});
</script>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment