|
我把店铺 发布页改了
其中的招聘要求表单 用富文本提交
<script id="myEditor" name="content" type="text/plain" style="width:400px;height:200px;">{yun:}if $row.content{/yun}{yun:}$row.content{/yun}{yun:}else{/yun}请填写具体的招聘要求{yun:}/if{/yun}</script>
手机端
once_add.js
view.addEventListener('myEditor', function() {
content= ue.getContent();
//console.log(e);
});
(function() {
mui('#main').on('click', '#wadsubmit', function(event) {
var content = ue.getContent();
checkcode, (验证这里不能用了)
verify_token;
求:验证方法
|
|