小編給大家分享一下微信小程序如何實(shí)現(xiàn)用戶自定義模版的功能,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
創(chuàng)新互聯(lián)建站主要從事成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)江都,十多年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來電咨詢建站服務(wù):135182197921、新建一個(gè)wxml(為測(cè)試方便,這里將wxml文件建立在home目錄下)
/home/home/botmenu.wxml:
<template name="bottommenu"> <view class="bottomposition"> <navigator class="item_info" url="../home/home"> <image src="../img/sy.png"></image> <text>首頁</text> </navigator> <navigator class="item_info" url="/pages/home/home"> <image src="../img/xx.png"></image> <text>消息</text> </navigator> <navigator class="item_info" url="/pages/home/home"> <image src="../img/lz.png"></image> <text>工具</text> </navigator> <navigator class="item_info" url="/pages/home/home"> <image src="../img/wo.png"></image> <text>我</text> </navigator> </view> </template>
2、新建wxss
/home/home/botmenu.wxss:
.bottomposition{ width: 100%; height: 10%; position: fixed; overflow: hidden; left: 0; top: 90%; z-index: 1100; display: flex; border-top: 1rpx solid #dadada; } .item_info { width: 25%; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; } .item_info image { width: 20px; height: 20px; } .item_info text { margin-top: 5px; font-size: 12px; } .infolist{ margin:10px; padding: 0 10px; font-size: 12px; }
3、頁面引用
<import src="../home/home.wxml"/> <view class="info"> <template is="bottommenu"></template> </view>
4、頁面樣式引用
@import "../home/home.wxss";
5、index.js中的data數(shù)據(jù):
data: { tool_list:[{ name:"在線JavaScript代碼美化、格式化工具", url:"http://tools.jb51.net/code/js" },{ name:"json代碼在線格式化/美化/壓縮/編輯/轉(zhuǎn)換工具", url:"http://tools.jb51.net/code/jsoncodeformat" },{ name:"中文繁體字簡(jiǎn)體字轉(zhuǎn)換(繁簡(jiǎn)轉(zhuǎn)換)工具", url:"http://tools.jb51.net/transcoding/convertzh" },{ name:"正則表達(dá)式在線生成工具", url:"http://tools.jb51.net/regex/create_reg" },{ name:"XML代碼在線格式化美化工具", url:"http://tools.jb51.net/code/xmlcodeformat" },{ name:"在線科學(xué)計(jì)算器", url:"http://tools.jb51.net/jisuanqi/jsqkexue" },{ name:"BASE64編碼解碼工具", url:"http://tools.jb51.net/transcoding/base64" }] },
6、index.wxml
<!--index.wxml--> <view class='userinfo'>腳本之家在線工具</view> <view wx:for="{{tool_list}}" class="infolist"> <text>{{item.name}} - {{item.url}}</text> </view> <import src="../home/home.wxml"/> <view class="info"> <template is="bottommenu"></template> </view>
以上是“微信小程序如何實(shí)現(xiàn)用戶自定義模版的功能”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對(duì)大家有所幫助,如果還想學(xué)習(xí)更多知識(shí),歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!
網(wǎng)站名稱:微信小程序如何實(shí)現(xiàn)用戶自定義模版的功能-創(chuàng)新互聯(lián)
路徑分享:http://www.rwnh.cn/article48/pohep.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供移動(dòng)網(wǎng)站建設(shè)、商城網(wǎng)站、云服務(wù)器、外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站制作、網(wǎng)站內(nèi)鏈
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容