diff --git a/commons/style/reset-uni-form.scss b/commons/style/reset-uni-form.scss new file mode 100644 index 0000000..a78d604 --- /dev/null +++ b/commons/style/reset-uni-form.scss @@ -0,0 +1,6 @@ +::v-deep .uni-easyinput__content-input{ +height: initial; +} +::v-deep .uni-forms-item{ + min-height: initial; +} diff --git a/http/yskApi/http.js b/http/yskApi/http.js index e09d557..96e97d5 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -17,6 +17,7 @@ import infoBox from "@/commons/utils/infoBox.js" import go from '@/commons/utils/go.js'; // 测试服 let baseUrl = 'https://admintestpapi.sxczgkj.cn' +// let baseUrl = 'http://192.168.1.15:8000' // 王伟本地测 // let baseUrl = '/ww' // let baseUrl = 'http://192.168.1.15:8000' @@ -64,7 +65,6 @@ function commonsProcess(showLoading, httpReqCallback) { return httpReqCallback().then((httpData) => { reqFinishFunc(); // 请求完毕的动作 -console.log(httpData,'调试1') // 从http响应数据中解构响应数据 [ 响应码、 bodyData ] let { statusCode, diff --git a/pageCategory/edit-category/edit-category.vue b/pageCategory/edit-category/edit-category.vue index e829191..4358d90 100644 --- a/pageCategory/edit-category/edit-category.vue +++ b/pageCategory/edit-category/edit-category.vue @@ -2,8 +2,8 @@ - + @@ -13,14 +13,15 @@ - + @@ -190,58 +191,59 @@ - + + + + + + - - - - - \ No newline at end of file diff --git a/pagesOrder/detail/components/user.vue b/pagesOrder/detail/components/user.vue index 0c05831..92f312d 100644 --- a/pagesOrder/detail/components/user.vue +++ b/pagesOrder/detail/components/user.vue @@ -15,28 +15,30 @@ - + {{user.amount}} - 余额 + 余额 {{user.totalScore}} - 积分 + 积分 0.00 - 已消费 + 已消费 diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue index d86dbd0..7d03d3c 100644 --- a/pagesOrder/detail/detail.vue +++ b/pagesOrder/detail/detail.vue @@ -1,10 +1,10 @@