Commit 58e3a7d4 authored by Mac's avatar Mac

1

parent a2bf4ca5
......@@ -135,7 +135,7 @@
});
this.request2(
{
url: '/api/AppletUser/GetUserMyTeamPageListForFX',
url: '/api/AppletUser/GetSmallShopsMyTeamPageListForFX',
data: this.msg2
},
......
......@@ -3,9 +3,10 @@
<view class="shopsetBox">
<view class="box_item">
<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>
</view>
</view> -->
<u-avatar :src="msg.Logo" size="120" @click="chooseTheImg"></u-avatar>
</view>
<view style="width: 94%;height: 1px;background: #E8E8E8;margin: 5px 0;"></view>
<view class="box_item">
......
......@@ -199,6 +199,7 @@
(res) => {
uni.hideNavigationBarLoading()
this.cash = res.data;
this.cash.Commission = this.cash.Commission?this.cash.Commission:0
let WayList = res.data.WithdrawWayList;
WayList.forEach((x)=>{
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