Browse Source

添加筛选

dev
jyt 2 years ago
parent
commit
2722dc65d6
5 changed files with 13 additions and 13 deletions
  1. +1
    -1
      pages/center/consumer/index.vue
  2. +2
    -2
      pages/center/records/index.vue
  3. +3
    -3
      pages/index/personal.vue
  4. +2
    -2
      pages/mine/subscribe.vue
  5. +5
    -5
      utils/domain.js

+ 1
- 1
pages/center/consumer/index.vue View File

@@ -453,7 +453,7 @@
},
getCustomPhase(){
this.phaseList=[]
this.$u.post("http://192.168.31.167:8080/autoSR/api/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => {
this.$u.post("/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => {
let tempArr = []
res.forEach(item=>{
let tempObj = {}


+ 2
- 2
pages/center/records/index.vue View File

@@ -283,7 +283,7 @@
methods:{
getCustomPhase(){
this.phaseList=[]
this.$u.post("http://192.168.31.167:8080/autoSR/api/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => {
this.$u.post("/customer/lifeTrackDefineList",{houseId:this.buildingID}).then(res => {
let tempArr = []
res.forEach(item=>{
let tempObj = {}
@@ -292,7 +292,7 @@
tempArr.push(tempObj)
})
this.phaseList = tempArr;
})
})
},
selectPhase(e){
this.screen.clientStageName=e[0].label;


+ 3
- 3
pages/index/personal.vue View File

@@ -14,15 +14,15 @@
</view>
</view>
<view class="settingGroup box">
<navigator class="line" url="/pages/mine/messageList">
<!-- <navigator class="line" url="/pages/mine/messageList">
<view class="title">
<!-- <image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image> -->
<image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
消息
</view>
<view class="right">
<image src="/static/images/arrow.png" style="width: 18rpx;height: 32rpx;" mode=""></image>
</view>
</navigator>
</navigator> -->
<navigator class="line" url="/pages/mine/subscribe">
<view class="title">
<image src="/static/images/studyhot.png" style="width: 36rpx;height: 36rpx;" mode=""></image>


+ 2
- 2
pages/mine/subscribe.vue View File

@@ -1,12 +1,12 @@
<template>
<view class="main">
<view class="text1">第一步:关注众合发展公众号</view>
<view class="text1">第一步:关注数智工牌公众号</view>
<view style="width: 96%;margin: 0 auto;">
<view class="text2" style="margin-top: 30rpx;">1.长按识别二维码或保存至相册进行关注</view>
<view style="text-align: center;" >
<image @click="baocun()" style="width: 300rpx;height: 300rpx;" src="../../static/images/supimg.png" mode=""></image>
</view>
<view style="margin-top: 30rpx;" class="text2">2.微信搜索公众号【众合发展】进行关注</view>
<view style="margin-top: 30rpx;" class="text2">2.微信搜索公众号【数智工牌】进行关注</view>
</view>
<view style="margin-top: 30rpx;" class="text1">第二步:点击【用户绑定】,完成绑定即可</view>
<view style="width: 100%;margin-top: 30rpx;">


+ 5
- 5
utils/domain.js View File

@@ -1,24 +1,24 @@
// http.js使用域名
// const baseUrl = 'http://192.168.31.57:8080/autoSR/api';// 本地
const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站
// const baseUrl = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式


// config使用域名
/**
/**192.168.31.167
* 小程序配置文件
*/
// 此处主机域名修改成腾讯云解决方案分配的域名
// const host = 'http://192.168.31.57:8080/autoSR/api';// 本地
const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站
// const host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站
// const host = 'http://192.168.31.167:8080/autoSR/api'; // 长龙
// const host = 'http://192.168.31.134:8080/autoSR/api'; // 佳豪
// const host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏
// const host = 'https://zkgj.quhouse.com/api'; // 质控正式
const host = 'https://zkgj.quhouse.com/api'; // 质控正式
// const host = 'https://hfju.com/api'; // 数智正式




Loading…
Cancel
Save