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