添加角色

This commit is contained in:
老叶
2021-07-28 20:06:18 +08:00
parent 5a8748d795
commit bdf4844d3f
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -9,10 +9,10 @@ a80eb6ed68d7bae2d804fe507a4522f7
//好店云
wx8edd43f384bc39c4
测试账号:18050017004,没验证码
测试账号:15359333655,没验证码
测试账号
账号:18050017004
账号:15359333655
验证码:888888
+1 -1
View File
@@ -9,7 +9,7 @@
<view class="text-bold font-32">
<!-- <open-data type="userNickName"></open-data> -->
{{userInfo.uname}}
<text class="font-22 color-666">({{userInfo.group_name}})</text>
<text class="font-22 color-666" wx:if="{{userInfo.group_name}}">({{userInfo.group_name}})</text>
</view>
<view class="mt10 font-22 color-666">{{userInfo.biz_name}}</view>
</view>
+1 -1
View File
@@ -10,7 +10,7 @@
<view class="text-bold font-32">
<!-- <open-data type="userNickName"></open-data> -->
{{userInfo.uname}}
<text class="font-22 color-666">({{userInfo.group_name}})</text>
<text class="font-22 color-666" wx:if="{{userInfo.group_name}}">({{userInfo.group_name}})</text>
</view>
<view class="mt10 font-22 color-666">{{userInfo.biz_name}}</view>
</view>
+1 -1
View File
@@ -10,7 +10,7 @@
<view class="text-bold font-32">
<!-- <open-data type="userNickName"></open-data> -->
{{userInfo.uname}}
<text class="font-22 color-666">({{userInfo.group_name}})</text>
<text class="font-22 color-666" wx:if="{{userInfo.group_name}}">({{userInfo.group_name}})</text>
</view>
<view class="mt10 font-22 color-666">{{userInfo.biz_name}}</view>
</view>