|
|
@@ -143,6 +143,7 @@
|
|
|
|
|
|
<script>
|
|
|
import wx from 'weixin-js-sdk';
|
|
|
+import { h5Url } from '@/common/config.js';
|
|
|
import ServiceTimePicker from '@/components/picker/service-time.vue';
|
|
|
import {
|
|
|
getInfo,
|
|
|
@@ -351,7 +352,7 @@ export default {
|
|
|
preferential: this.preferential, //优惠金额
|
|
|
totalPrice: this.totalPrice, //总金额
|
|
|
}
|
|
|
- let url = 'https://test.baoxianzhanggui.com/fragrance/'
|
|
|
+ let url = `${h5Url}/`
|
|
|
payoff(params).then(res => {
|
|
|
let payConfig = JSON.parse(res.data.data)
|
|
|
getSignature(url).then(res => {
|