微信小程序自定義js函數


var emp = ['abs','dsf','sdf','fd']
var index = emp.indexOf('fd');
if (index > -1) {
emp.splice(index, 1);
}
alert(emp);

 

var reqAnswerObj={};//將集合轉為map操作。
for (var answer of this.data.reqAnswer){
var bid = answer.questionBId ? answer.questionBId : 0;
reqAnswerObj[answer.questionId+"_"+bid] = answer;
}
console.log(reqAnswerObj);

 

 

 

 

 

 

 

dialog組件

 

 pages頁面

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM