|
@@ -12,7 +12,7 @@
|
12
|
12
|
<text class="userPhone">{{userInfo.phone || ''}}</text>
|
13
|
13
|
</view>
|
14
|
14
|
<view class="centerLabel unsigned" wx:else>
|
15
|
|
- <button open-type="getUserInfo" bindgetuserinfo="signup" >
|
|
15
|
+ <button open-type="getUserInfo" bindgetuserinfo="signup">
|
16
|
16
|
授权注册
|
17
|
17
|
</button>
|
18
|
18
|
</view>
|
|
@@ -20,12 +20,14 @@
|
20
|
20
|
<view class="list">
|
21
|
21
|
<view>
|
22
|
22
|
<view>
|
|
23
|
+ <image mode="widthFix" src="/assets/images/icon42.png" class="listBg"></image>
|
23
|
24
|
<view class="item flex-h" wx:for="{{UserSetList}}" wx:for-item="item" wx:for-index="idx" wx:key="key" data-type="{{idx}}" bindtap="ListTap">
|
24
|
25
|
<image mode="widthFix" data-type="{{idx}}" src="{{item.icon}}" style="width: 32rpx;"></image>
|
25
|
26
|
<text class="flex-item" data-type="{{idx}}">{{item.value}}</text>
|
|
27
|
+ <text style="font-weight: normal;color: #999;">0</text>
|
26
|
28
|
<image mode="widthFix" data-type="{{idx}}" src="/assets/images/icon11.png" style="width: 18rpx;"></image>
|
27
|
29
|
</view>
|
28
|
30
|
</view>
|
29
|
31
|
</view>
|
30
|
32
|
</view>
|
31
|
|
-</view>
|
|
33
|
+</view>
|