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';