摘要: https://article.juejin.cn/post/7242134982218399804 阅读全文
posted @ 2025-10-14 17:57 挽你手 阅读(3) 评论(0) 推荐(0)
摘要: <template> <view class="member-benefits"> <!-- 卡片滑动容器 --> <view class="card-slider" :style="{ background: currentSliderGradient, transition: 'backgrou 阅读全文
posted @ 2025-10-14 11:33 挽你手 阅读(6) 评论(0) 推荐(0)
摘要: .code-title { color: transparent; background: linear-gradient(75deg, #e6af6b 3.6376953125%, #fff4ed 50.4638671875%, #e6af6b 95.751953125%); -webkit-ba 阅读全文
posted @ 2025-07-24 17:17 挽你手 阅读(9) 评论(0) 推荐(0)
摘要: <view class="tabs" :class="temp == 1 ? 'tabClass' : ''"></view> <scroll-view scroll-y="true" @scrolltolower="onLoadMore" :class="temp == 1 ? 'scroll' 阅读全文
posted @ 2025-06-26 16:38 挽你手 阅读(11) 评论(0) 推荐(0)
摘要: 阿里巴巴矢量图标库链接: https://www.iconfont.cn/. 1、找到自己想要的图标加入购物车 2、找到购物车,添加至项目 3、找到自己所添加的项目,下载下来 4、下载的包放入自己要用的项目中(保留css、ttf就行,后续加添加的图标也是修改这两个文件) 5、 iconfont.cs 阅读全文
posted @ 2025-06-19 18:38 挽你手 阅读(18) 评论(0) 推荐(0)
摘要: // vue文件 <view @click="share">分享微信好友</view> async share() { var imagesModel = 'https//' if (imagesModel) { var shareFool = await api.shareWxImage(imag 阅读全文
posted @ 2025-06-09 16:22 挽你手 阅读(9) 评论(0) 推荐(0)
摘要: <view class="marquee-container"> <text class="marquee" :class="{ 'marquee--move': isMoving }" ref="marquee">{{text }}</text> </view> data:{ return:{ t 阅读全文
posted @ 2025-05-26 17:33 挽你手 阅读(6) 评论(0) 推荐(0)
摘要: <scroll-view class="autoMe-box_sroll" scroll-y="true" @scrolltolower="scrolltolower"> <template v-if="viewModel && viewModel.length > 0"> <view v-for= 阅读全文
posted @ 2025-05-23 10:30 挽你手 阅读(7) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/luckyext/article/details/145764229 阅读全文
posted @ 2025-05-20 17:21 挽你手 阅读(59) 评论(0) 推荐(0)
摘要: <view class="container_box"> <view class="container_active"> <view class="container_active_item" v-for="(item, index) in gridItems" :key="index" :clas 阅读全文
posted @ 2025-04-17 17:38 挽你手 阅读(29) 评论(0) 推荐(0)