riku
2022-10-17 eb7366f400867d3f401fe60f06d848d6d1448457
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>