1 Star 0 Fork 0

毫末科技/hm-uniapp-email-card

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
5年前
5年前
Loading...
README
MIT

官网: https://haomo-tech.com

作者: 毫末科技

邮箱: hxg@haomo-studio.com

预览

预览图片

在线效果预览

更多毫末科技的uni-app跨端模板,请见毫末科技uni-app跨端模板

技术支持

我们公司提供超低价的切图服务哈。移动端平均50元每个页面,PC Web端平均80元每个页面。目前支持出vue、react、uniapp、taro、flutter、小程序代码代码,代码支持自适应。其中uniapp、taro一份代码支持多端。app原生会在五月份开始支持。示例demo: http://edu.uniapp.haomo-tech.com。部分样例代码:http://downloads.haomo-tech.com/uniapp-demo.zip

毫末科技将长期迭代本组件。需要技术支持,请进钉钉群(群号30423559):

概述

毫末uni-app毫末邮件卡片组件。支持H5/小程序(微信、支付宝、头条、百度、QQ)/App;组件可自适应各种屏幕大小的手机。

使用

请使用HBuilderX导入组件。

在script中引用:

import HmEmailCard from '@/components/hm-email-card/index.vue'
export default {
    components: { HmEmailCard }
}

在template中使用:

<template>
  <div class="test-component">
    <hm-email-card :options="options"></hm-email-card>
  </div>
</template>
<script>
import HmEmailCard from '@/components/hm-components/hm-email-card/index.vue'

export default {
  components: { HmEmailCard },
  data() {
    return {
      options: {
         icon:
            '/static/hm-email-card/images/img_25353_0_2.png',
          num: '1',
          newMessages: '条新消息',
          summary:
            '摄影是通过记录光线或其他电磁辐射,或通过图像传感器以电子方式,或通过化学方式,通过',
          word: '…',
          avator:
            '/static/hm-email-card/images/img_25353_0_0.png',
          alexander: '王二',
          statimg:
            '/static/hm-email-card/images/img_25353_0_1.png'
        }
    };
  },
  methods: {
    onClick: function(e) {
      console.log('onClick');
    }
  }
};
</script>
<style>
</style>

属性说明

属性名 类型 默认值 说明
options Object - 卡片属性

options对象各个属性说明如下:

属性名 类型 默认值 说明
icon String - 标题图片
num String - 未读数量
newMessages String - 标题文字
summary String - 内容
avator String - 邮件人
statimg String - 状态图片

事件说明

事件称名 事件说明 返回参数
@click 点击 Card 触发事件 -

更新日志

0.0.1(2020-03-27)

  • 完成第一个版本
MIT License Copyright (c) 2020 北京毫末科技有限公司 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

毫末uni-app邮件卡片组件。支持H5/小程序(微信、支付宝、头条、百度、QQ)/App;组件可自适应各种屏幕大小的手机。 展开 收起
MIT
取消

发行版

暂无发行版

贡献者 (1)

全部

近期动态

接近2年前被 毫末科技 移出了仓库
接近2年前将 李日胜 移出了仓库
5年前创建了仓库
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/haomo/hm-uniapp-email-card.git
git@gitee.com:haomo/hm-uniapp-email-card.git
haomo
hm-uniapp-email-card
hm-uniapp-email-card
master

搜索帮助