uni点击商品收藏切换
<view class="p-b-btn" :class="{active: favorite}" @click="toFavorite"> <text class="yticon icon-shouc...
<view class="p-b-btn" :class="{active: favorite}" @click="toFavorite"> <text class="yticon icon-shouc...
uni确认支付页面的跳转,用uni.redirectTo跳转方式,指的是关闭当前页面,跳转到对应的内页。跳转的页面返回的时候,就不会再返回支付确认的页面,如果你是从详情过去的,因为确认支付页面已经关闭了,那就是跳转到...
uni-app分类列表动态获取高度<view class="page-header"> </view> <view class="page-body" :style="'height:'+bodyHeight+'px'"...
组件模板:goods-list.vue<template> <view class="goods_list"> <view @click="navigator(item.id)" class="goods_item" v-for="item...
switchTab官方介绍说明跳转到 tabBar 页面,并关闭其他所有非 tabBar 页面1、需要添加data-type属性<navigator url="/pages/index/index" open-type="switchTab" class...
分类列表的高度实现<template> <view class="sort" :style="'height: '+heightSort+'px;'"> <view class="left" :sty...
实现屏幕滚动超过200时候显示返回顶部的按钮,点击返回顶部的效果html:<!-- 返回顶部 --> <view class="scroll_top" @tap="topScrollTap" :class="[sc...
uniapp引入本地iconfont图标的步骤:1.去https://www.iconfont.cn/ 下载自己需要的字体图标,下载下来之后,在static目录下面新建fonts,放进去刚下载下来的文件,解压复制文件夹里面的相关文件,比如下图,把这...