摘要: 1.地址 https://mock.mengxuegu.com/ 阅读全文
posted @ 2021-11-05 16:28 JaneLifeVlog 阅读(95) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-11-05 16:24 JaneLifeVlog 阅读(351) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2021-10-20 10:55 JaneLifeVlog 阅读(439) 评论(0) 推荐(0)
摘要: let weixinBoolean = false const ready = () => { if (window.__wxjs_environment 'miniprogram') { weixinBoolean = true; } }; if (!window.WeixinJSBridge | 阅读全文
posted @ 2021-09-14 15:46 JaneLifeVlog 阅读(735) 评论(0) 推荐(0)
摘要: const getURLParameters = url => (url.match(/([^?=&]+)(=([^&]*))/g) || []).reduce( (a, v) => ( (a[v.slice(0, v.indexOf('='))] = v.slice(v.indexOf('=') 阅读全文
posted @ 2021-09-09 09:21 JaneLifeVlog 阅读(39) 评论(0) 推荐(0)
摘要: navBar.wxml <!-- 底部导航条 --> <view class="navBar"> <view class="navBar-home" bindtap='goHome'> <image wx:if="{{homeActive}}" src="../../public/index_tab 阅读全文
posted @ 2021-08-26 10:19 JaneLifeVlog 阅读(193) 评论(0) 推荐(0)
摘要: html <view class="carousel"> <swiper indicator-dots="{{indicatorDots}}" autoplay="{{autoplay}}" interval="{{interval}}" duration="{{duration}}" indica 阅读全文
posted @ 2021-08-26 09:39 JaneLifeVlog 阅读(43) 评论(0) 推荐(0)
摘要: html <ul class="rev_img_list"> <li wx:for="{{ cItem.pic_arr }}" wx:for-item="pItem" wx:key="pKey" class="rev_img_item"> <image src="{{pItem}}" class=" 阅读全文
posted @ 2021-08-23 10:14 JaneLifeVlog 阅读(182) 评论(0) 推荐(0)
摘要: 转载自https://juejin.cn/post/6997980990178066469 阅读全文
posted @ 2021-08-19 16:09 JaneLifeVlog 阅读(121) 评论(0) 推荐(0)
摘要: html <table class="week_table el-table el-table--fit el-table--border el-table--enable-row-hover"> <thead class="has-gutter"> <tr class=""> <th colspa 阅读全文
posted @ 2021-06-03 15:30 JaneLifeVlog 阅读(1803) 评论(0) 推荐(0)