Commit 58e3a7d4 authored by Mac's avatar Mac

1

parent a2bf4ca5
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
}); });
this.request2( this.request2(
{ {
url: '/api/AppletUser/GetUserMyTeamPageListForFX', url: '/api/AppletUser/GetSmallShopsMyTeamPageListForFX',
data: this.msg2 data: this.msg2
}, },
......
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
<view class="shopsetBox"> <view class="shopsetBox">
<view class="box_item"> <view class="box_item">
<span style="font-weight: bold;">店铺logo</span> <span style="font-weight: bold;">店铺logo</span>
<view style="width: 50px;height: 50px;border-radius: 25px;" @click="chooseTheImg"> <!-- <view style="width: 50px;height: 50px;border-radius: 25px;" @click="chooseTheImg">
<image :src="msg.Logo" style="width: 50px;height: 50px;border-radius: 25px;" mode="aspectFit"></image> <image :src="msg.Logo" style="width: 50px;height: 50px;border-radius: 25px;" mode="aspectFit"></image>
</view> </view> -->
<u-avatar :src="msg.Logo" size="120" @click="chooseTheImg"></u-avatar>
</view> </view>
<view style="width: 94%;height: 1px;background: #E8E8E8;margin: 5px 0;"></view> <view style="width: 94%;height: 1px;background: #E8E8E8;margin: 5px 0;"></view>
<view class="box_item"> <view class="box_item">
......
...@@ -199,6 +199,7 @@ ...@@ -199,6 +199,7 @@
(res) => { (res) => {
uni.hideNavigationBarLoading() uni.hideNavigationBarLoading()
this.cash = res.data; this.cash = res.data;
this.cash.Commission = this.cash.Commission?this.cash.Commission:0
let WayList = res.data.WithdrawWayList; let WayList = res.data.WithdrawWayList;
WayList.forEach((x)=>{ WayList.forEach((x)=>{
x.checked = false x.checked = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment