zhaoxiaohai 4 years ago
parent
commit
03cce59983
2 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/liveStreaming/index.wxml
  2. BIN
      static/icon-07.png

+ 2 - 2
pages/liveStreaming/index.wxml

@@ -8,7 +8,7 @@
         </view>
     </view>
     <!-- 直播信息 -->
-    <view wx:if="{{true}}" class="account-information">
+    <view wx:if="{{false}}" class="account-information">
         <view class="account-information-left">
             <view>
                 <text class="title">直播账号</text> 1000000000
@@ -27,7 +27,7 @@
         </view>
     </view>
     <view wx:else class="go-to-apply-for">
-        暂无账号 前往申请 >>
+        暂无账号 前往申请 <image style="width: 20rpx; height: 22rpx; margin-left: 8rpx;" src="/static/icon-07.png"></image>
     </view>
 </view>
 <!-- 数据 -->

BIN
static/icon-07.png