diff --git a/apis/index.js b/apis/index.js index 1912f23..fa7c693 100644 --- a/apis/index.js +++ b/apis/index.js @@ -9,8 +9,8 @@ import { router } from '@/router/index.js' // 基础配置 const config = { - apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境 - // apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境 + // apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境 + apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境 timeout : 60000 } diff --git a/pages/empower/buy.vue b/pages/empower/buy.vue index 2bf737e..139036b 100644 --- a/pages/empower/buy.vue +++ b/pages/empower/buy.vue @@ -116,8 +116,7 @@ params: { orderId : order_id, orderType : order_type, - price : this.allPrice - } + }, }) }).catch(err => { uni.showToast({ diff --git a/pages/pay/pay.vue b/pages/pay/pay.vue index be2cee0..a294b60 100644 --- a/pages/pay/pay.vue +++ b/pages/pay/pay.vue @@ -39,7 +39,7 @@