会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哎呦啊秋吖
日复一日慌慌张张也不过是为了碎银几两
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2020年6月12日
mpvue下拉分页加载
摘要: //html <div v-for="item in datas" :key="item" >{{item}}</div> //js data:{ p:1, datas:[] } , methods:{ echartdatas() { wx.request({ url: that.url, meth
阅读全文
posted @ 2020-06-12 13:28 茗涵
阅读(409)
评论(0)
推荐(0)
2020年6月5日
小程序城市索引
摘要: //html <view class="wrap"> <view class="header"> <van-search value="{{ value }}" placeholder="请输入城市名称" use-action-slot bind:change="onChange" bind:sea
阅读全文
posted @ 2020-06-05 17:10 茗涵
阅读(313)
评论(0)
推荐(0)
2020年6月3日
git常用命令行
摘要: //拉取项目文件 git clone http://balabala //信息输入错误:控制面板 凭据管理 windows凭证删除信息重新再来 //进入项目文件 git i //下载依赖然后 npm run dev或啥的运行项目 //创建分支 git checkout -b dev //查看分支 g
阅读全文
posted @ 2020-06-03 14:47 茗涵
阅读(74)
评论(0)
推荐(0)
mpvue中echart渲染
摘要: //html <div v-for="(item,index) in data" :key="item"> <div class="pay" > <div class="pay"> <p></p> <p>{{item.name}}</p> </div> </div> <div class="name
阅读全文
posted @ 2020-06-03 14:26 茗涵
阅读(156)
评论(0)
推荐(0)
mpvue中echart加载
摘要: //template <ul class="tab" @click="current" :key="id"> <li @click="cur=0" :class="{active:cur==0}">1</li> <li @click="cur=1" :class="{active:cur==1}">
阅读全文
posted @ 2020-06-03 14:20 茗涵
阅读(274)
评论(0)
推荐(0)
2020年5月21日
mpvue引入阿里巴巴icon
摘要: 选好图标下载本地 在项目static新建文件 把标红的放里面 然后在app.vue引入 @import "../static/iconfont/iconfont.css"; main.js一样引入 在项目中使用 <i class="iconfont icon-arrow-right" style='
阅读全文
posted @ 2020-05-21 16:33 茗涵
阅读(96)
评论(0)
推荐(0)
mpvue中tab切换echarts显示问题
摘要: //template <ul class="tab" @click="current" :key="id"> <li @click="cur=0" :class="{active:cur==0}">1</li> <li @click="cur=1" :class="{active:cur==1}">
阅读全文
posted @ 2020-05-21 16:17 茗涵
阅读(165)
评论(0)
推荐(0)
mpvue传值
摘要: //单个值 detail() { const value = this.value;//赋值传值 wx.navigateTo({ url: "../detail/main?value=" + value }); }, //接收页 onLoad (options) { this.index=optio
阅读全文
posted @ 2020-05-21 16:03 茗涵
阅读(105)
评论(0)
推荐(0)
小程序支付
摘要: //支付 wx.request({ url: url + "/pay", method: 'post', data: { 传参 }, header: { "Content-Type": " " }, success: function (res) { //调取微信支付 wx.requestPayme
阅读全文
posted @ 2020-05-21 14:59 茗涵
阅读(69)
评论(0)
推荐(0)
2020年5月9日
小程序传参
摘要: //传字符串 var Charge = this.data.Charge; wx.navigateTo({ url: '../Pay/Pay?Charge=' + Charge, }) //收字符串 onLoad: function (options) { var that = this var b
阅读全文
posted @ 2020-05-09 16:33 茗涵
阅读(98)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告