Commit 5ae19934 authored by zhangjianguo's avatar zhangjianguo

1

parent cc924087
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
}); });
return false return false
} }
this.msg.Fee = this.cash.WithdrawFee*0.01*this.msg.AppliedMoney; this.msg.Fee = this.msg.AppliedMoney - (this.cash.WithdrawFee*0.01*this.msg.AppliedMoney);
uni.showNavigationBarLoading(); uni.showNavigationBarLoading();
this.request2( this.request2(
...@@ -260,7 +260,6 @@ ...@@ -260,7 +260,6 @@
(res) => { (res) => {
uni.hideNavigationBarLoading() uni.hideNavigationBarLoading()
uni.showToast({ uni.showToast({
title: res.message, title: res.message,
icon: "none" icon: "none"
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</view> </view>
</view> </view>
<view class="box_b"> <view class="box_b">
<Text >分销商名称:{{item.Name}}</Text> <Text style='font-size: 13px;'>分销商名称:{{item.Name}}</Text>
<Text >分销商电话:{{item.Mobile}}</Text> <Text style='font-size: 13px;'>分销商电话:{{item.Mobile}}</Text>
</view> </view>
<view class="box_bootom"> <view class="box_bootom">
<u-button type="error"size="mini" style='margin-right: 15px;' @click='handle(2,item.UserId)'>拒绝</u-button> <u-button type="error"size="mini" style='margin-right: 15px;' @click='handle(2,item.UserId)'>拒绝</u-button>
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
:key="index" :key="index"
:name="item.name" :name="item.name"
@click="goUrl(item.link_url)" @click="goUrl(item.link_url)"
v-if="item.name!='分销中心' || user_info.isShowDistributionCenter==1"
> >
<image :src="item.icon_url" style="width: 48rpx;height: 48rpx;"></image> <image :src="item.icon_url" style="width: 48rpx;height: 48rpx;"></image>
<Text <Text
......
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