摘要:share mixin 重要用于 设置分享类容、重定向Url 1 import {mapState,mapMutations} from 'vuex' 2 export default { 3 computed:{ 4 ...mapState('login',['userInfo','redirec
阅读全文
摘要:在这个项目中,调用登录接口时,将页面参数传入,且登录完成后需要调用别的接口。 1 import {mapState,mapActions,mapMutations,mapGetters} from 'vuex' 2 export default { 3 computed:{ 4 ...mapStat
阅读全文
摘要:video 组件,video 组件在目前较新的基础库(2.12.2)中已经支持同层渲染,如果写在 video 标签内部,则在开发者工具中显示正常,但在真机中会出现 非 video 元素不显示的情况。video 标签已支持嵌套在 swiper 组件中,swiper-item 也可签到 scroll-v
阅读全文
摘要:1、input-text.vue 组件,支持 输入姓名(realname 不可输入数字)、手机号(phone不可输入汉字) 1 <template> 2 <view class="cu-form-group padding-lr-0 padding-tb-xs margin-lr"> 3 <view
阅读全文
摘要:empty.vue 页面为空时组件 1 <template> 2 <view class="flex flex-direction justify-center align-center" :style="{'margin-top': top}"> 3 <image :style="{height:
阅读全文