diff --git a/admin-web-master/dist.zip b/admin-web-master/dist.zip index d23cc7c..e50adae 100644 --- a/admin-web-master/dist.zip +++ b/admin-web-master/dist.zip diff --git a/admin-web-master/src/components/chakan/ggsh.vue b/admin-web-master/src/components/chakan/ggsh.vue index 8554e0f..b92675e 100644 --- a/admin-web-master/src/components/chakan/ggsh.vue +++ b/admin-web-master/src/components/chakan/ggsh.vue @@ -353,7 +353,8 @@ AdvertiserInfoEdit({ id: this.info.id, 'auditStatus': this.radio, - auditComments: this.auditComments + auditComments: this.auditComments, + rentalResourcesId: this.info.rentalResourcesId }).then(res => { console.error(res) if (res.code == 200) { diff --git a/admin-web-master/src/components/chakan/zl.vue b/admin-web-master/src/components/chakan/zl.vue index 25b061d..e320306 100644 --- a/admin-web-master/src/components/chakan/zl.vue +++ b/admin-web-master/src/components/chakan/zl.vue @@ -507,7 +507,8 @@ msgedit({ id: this.info.id, 'auditStatus': this.radio, - auditSuggestions: this.info.auditSuggestions + auditSuggestions: this.info.auditSuggestions, + rentalResourcesId:this.info.rentalResourcesId }).then(res => { console.error(res) if (res.code == 200) { diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 30edaa9..3460ae7 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -16,8 +16,8 @@ let hostall = window.location.href; let baseURL = '' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { - // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; - baseURL = 'http://128.10.249.21:9003'; + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; + // baseURL = 'http://128.10.249.21:9003'; // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; // baseURL = 'http://192.168.2.225:9003'; diff --git a/lvdao-miniapp/pages.json b/lvdao-miniapp/pages.json index ac3f361..65e6e9a 100644 --- a/lvdao-miniapp/pages.json +++ b/lvdao-miniapp/pages.json @@ -397,6 +397,20 @@ "name": "pagesA", "pages": [ { + "path": "web/web", + "style": { + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTitleText": "投诉建议" + } + }, + { + "path": "tishi/tishi", + "style": { + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTitleText": "提示" + } + }, + { "path": "hxlist/hxlist", "style": { "navigationBarBackgroundColor": "#FFFFFF", diff --git a/lvdao-miniapp/pages/complaint/complaint.vue b/lvdao-miniapp/pages/complaint/complaint.vue index 8217a0e..8813daf 100644 --- a/lvdao-miniapp/pages/complaint/complaint.vue +++ b/lvdao-miniapp/pages/complaint/complaint.vue @@ -23,15 +23,15 @@ - + - + - + - + 评价 - - -

- 剩余 {{ remainingCharacters }} 字 -

-
+ + +

+ 剩余 {{ remainingCharacters }} 字 +

+
提交
@@ -54,104 +60,102 @@ export default { data() { return { - recordList:[ - + recordList: [ + ], - toushu:[], + toushu: [], pageindex: { + start:'投诉记录', pageNumber: 0, pageSize: 10 }, - activesType: [ - { + activesType: [{ value: 0, label: '投诉记录' - },{ + }, { value: 1, label: '报修记录' - } - ], - typeShow:false, - joinShow:false, - form:{ - estimate:'', - id:'' + }], + typeShow: false, + joinShow: false, + form: { + estimate: '', + id: '' }, - indexMsg :0 + indexMsg: 0 } }, - mounted(){ + mounted() { this.getALL() }, - computed: { - remainingCharacters() { - const maxLength = 150; - return maxLength - this.form.estimate.length; - } - }, + computed: { + remainingCharacters() { + const maxLength = 150; + return maxLength - this.form.estimate.length; + } + }, methods: { - baoShow(val,ids){ - this.joinShow = true - this.form.estimate = '' - this.form.id = ids - this.indexMsg = val + baoShow(val, ids) { + this.joinShow = true + this.form.estimate = '' + this.form.id = ids + this.indexMsg = val }, - getALL(){ - this.pageindex.createUser =uni.getStorageSync('user').phone - this.$http.sendRequest('/cereComplaintsSuggestions/queryByPage', 'POST',this.pageindex,1).then(res => { - this.toushu = res.data.data.content - }).catch(err => { - console.log(err) - //请求失败 + getALL() { + this.pageindex.createUser = uni.getStorageSync('user').phone + this.$http.sendRequest('/cereComplaintsSuggestions/queryByPage', 'POST', this.pageindex, 1).then( + res => { + this.toushu = res.data.data.content + this.recordList = [] }) }, - recordXq(item){ - const encodedItem = encodeURIComponent(JSON.stringify(item)); + recordXq(item) { + const encodedItem = encodeURIComponent(JSON.stringify(item)); uni.navigateTo({ - url: `/pages/serve/jiDed?item=${encodedItem}`, - }) + url: `/pages/serve/jiDed?item=${encodedItem}`, + }) }, typeChange(e) { - - this.pageindex.start = e[0].labels - if(e[0].value == 0){ - - this.$http.sendRequest('/cereComplaintsSuggestions/queryByPage', 'POST',this.pageindex,1).then(res => { + this.pageindex.start = e[0].label + if (e[0].value == 0) { + + this.$http.sendRequest('/cereComplaintsSuggestions/queryByPage', 'POST', this.pageindex, 1).then( + res => { this.toushu = res.data.data.content - this.recordList =[] - }) - }else{ - this.$http.sendRequest('/cereReportIssuesRepairs/queryByPage', 'POST',this.pageindex,1).then(res => { - this.recordList = res.data.data.content - this.toushu = [] + this.recordList = [] + }) + } else { + this.$http.sendRequest('/cereReportIssuesRepairs/queryByPage', 'POST', this.pageindex, 1).then(res => { + this.recordList = res.data.data.content + this.toushu = [] }) } }, - submit(){ - if (!this.form.estimate) { - uni.showToast({ - icon: 'none', - title: '请输入评价信息' - }); - return; - } - if(this.indexMsg == 1){ - this.$http.sendRequest('/cereComplaintsSuggestions/edit', 'POST',this.form,1).then(res => { - uni.showToast({ - icon: 'success', - title: '评价成功' - }); - }) - this.joinShow = false - }else{ - this.$http.sendRequest('/cereReportIssuesRepairs/edit', 'POST',this.form,1).then(res => { - uni.showToast({ - icon: 'success', - title: '评价成功' - }); - }) - this.joinShow = false - } + submit() { + if (!this.form.estimate) { + uni.showToast({ + icon: 'none', + title: '请输入评价信息' + }); + return; + } + if (this.indexMsg == 1) { + this.$http.sendRequest('/cereComplaintsSuggestions/edit', 'POST', this.form, 1).then(res => { + uni.showToast({ + icon: 'success', + title: '评价成功' + }); + }) + this.joinShow = false + } else { + this.$http.sendRequest('/cereReportIssuesRepairs/edit', 'POST', this.form, 1).then(res => { + uni.showToast({ + icon: 'success', + title: '评价成功' + }); + }) + this.joinShow = false + } } } } @@ -159,4 +163,4 @@ + \ No newline at end of file diff --git a/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue b/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue index 8d6d5df..7972b97 100644 --- a/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue +++ b/lvdao-miniapp/pagesA/myZiyuan/myZiDetails.vue @@ -1,20 +1,20 @@ + \ No newline at end of file diff --git a/lvdao-miniapp/pagesA/tishi/tishi.vue b/lvdao-miniapp/pagesA/tishi/tishi.vue new file mode 100644 index 0000000..8d8eecf --- /dev/null +++ b/lvdao-miniapp/pagesA/tishi/tishi.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/lvdao-miniapp/pagesA/web/web.vue b/lvdao-miniapp/pagesA/web/web.vue new file mode 100644 index 0000000..fd71bbd --- /dev/null +++ b/lvdao-miniapp/pagesA/web/web.vue @@ -0,0 +1,22 @@ + + + + + diff --git a/lvdao-miniapp/static/icon/bg1.png b/lvdao-miniapp/static/icon/bg1.png new file mode 100644 index 0000000..3de4136 --- /dev/null +++ b/lvdao-miniapp/static/icon/bg1.png diff --git a/lvdao-miniapp/static/icon/icon1.png b/lvdao-miniapp/static/icon/icon1.png new file mode 100644 index 0000000..43a5851 --- /dev/null +++ b/lvdao-miniapp/static/icon/icon1.png diff --git a/lvdao-miniapp/static/icon/icon2.png b/lvdao-miniapp/static/icon/icon2.png new file mode 100644 index 0000000..f1465e4 --- /dev/null +++ b/lvdao-miniapp/static/icon/icon2.png diff --git a/lvdao-miniapp/static/icon/icon3.png b/lvdao-miniapp/static/icon/icon3.png new file mode 100644 index 0000000..36536dc --- /dev/null +++ b/lvdao-miniapp/static/icon/icon3.png diff --git a/lvdao-miniapp/static/icon/icon4.png b/lvdao-miniapp/static/icon/icon4.png new file mode 100644 index 0000000..36bc74f --- /dev/null +++ b/lvdao-miniapp/static/icon/icon4.png diff --git a/lvdao-miniapp/static/icon/icon5.png b/lvdao-miniapp/static/icon/icon5.png new file mode 100644 index 0000000..07a6aca --- /dev/null +++ b/lvdao-miniapp/static/icon/icon5.png diff --git a/lvdao-miniapp/static/icon/icon6.png b/lvdao-miniapp/static/icon/icon6.png new file mode 100644 index 0000000..b9826a7 --- /dev/null +++ b/lvdao-miniapp/static/icon/icon6.png