Compare commits
No commits in common. "a710b015834932f6b7494a0eef41a9c59a323440" and "64054e7497042639b308e0922fb2ac8a98b3d3bd" have entirely different histories.
a710b01583
...
64054e7497
|
@ -57,7 +57,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="push-button">
|
||||
<view class="que-btn" @tap="pay()" >提交申请</view>
|
||||
<!-- <view class="que-btn" @tap="save">提交申请</view> -->
|
||||
<view class="que-btn" @tap="pay()">提交申请</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
@ -135,21 +136,7 @@
|
|||
})
|
||||
|
||||
},
|
||||
callPay(){
|
||||
let userId = this.$queue.getData('userId');
|
||||
let data = {
|
||||
userId
|
||||
}
|
||||
this.$Request.get('/app/commission/fxy/upFxyStatus', data).then(res => {
|
||||
if (res.code == 0) {
|
||||
uni.hideLoading();
|
||||
this.$queue.showToast(res.msg);
|
||||
} else {
|
||||
uni.hideLoading();
|
||||
this.$queue.showToast(res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
selectWay: function(item) {
|
||||
this.openWay = item.id;
|
||||
this.money=item.money
|
||||
|
|
Loading…
Reference in New Issue