检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
父组件代码示例 HTML <div class="previews" [style]=" pages[0].style" > // ngFor为循环指令,遍历content数组获取item <div *ngFor="let item of pages[0].content">
子组件代码示例 app-preview-text组件 app-preview-button组件 app-preview-image组件 app-preview-video组件 app-preview-sideslip组件 app-preview-swiper组件 app-preview-eCommerce组件
app-preview-moreGoods组件 HTML <div :style="item.style" class="moreGoods"> <div class="title"> // innerHTML会把代码片段插入到当前节点中 <span class="title-name"
app-preview-ticketImage组件 HTML <div [style]="item.style" class="ticketImage"> <div class="ticketImage_List"> <div // ngFor为循环指令 *ngFor="let
智能信息所需资料及资质审核规范 智能信息入网所需材料准备 表1 智能信息入网所需材料 智能信息所需资料 AIM AIM+ 是否加盖公章 是否可添加水印 营业执照复印件(三证合一9开头) √ √ √ × 智能信息及富媒体消息类业务素材承诺函 √ √ √ √ 经办人身份证复印件(正反面)
app-preview-button组件 HTML <div> <p [style]="item.style" (click)="PreviewService.emit(item.event)" class="preview-element" > {{ item.text }} </p>
app-preview-card-voucher组件 HTML <div class="card-voucher"> <div class="content"> <div class="content_top"> <div *ngIf="item.content.voucheType
app-preview-image组件 HTML <div class="imgBox preview-element"> <img class="preview-element" [src]="item?.src" [style]="item.style" // 若图片的动作类
app-preview-text组件 HTML <div> <p class="preview-element text-element" [style]="item.style" (click)="PreviewService
app-preview-card-vouchers组件 HTML <div [style]="item.style" class="cardVouchers"> // innerHTML会把代码片段插入到当前节点中 <div class="title" [innerHTML]="item
app-preview-swiper组件 开发横滑组件时可定义的属性及其作用如表1所示,您可根据实际需求进行定义。 表1 横滑组件属性及作用 属性 作用 item.style 样式定义。 item.swiper.autoplay 是否自动轮播。 item.swiper.loop 是否循环。
企业备案 在“企业备案管理”界面,客户可以查看审核资料状态,若审核通过,可以进行资料下载。 用户选择多个场景进行操作时,在A场景认证企业信息审核通过后,在其他场景认证企业信息时与A场景共有的信息,无需重复上传。例如,用户选择智能信息和智能信息服务号进行操作,则在智能信息认证企业信
app-preview-sideslip组件 HTML <div class="Sideslip" [style]="item.style"> <div class="Sideslip-scroll" [style]="{ width: sideslipList.length *
概述 云消息服务为您提供智能信息、智能信息基础版(视频短信)、服务号、Push消息、媒体投放、一体化智能营销发送等能力,为行业客户提供一站式行业服务及用户增长的云消息服务,实现全场景、全终端客户触达,提升最终消费者服务满意度和营销转化率。 本文以智能信息、智能信息服务号、智能信息
app-preview-video组件 HTML <div> <video class="preview-element" [poster]="item.cover" controls [style]="item.style" [src]="item.src"></video> </div>
概述 欢迎使用云消息服务(KooMessage),云消息服务为您提供智能信息、智能信息基础版(视频短信)、服务号、Push消息、媒体投放、一体化智能营销发送等能力,为行业客户提供一站式行业服务及用户增长的云消息服务,实现全场景、全终端客户触达,提升最终消费者服务满意度和营销转化率。
支持的子组件类型 以图1为例,该模板的预览视图由image、text、button三个子组件拼接而成。目前KooMessage的智能短信模板已支持11种类型的子组件开发,详见表1。对于各类型子组件,子组件代码示例提供了相应的HTML、CSS、JavaScript代码段供参考,部分
操作前必读 云消息服务(KooMessage)融合多种客户触达渠道,包括智能信息、智能信息基础版(视频短信)、服务号、Push消息、媒体投放、一体化智能营销发送等能力,为行业客户提供一站式行业服务及用户增长服务,实现全场景、全终端客户触达,提升最终消费者服务满意度和营销转化率。
一站式服务号创建 功能介绍 一站式服务号创建。 URI POST /v1/aim-sa/unify/pubs 请求参数 表1 请求Header参数 参数 是否必选 参数类型 描述 X-Auth-Token 是 String 用户Token。通过调用IAM服务获取用户Token接口
app-preview-eCommerce组件 HTML <div class="ECommerce"> <swiper [autoplay]="false" [loop]="true" *ngIf="item.content.imageList.visibility === 'visible'">