Commit 5ae19934 authored by zhangjianguo's avatar zhangjianguo

1

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