diff --git a/common/js/request.js b/common/js/request.js index c87f6ca..4a52628 100644 --- a/common/js/request.js +++ b/common/js/request.js @@ -11,7 +11,7 @@ export default { title: '加载中' }) // request 触发前拼接 url - args.url = 'https://www.opsoul.com' + args.url; + args.url = 'https://www.opsoul.com:8881' + args.url; // args.url = 'http://192.168.2.42:80' + args.url; // args.url = 'http://127.0.0.1:80' + args.url; if (args.data && Object.prototype && Object.prototype.toString.call(args.data) === '[object Object]') { diff --git a/pages/my/my-order.vue b/pages/my/my-order.vue index 2e7c083..f8d7ff6 100644 --- a/pages/my/my-order.vue +++ b/pages/my/my-order.vue @@ -34,7 +34,7 @@ - + 总价{{shopOrder.totalMoney}} 优惠{{shopOrder.discountMoney}} @@ -47,7 +47,8 @@ class="text-price text-red text-lg text-bold">{{shopOrder.payMoney}} 需付款{{shopOrder.payMoney + shopOrder.changeMoney}} - + + 您有报价/加价申请待付款中......