riku
2022-10-10 437144f41c74505d362a5214a18cec3d01b3ce4b
1
2
3
4
5
6
<!--pages/m_user/sceneauthentication/sceneauthentication.wxml-->
<view class="page">
  <image class="banner-bg" src="/res/icons/companyinfo-1.png" mode="widthFix"></image>
  <view class="tips">请仔细检查系统预留的企业信息,确认是否正确,调整完成后提交完成企业认证</view>
  <c-scene-info sceneType="{{sceneType}}" bindonSubmit="onSubmit"></c-scene-info>
</view>