🔥 创建切换商品分类状态的JS文件 🔥
文章来源地址https://www.toymoban.com/news/detail-604598.html
; var food_act_ops={ init:function(){ this.eventBind(); }, eventBind:function(){ //表示作用域 var that = this; $(".wrap_search select[name=status]").change(function(){ $(".wrap_search").submit(); }); $(".remove").click(function(){ that.ops("remove",$(this).attr("data")); }); $(".recover").click(function(){ that.ops("recover",$(this).attr("data")); }) console.log(1); }, }; $(document).ready(function(){ food_act_ops.init(); });
🔥 商品分类布局里面引入js文件依赖 🔥
{% block js %} <sc
文章来源:https://www.toymoban.com/news/detail-604598.html
到了这里,关于Python Flask构建微信小程序订餐系统 (十二)的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!