06 2021 档案

swiper 禁止滑动
摘要:<div class="swiper-container"> <swiper :style="'min-height:'+height+'px'" :current="active" duration="0" @change="swiperChange"> <swiper-item> </swipe 阅读全文

posted @ 2021-06-04 15:33 Monroe_Yu 阅读(90) 评论(4) 推荐(0) 编辑

uniapp自定义凸出的导航栏
摘要:page.json { "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path" : "pages/tabs/tabs", "style" : { "navigationBarTitl 阅读全文

posted @ 2021-06-04 15:20 Monroe_Yu 阅读(714) 评论(0) 推荐(0) 编辑

uniapp css实现双排菜单向左滑动
摘要:<scroll-view class="typelist" scroll-x> <view class="nav-bar-wrap"> <block v-for="(item,index) in goodstypelist"> <view class="nav-bar-item"> <navigat 阅读全文

posted @ 2021-06-03 11:43 Monroe_Yu 阅读(341) 评论(0) 推荐(0) 编辑

uniapp开发公众号,微信设置字体大小后,禁止改变页面字体大小
摘要:安卓端 // 禁止页面改变字体大小 if (typeof WeixinJSBridge == "object" && typeof WeixinJSBridge.invoke == "function") { handleFontSize(); } else { document.addEventL 阅读全文

posted @ 2021-06-02 11:38 Monroe_Yu 阅读(434) 评论(0) 推荐(0) 编辑