Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (260): C:\wwwroot\www.ynlykl.com/wp-content/themes/mkBlog/single-post-%e3%80%90%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e3%80%91%e5%9c%a8-wxml-%e6%96%87%e4%bb%b6%e4%b8%ad%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8-array-includes-%e6%96%b9%e6%b3%95%e9%97%ae%e9%a2%98.php in C:\wwwroot\www.ynlykl.com\wp-includes\template.php on line 703

Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (260): C:\wwwroot\www.ynlykl.com/wp-content/themes/mkBlog/single-post-%e3%80%90%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e3%80%91%e5%9c%a8-wxml-%e6%96%87%e4%bb%b6%e4%b8%ad%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8-array-includes-%e6%96%b9%e6%b3%95%e9%97%ae%e9%a2%98.php in C:\wwwroot\www.ynlykl.com\wp-includes\template.php on line 706

Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (260): C:\wwwroot\www.ynlykl.com/wp-includes/theme-compat/single-post-%e3%80%90%e5%be%ae%e4%bf%a1%e5%b0%8f%e7%a8%8b%e5%ba%8f%e3%80%91%e5%9c%a8-wxml-%e6%96%87%e4%bb%b6%e4%b8%ad%e4%b8%8d%e8%83%bd%e4%bd%bf%e7%94%a8-array-includes-%e6%96%b9%e6%b3%95%e9%97%ae%e9%a2%98.php in C:\wwwroot\www.ynlykl.com\wp-includes\template.php on line 709
【微信小程序】在 wxml 文件中不能使用 Array.includes 方法问题 | 越努力越快乐

【微信小程序】在 wxml 文件中不能使用 Array.includes 方法问题

gengboxb 275 0

wxs 中写一个方法

<wxs module="tools">
  var includes = function (array, searchElement) {
    return array.indexOf(searchElement) !== -1
  }
  module.exports = {
    includes:includes
  }
</wxs>

使用:

<view class="btn_wrap" wx:if="{{tools.includes(item.containType,type)}}">
    <view>test</view>
</view>

发表评论 取消回复
表情 图片 链接 代码

分享