From a3f28e805338a7ccf8735a1ec21f6f49bb13330b Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Sat, 4 Jan 2025 18:05:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8C=B6=E5=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 2 +- manifest.json | 3 +- page_fenbaotwo/duizhangdan.vue | 194 +++++++ page_fenbaotwo/tixian.vue | 4 +- page_fenbaotwo/wifipz.vue | 335 ++++++++++++ page_fenbaotwo/wifixz.vue | 115 +++++ page_moban/baojie.vue | 134 +---- page_moban/baojieadd.vue | 85 +--- page_moban/baojieorder.vue | 29 +- page_moban/orderxq.vue | 36 +- page_shanghu/index.vue | 30 +- page_shanghu/shanghumy.vue | 23 +- page_shanghu/yunying.vue | 478 +++++++++++++++++- pages.json | 21 + pages/login/login.vue | 2 +- .../components/lime-echart/index.vue | 0 uni_modules/lime-echart/static/ecStat.min.js | 1 - uni_modules/lime-echart/static/echarts.min.js | 17 + uni_modules/lime-echart/static/index.html | 129 ----- uni_modules/lime-echart/static/nvue.html | 177 ------- .../lime-echart/static/uni.webview.1.5.3.js | 1 - .../lime-echart/static/uni.webview.1.5.5.js | 1 - uni_modules/lime-echart/static/uvue.html | 173 ------- 23 files changed, 1286 insertions(+), 704 deletions(-) create mode 100644 page_fenbaotwo/duizhangdan.vue create mode 100644 page_fenbaotwo/wifipz.vue create mode 100644 page_fenbaotwo/wifixz.vue create mode 100644 uni_modules/lime-echart/components/lime-echart/index.vue delete mode 100644 uni_modules/lime-echart/static/ecStat.min.js create mode 100644 uni_modules/lime-echart/static/echarts.min.js delete mode 100644 uni_modules/lime-echart/static/index.html delete mode 100644 uni_modules/lime-echart/static/nvue.html delete mode 100644 uni_modules/lime-echart/static/uni.webview.1.5.3.js delete mode 100644 uni_modules/lime-echart/static/uni.webview.1.5.5.js delete mode 100644 uni_modules/lime-echart/static/uvue.html diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 5c0bfe5..4f2d164 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -20,7 +20,7 @@ const install = (Vue, vm) => { // }, // https://yxd.ccttiot.com/prod-api}); Vue.prototype.$u.http.setConfig({ - // baseUrl: 'http://192.168.2.116:8089', + // baseUrl: 'http://192.168.2.43:8089', baseUrl: 'https://testcha.chuangtewl.com/prod-api', loadingText: '努力加载中~', loadingTime: 800, diff --git a/manifest.json b/manifest.json index de4f92c..455e57d 100644 --- a/manifest.json +++ b/manifest.json @@ -63,7 +63,8 @@ "appid" : "wx38be729b2bb6de33", "setting" : { "urlCheck" : false, - "minified" : true + "minified" : true, + "es6" : true }, "usingComponents" : true, "optimization" : { diff --git a/page_fenbaotwo/duizhangdan.vue b/page_fenbaotwo/duizhangdan.vue new file mode 100644 index 0000000..7ecdf84 --- /dev/null +++ b/page_fenbaotwo/duizhangdan.vue @@ -0,0 +1,194 @@ + + + + + \ No newline at end of file diff --git a/page_fenbaotwo/tixian.vue b/page_fenbaotwo/tixian.vue index 55dd784..d48e1a9 100644 --- a/page_fenbaotwo/tixian.vue +++ b/page_fenbaotwo/tixian.vue @@ -7,10 +7,10 @@ 账户余额(元) - ¥1256 + ¥0 - 累计提现:¥2356 + 累计提现:¥0 diff --git a/page_fenbaotwo/wifipz.vue b/page_fenbaotwo/wifipz.vue new file mode 100644 index 0000000..0afcbca --- /dev/null +++ b/page_fenbaotwo/wifipz.vue @@ -0,0 +1,335 @@ + + + + + \ No newline at end of file diff --git a/page_fenbaotwo/wifixz.vue b/page_fenbaotwo/wifixz.vue new file mode 100644 index 0000000..af27ec9 --- /dev/null +++ b/page_fenbaotwo/wifixz.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/page_moban/baojie.vue b/page_moban/baojie.vue index 91b8881..432bbe3 100644 --- a/page_moban/baojie.vue +++ b/page_moban/baojie.vue @@ -2,18 +2,12 @@ - - + - {{item.userName}}-保洁 - 点击扫码绑定 + {{item.realName == null ? '--' : item.realName}}-保洁 @@ -21,8 +15,8 @@ @@ -33,103 +27,51 @@ 所属店铺 - 租车行 + {{item.storeName == null ? '--' : item.storeName}} - 联系电话:18855566655 + 联系电话:{{item.phonenumber}} - {{item.createTime}} 分成比例:{{item.point}}% + {{item.createTime == null ? '--' : item.createTime}} - - 暂无更多保洁... + + 没有更多保洁啦... - - - - 请扫描二维码进行绑定 - - - - 新建保洁 - - 关闭二维码 - \ No newline at end of file diff --git a/pages.json b/pages.json index 57a7ff8..85cc376 100644 --- a/pages.json +++ b/pages.json @@ -639,6 +639,27 @@ "enablePullDownRefresh": false, "navigationStyle": "custom" } + },{ + "path": "duizhangdan", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "wifipz", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + },{ + "path": "wifixz", + "style": { + "navigationBarTitleText": "上传", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } } ] }, { diff --git a/pages/login/login.vue b/pages/login/login.vue index fd6b9e0..5444749 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -33,7 +33,7 @@ 没有账户? 去注册