|
@@ -1,5 +1,15 @@
|
1
|
1
|
<view class="content flex-column">
|
2
|
2
|
<view class="box flex-column flex-center">
|
|
3
|
+ <!-- 本小程序属于内部工具,
|
|
4
|
+ 需要授权登录绑定相关信息:
|
|
5
|
+ 1.所属店铺
|
|
6
|
+ 2.所在职位 -->
|
|
7
|
+ <view class="flex-column text-box" style="margin: 90rpx 0;padding:0 30rpx">
|
|
8
|
+ <text>本小程序属于内部工具,</text>
|
|
9
|
+ <text>需要授权登录绑定相关信息:</text>
|
|
10
|
+ <text>1.所属店铺位</text>
|
|
11
|
+ <text>2.所在职位</text>
|
|
12
|
+ </view>
|
3
|
13
|
<image src="/images/icon_logo.png" wx:if="{{!userInfo}}"></image>
|
4
|
14
|
<image class="avatar" src="{{userInfo.avatarUrl}}" wx:else></image>
|
5
|
15
|
<button class="flex-center" bindtap="getUserInfo" wx:if="{{!userInfo}}">授权微信用户信息</button>
|