這篇文章帶給大家的內容是關於小程式中用rich-text來實現ul功能 (程式碼),有一定的參考價值,有需要的朋友可以參考一下,希望對你有幫助。
<rich-text nodes="{{nodes}}" class='nodes'></rich-text>
nodes: [{ name: "ul", attrs: { style: "", class: "nodes_ul" }, children: [ { name: "li", attrs: { style: "", class: "nodes_li" }, children: [{ type: "text", text: '礼品卡请在有效期内登录官网进行绑定使用' }], }, { name: "li", attrs: { style: "", class: "nodes_li" }, children: [{ type: "text", text: '流量包为当月有效,请及时使用' }], }] }],
相關推薦:
微信小程式滴滴中銀行卡管理模組左滑出現刪除和編輯的程式碼實作
######################################################## vue專案和微信小程式有何異同? ######以上是小程式中用rich-text來實作ul功能 (程式碼)的詳細內容。更多資訊請關注PHP中文網其他相關文章!