Procházet zdrojové kódy

fix(controller): 代理订单新增用户ID

xiansin před 4 roky
rodič
revize
50ee79109f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      pages/share/order/order.vue

+ 1 - 0
pages/share/order/order.vue

xqd
@@ -43,6 +43,7 @@
                     <view class="item-bottom dir-left-nowrap">
                         <image class="avatar" :src="item.avatar"></image>
                         <view class="t-omit name">{{item.nickname}}</view>
+                        <view class="t-omit uid" style="width: 25%;">ID:{{item.user_id}}</view>
                         <view class="t-omit type">{{item.share_status}}</view>
                         <view class="money">{{item.is_sale == 1 ? "已得佣金:" : "预计佣金:"}}
                             <text class="red-color">{{item.share_money}}</text>元</view>