上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: 在页面的js文件中,编写:onShareAppMessage【给朋友】 和 onShareTimeline 【到朋友圈】 // index.js // 获取应用实例 Page({ // 分享给朋友 onShareAppMessage: function () { return { title: '标 阅读全文
posted @ 2022-03-26 23:02 柯宝宝智商感人 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 在组件的component.json 中配置:"styleIsolation": "shared" { "component": true, "styleIsolation": "shared", "usingComponents": {} } 阅读全文
posted @ 2022-03-26 15:29 柯宝宝智商感人 阅读(214) 评论(0) 推荐(0) 编辑
摘要: wxml 文件 <view class="container index-container"> <view class="main-swiper"> <swipe="true"> <swiper-item>1</swiper-item> <swiper-item>2</swiper-item> < 阅读全文
posted @ 2022-03-26 13:34 柯宝宝智商感人 阅读(968) 评论(0) 推荐(0) 编辑
摘要: 下载依赖 npm install gulp-sass sass gulpfile.js const { src, dest, series, watch } = require('gulp') const scss = require('gulp-sass')(require('sass')) co 阅读全文
posted @ 2022-03-26 11:48 柯宝宝智商感人 阅读(75) 评论(0) 推荐(0) 编辑
摘要: watch: { '$store.state.cartList': { deep: true, handler(newVal,oldVal) { console.log(newVal,oldVal) } } } 阅读全文
posted @ 2022-03-24 23:51 柯宝宝智商感人 阅读(1255) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页