bayi 1 anno fa
parent
commit
63d6e31d3b
3 ha cambiato i file con 1 aggiunte e 3 eliminazioni
  1. 1 1
      pages/inviteRanking/index.wxml
  2. 0 1
      pages/my/index.js
  3. 0 1
      pages/reading/index.js

+ 1 - 1
pages/inviteRanking/index.wxml

@@ -67,7 +67,7 @@
             <view class="right">
                 <view class="info">
                     <view class="i1">第{{ranking}}名</view>
-                    <view class="i2">距离上一名还差{{gap}}</view>
+                    <view class="i2" wx:if="{{ranking!='1'}}">距离上一名还差{{gap}}</view>
                 </view>
                 <view class="num">
                     {{myCount}}

+ 0 - 1
pages/my/index.js

@@ -65,7 +65,6 @@ Page({
             productList: products,
             isPreferential
         } = await getProducts()
-        console.log(products, isPreferential);
         this.setData({
             products,
             isPreferential

+ 0 - 1
pages/reading/index.js

@@ -40,7 +40,6 @@ let resultAudioContext = null
 let wsEngine = aiengine.createWsEngine({});
 /*微信录音*/
 let recorderManager = wx.getRecorderManager();
-
 Page({
     data: {
         videoInfo: {},