riku
2024-11-13 ab70c6eb4a181b282af0eb200275cd8a4d2ab172
1
2
3
4
5
6
<!--pages/mUser/sceneauthentication/sceneauthentication.wxml-->
<view class="page">
  <image class="banner-bg" src="{{icon1}}" mode="widthFix"></image>
  <view class="tips">请仔细检查以下信息,确认是否正确,调整完成后提交完成认证(其中带*的为必填项,其余为选填项)</view>
  <c-scene-info sceneType="{{sceneType}}" bindonSubmit="onSubmit"></c-scene-info>
</view>