...
This commit is contained in:
@@ -15,13 +15,9 @@ var t;
|
||||
firstin: function (a) {
|
||||
var e = this;
|
||||
t.util.request({
|
||||
url: "entry/wxapp/Api",
|
||||
url: "auth/user/detail",
|
||||
data: {
|
||||
|
||||
r: "me.detail",
|
||||
uid: a.uid,
|
||||
head_image: a.avatar,
|
||||
nickname: a.nickname,
|
||||
uid: a.uid
|
||||
},
|
||||
success: function (t) {
|
||||
e.setData({
|
||||
@@ -32,8 +28,8 @@ var t;
|
||||
},
|
||||
}),
|
||||
t.util.request({
|
||||
url: "entry/wxapp/Api",
|
||||
data: { r: "store.getSaleinfo", uid: a.uid },
|
||||
url: "entry/store/getSaleinfo",
|
||||
data: { uid: a.uid },
|
||||
success: function (t) {
|
||||
e.setData({ total: t.data.data });
|
||||
},
|
||||
|
@@ -2,8 +2,8 @@
|
||||
<view class="banner"></view>
|
||||
<view class="banner_modle">
|
||||
<view class="banner_modle_top">
|
||||
<image class="banner_modle_top_img" src="{{detail.user.head_image?detail.user.head_image:memberInfo.avatar}}"></image>
|
||||
<view class="banner_modle_top_title">{{memberInfo.nickname}} </view>
|
||||
<image class="banner_modle_top_img" src="{{detail.user.avatar}}"></image>
|
||||
<view class="banner_modle_top_title">{{detail.user.nickname}} </view>
|
||||
<view bindtap="binding" class="banner_modle_top_btn">提现</view>
|
||||
</view>
|
||||
<view class="banner_modle_down">
|
||||
@@ -18,7 +18,7 @@
|
||||
</navigator>
|
||||
<view class="banner_modle_down_border"></view>
|
||||
<navigator class="banner_modle_down_modle" url="/pages/mine/tixian/tixian">
|
||||
<view class="banner_modle_down_modle_top">{{filters.toFix2(total.brokerage-total.withdraw)}}</view>
|
||||
<view class="banner_modle_down_modle_top">{{filters.toFix2(total.withdrawable)}}</view>
|
||||
<view class="banner_modle_down_modle_down">可提现</view>
|
||||
</navigator>
|
||||
<view class="banner_modle_down_border"></view>
|
||||
|
Reference in New Issue
Block a user