From 65c6badbee706d18397225bb4b794c8b62a81f2a Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Fri, 24 May 2024 10:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=8D=E8=B4=B9=E5=B7=A5=E5=85=B7=E9=99=90?= =?UTF-8?q?=E5=88=B6=E6=95=B0=E9=87=8F=E4=B8=BA1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/toolleasing/tooldetails.vue | 6 ++++-- utils/http.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/index/toolleasing/tooldetails.vue b/pages/index/toolleasing/tooldetails.vue index dcd352e..7aef1cc 100644 --- a/pages/index/toolleasing/tooldetails.vue +++ b/pages/index/toolleasing/tooldetails.vue @@ -181,7 +181,7 @@

商品价格:

限时免费 - 限时免费 + 限时免费 ¥{{ typeName == '测试服务(按次计)' ? tooldetilsdata.tool.priceTime : tooldetilsdata.tool.price }} @@ -190,7 +190,8 @@

购买数量:

- + 1 + @@ -489,6 +490,7 @@ }, citychange(e) { this.typeName = e[0].label + this.cartnumber = 1 }, nowBuy() { let accessToken = uni.getStorageSync('accessToken'); diff --git a/utils/http.js b/utils/http.js index 4d505cb..73aa915 100644 --- a/utils/http.js +++ b/utils/http.js @@ -1,7 +1,7 @@ import comstemutil from "./comstemutil"; //es6 -const baseUrl = 'http://192.168.0.129:9999'; +const baseUrl = 'http://192.168.0.229:9999'; // const baseUrl = 'http://172.16.36.180:9999'; // const baseUrl = 'https://www.keyitest.cn/test-api'; // const baseUrl = 'https://www.keyitest.cn/prod-api';