当前位置:网站首页>In wechat applet, the externally introduced JS is used in xwml for judgment and calculation
In wechat applet, the externally introduced JS is used in xwml for judgment and calculation
2022-07-02 03:28:00 【Today is Saturday】
Use scene
- The same page shows two arrays , stay js It is troublesome to calculate the array length in
- Can be found in wxml Operation in
stay wxml Use in ( Put it in wxml Introduce in the file
)
<view class="item-info">
<view class="item-title"> Reviewed by the owner </view>
<wxs src="../../utils/calculate.wxs" module="tools" />
<view class="wait" wx:if="{
{tools.calculate(new_list,new_list_gs)>0}}"> To audit : {
{
tools.calculate(new_list,new_list_gs)}}</view>
</view>
establish The suffix is wxs
The file of
function calculate(str1, str2) {
if (str1) {
return str1.length + str2.length
} else {
return '0'
}
}
module.exports = {
calculate: calculate
}
边栏推荐
- 表单自定义校验规则
- Design details of SAP e-commerce cloud footernavigationcomponent
- < job search> process and signal
- Spark Tuning
- Global and Chinese market of bone adhesives 2022-2028: Research Report on technology, participants, trends, market size and share
- Kubernetes cluster storageclass persistent storage resource core concept and use
- Mathematical calculation in real mode addressing
- Getting started with MQ
- venn图取交集
- MSI announced that its motherboard products will cancel all paper accessories
猜你喜欢
Unity脚本的基础语法(6)-特定文件夹
One of the future trends of SAP ui5: embrace typescript
MSI announced that its motherboard products will cancel all paper accessories
SAML2.0 笔记(一)
[untitled] basic operation of raspberry pie (2)
West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials
[C Advanced] brother Peng takes you to play with strings and memory functions
QT environment generates dump to solve abnormal crash
MySQL advanced (Advanced) SQL statement (II)
Sentry experience and architecture, a fledgling monitoring product with a market value of $100million
随机推荐
Download and use of the super perfect screenshot tool snipaste
ORA-01547、ORA-01194、ORA-01110
Kotlin基础学习 17
Comment élaborer une stratégie nuageuse à l'ère des nuages mixtes
Work hard all day long and be alert at sunset
GSE104154_ scRNA-seq_ fibrotic MC_ bleomycin/normalized AM3
Kotlin basic learning 14
Detailed explanation of the difference between Verilog process assignment
Learn PWN from CTF wiki - ret2shellcode
js生成随机数
Global and Chinese markets for ultrasonic probe disinfection systems 2022-2028: Research Report on technology, participants, trends, market size and share
Kotlin基础学习 15
Docker安装canal、mysql进行简单测试与实现redis和mysql缓存一致性
This article describes the step-by-step process of starting the NFT platform project
QT environment generates dump to solve abnormal crash
Common means of modeling: aggregation
aaaaaaaaaaaaa
What is the binding path of SAP ui5
Global and Chinese markets for welding equipment and consumables 2022-2028: Research Report on technology, participants, trends, market size and share
ORA-01547、ORA-01194、ORA-01110