123456789101112131415161718 |
- <!--pages/prompt/prompt.wxml-->
- <view class="container">
- <view class="logo">
- <image class="logo-img" src="/images/new/logo.png">
-
- </image>
- <view class="info ">{{companyName}}</view>
- </view>
- <view class="desc">
- <view class="text-h f16">为提供更优质的服务,{{companyName}}需要获取以下信息:</view>
- <view class="text-f ">
- 你的公开信息(昵称,头像等)</view>
- </view>
- <view class="confirm">
- <button bindtap="getUserProfile" type="primary">确认</button>
- </view>
- </view>
|