Commit 2e138270 by 冷斌

fix bug

parent 3452516d
<!DOCTYPE html>
<html>
<head lang="en">
<title>意见反馈</title>
<tc_include file="Appapi/Public/head" />
<title>意见反馈</title>
<tc_include file="Appapi/Public/head" />
<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>
<body>
<div id="test">
<textarea placeholder="请将您遇到的问题/产品建议反馈给我们,建议您尽可能详细的描述问题,便于运营同学帮您解决。" id="content" oninput="check_input()" maxlength='200'></textarea>
<div class="num">最多只能输入200字</div>
<div class="thumb_bd">
<div id="upload" ></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="shad1 shadd" data-select="ipt-file1">
<div class="title-upload">正在上传中...</div>
<div id="progress1">
<div class="progress ipt-file1"></div>
</div>
</div>
<div class="app" id="app" style="overflow: hidden;">
<div class="headBox">
<div style="font-size: 0.7rem; color: #333; margin-right: 1rem;">联系方式</div>
<input class="inputTel" type="text" name="" id="" value="" placeholder="请留下您的微信/QQ/手机号" />
</div>
<div class="bodyBox">
<textarea class="content" rows="" cols="" maxlength="200" placeholder="我的意见…">
</textarea>
</div>
<!-- 提交 -->
<div class="btnBox">
<input type="button" name="" id="" value="提交" />
</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="token" value="{$token}">
<input type="hidden" id="version" value="{$version}">
<input type="hidden" id="model" value="{$model}">
<script>
var vm = new Vue({
el: '#app',
data: {
//数据集
group: [{
}]
},
methods: {
//事件
},
watch: {
//数据监测函数
},
created: function () {
//加载触发函数
}
});
</script>
<tc_include file="Appapi/Public/footer" />
<script src="__PUBLIC__/js/ajaxfileupload.js"></script>
<script src="__PUBLIC__/appapi/js/feedback.js"></script>
</body>
</html>
\ No newline at end of file
</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