摘要:
1.<!-- catchtouchmove='{{true}}' 真机上不可滚动 --> <view class='tips' catchtouchmove='{{true}}'> <view class="modal_cover"></view> <view class="modal"> <ima 阅读全文
摘要:
一、建新数组,利用indexOf去重 function newArr(array){ //一个新的数组 var arrs = []; //遍历当前数组 for(var i = 0; i < array.length; i++){ //如果临时数组里没有当前数组的当前值,则把当前值push到新数组里面 阅读全文
