新增APP适配
This commit is contained in:
@@ -347,7 +347,7 @@
|
||||
<text class="t">明细:共{{ total_count }}件</text>
|
||||
</view>
|
||||
<view class="nav-submit padding-horizontal-main fr">
|
||||
<view class="btn bg-main cr-white text-size-md" type="default" @tap="buy_submit_event" :disabled="buy_submit_disabled_status" hover-class="none" style="padding: 12upx 22upx;border-radius: 12upx;">{{ $t('buy.buy.4884hk') }}</view>
|
||||
<view class="btn bg-main cr-white text-size-md" type="default" @tap="buy_submit_event" :disabled="buy_submit_disabled_status" hover-class="none" style="padding: 12upx 22upx; border-radius: 12upx">{{ $t('buy.buy.4884hk') }}</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -540,6 +540,7 @@
|
||||
},
|
||||
|
||||
onLoad(params) {
|
||||
console.log('进入页面了');
|
||||
// 调用公共事件方法
|
||||
app.globalData.page_event_onload_handle(params);
|
||||
|
||||
@@ -730,9 +731,12 @@
|
||||
} else if (payment == 'WalletPay') {
|
||||
// 支付宝支付 改装钱包余额支付
|
||||
console.log('支付宝支付===', order_id);
|
||||
} else if (payment == 'IEPayPoli') {
|
||||
} else if (payment == 'IEPayPoli' || payment == 'Alipay') {
|
||||
console.log('开始无忧支付===', order_id);
|
||||
this.pay_url = app.globalData.get_request_url('wuYouPay', 'xo');
|
||||
|
||||
console.log('this.pay_url===123455667', this.pay_url);
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.$refs.payment.pay_handle(order_id, payment_id, payment_list);
|
||||
});
|
||||
@@ -817,6 +821,7 @@
|
||||
data: this.request_data_ext_params_merge(data),
|
||||
dataType: 'json',
|
||||
success: (res) => {
|
||||
console.log(res);
|
||||
uni.stopPullDownRefresh();
|
||||
if (this.is_first == 0) {
|
||||
uni.hideLoading();
|
||||
|
||||
Reference in New Issue
Block a user