功能:我做的頁面是顯示上課班列表,所以後台返回乙個teachclasslist
最終效果如下圖所示:
wxml頁面**:
class="touch-item }"
data-index="}"
style="display:flex;"
bindtouchstart="touchstart"
bindtouchmove="touchmove"
wx:for="}"
wx:key=""
bindtap="detail"
data-id="
}">
class="content content-left">
src="/images/heart249.png"
style="width:50px;height:50px;"
mode='aspectfill'>
image>
view>
class="content content-right" >
班名:}view>
班號:}view>
教師:}view>
view>
}">刪除 -->
view>
js**
//根據教師id,查詢上課班
getteachclass: function
() ,
success: function
(res) );}})
},
微信小程式開發(一) 資料儲存
二.同步儲存 1 wx.setstoragesync key,data 將 data 儲存在本地快取中指定的 key 中,會覆蓋掉原來該 key 對應的內容,這是乙個同步介面。wx.setstoragesync key value 2 wx.getstoragesync key 從本地快取中同步獲取...
微信小程式 雙向資料繫結
舉個例子class weui cell weui cell input class weui cell hd class weui label space ensp 接 待 人text view view class weui cell bd class weui input name manage...
微信小程式之資料繫結
紅色盒子 淺藍盒子 綠色盒子 這個綠色盒子裡又可以切分成兩個盒子 白色字型較大乙個盒子,白色字型較小乙個盒子 藍色盒子 資料先靜態,後動態 簡單的說就是剛開始,你可以直接先往頁面裡塞靜態資料,然後除錯樣式,樣式搞定了,就可以把靜態資料換成動態資料了。換動態資料呢,又可以分為兩步,大神都是一步到位的,...