检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
认识KooMessage控制台 用户开通KooMessage服务后,进入KooMessage控制台,默认进入“总览”页面。 总览页面会显示: 购买套餐包:单击“购买套餐包”,进入购买页面,具体可参见购买KooMessage套餐包。
开发概述 KooMessage是华为云为行业客户提供的一站式富媒体消息服务,聚合智能信息、5G消息、企业服务号、PUSH消息等多渠道触点,实现全场景、全终端触达。
子组件开发 支持的子组件类型 事件处理效果预览 子组件代码示例
父组件开发 编写app-preview组件的JavaScript逻辑 父组件代码示例
总体开发思路 渲染模板预览视图所需的数据保存在pages字段中。调用智能信息模板查询API接口获取pages字段,经多个前端组件开发后,即可渲染出适配于自用平台的预览视图。总体开发流程如图1所示。
目前KooMessage的智能短信模板已支持11种类型的子组件开发,详见表1。对于各类型子组件,子组件代码示例提供了相应的HTML、CSS、JavaScript代码段供参考,部分组件无需编写CSS样式和JavaScript逻辑,请您以实际使用框架和组件库为准。
组件 app-preview-eCommerce组件 app-preview-card-voucher组件 app-preview-card-vouchers组件 app-preview-moreGoods组件 app-preview-ticketImage组件 父主题: 子组件开发
location.href = target; break; default: break; } } } 父主题: 子组件开发
item]="item"></app-preview-card-vouchers> </div> </div> CSS .previews { position: relative; transform-origin: left top; } 父主题: 父组件开发
src" [style]="item.style" // 若图片的动作类型为查看大图,这里使用viewer库实现,开发者请根据实际情况编码 [view]="item?.event?.
app-preview-swiper组件 开发横滑组件时可定义的属性及其作用如表1所示,您可根据实际需求进行定义。 表1 横滑组件属性及作用 属性 作用 item.style 样式定义。 item.swiper.autoplay 是否自动轮播。
app-preview-sideslip组件 HTML <div class="Sideslip" [style]="item.style"> <div class="Sideslip-scroll" [style]="{ width: sideslipList.length *
app-preview-button组件 HTML <div> <p [style]="item.style" (click)="PreviewService.emit(item.event)" class="preview-element" > {{ item.text }} <
父主题: 父组件开发
app-preview-card-vouchers组件 HTML <div [style]="item.style" class="cardVouchers"> // innerHTML会把代码片段插入到当前节点中 <div class="title" [innerHTML]="item.content.divText.text1
app-preview-text组件 HTML <div> <p class="preview-element text-element" [style]="item.style" (click)="PreviewService.emit
app-preview-video组件 HTML <div> <video class="preview-element" [poster]="item.cover" controls [style]="item.style" [src]="item.src"></video> <
app-preview-eCommerce组件 HTML <div class="ECommerce"> <swiper [autoplay]="false" [loop]="true" *ngIf="item.content.imageList.visibility === '
app-preview-ticketImage组件 HTML <div [style]="item.style" class="ticketImage"> <div class="ticketImage_List"> <div // ngFor为循环指令 *ngFor
app-preview-card-voucher组件 HTML <div class="card-voucher"> <div class="content"> <div class="content_top"> <div *ngIf="item.content.voucheType