摘要:
选好图标下载本地 在项目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)
摘要:
//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)
摘要:
//单个值 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)

浙公网安备 33010602011771号