k8_ampe.axml 535 B

123456789
  1. <view>
  2. <view style="height:240rpx;"></view>
  3. <button onTap="aromeInitBpaasService">初始化bpaas刷脸服务</button>
  4. <view style="height:100rpx;"></view>
  5. <input type="text" placeholder="请输入姓名" onInput="inputChange" data-type="name" value="{{certName}}" />
  6. <input type="idcard" placeholder="清输入身份证号" onInput="inputChange" data-type="no" value="{{certNo}}" />
  7. <button onTap="aromeStartBpaasService">启动bpaas刷脸服务</button>
  8. <text style="margin-top: 40rpx;">{{ result || '' }}</text>
  9. </view>