地图找人

This commit is contained in:
Mr.jiang 2024-07-02 16:14:46 +08:00
parent f0bf436fee
commit da050a7ee9
7 changed files with 19 additions and 23 deletions

View File

@ -2,13 +2,13 @@
// const ROOTPATH1 = "http://120.46.52.165/sqx_fast"; // const ROOTPATH1 = "http://120.46.52.165/sqx_fast";
// const ROOTPATH3 = "wss://120.46.52.165/wss/websocket/"; // const ROOTPATH3 = "wss://120.46.52.165/wss/websocket/";
// const ROOTPATH3 = "wss://192.168.2.222:8187/wss/websocket/"; const ROOTPATH3 = "wss://192.168.2.222:8187/wss/websocket/";
// const ROOTPATH = "http://192.168.2.222:8187/sqx_fast"; const ROOTPATH = "http://192.168.2.222:8187/sqx_fast";
// const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast"; const ROOTPATH1 = "http://192.168.2.222:8187/sqx_fast";
const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/"; // const ROOTPATH3 = "wss://1.92.152.160/wss/websocket/";
const ROOTPATH = "http://1.92.152.160/sqx_fast"; // const ROOTPATH = "http://1.92.152.160/sqx_fast";
const ROOTPATH1 = "http://1.92.152.160/sqx_fast"; // const ROOTPATH1 = "http://1.92.152.160/sqx_fast";
// const ROOTPATH3 = "wss://47.75.182.93:8090/wss/websocket/"; // const ROOTPATH3 = "wss://47.75.182.93:8090/wss/websocket/";
// const ROOTPATH = "http://47.75.182.93:8090/sqx_fast"; // const ROOTPATH = "http://47.75.182.93:8090/sqx_fast";
@ -53,8 +53,8 @@ const TX_MAP_KEY = 'VIWBZ-5OM3F-CV7JZ-NLKJY-AXSYV-TMFM6';
//ws基础连接地址 //ws基础连接地址
// const WS_BASE_PATH = 'ws://47.75.182.93:8090/sqx_fast/'; // const WS_BASE_PATH = 'ws://47.75.182.93:8090/sqx_fast/';
// const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/'; const WS_BASE_PATH = 'ws://192.168.2.222:8187/sqx_fast/';
const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/'; // const WS_BASE_PATH = 'ws://1.92.152.160/sqx_fast/';
// const WS_BASE_PATH = 'ws://120.46.52.165/sqx_fast/'; // const WS_BASE_PATH = 'ws://120.46.52.165/sqx_fast/';
// const WS_BASE_PATH = 'wss://admin.sjajk.com/sqx_fast/';//生产需替换 // const WS_BASE_PATH = 'wss://admin.sjajk.com/sqx_fast/';//生产需替换

View File

@ -20,16 +20,16 @@ module.exports = {
publicYuMing() { publicYuMing() {
// return 'https://admin.sjajk.com'//生产需替换 // return 'https://admin.sjajk.com'//生产需替换
// return 'http://120.46.52.165'1.92.152.160 // return 'http://120.46.52.165'1.92.152.160
// return 'http://192.168.2.222:8187' return 'http://192.168.2.222:8187'
return 'http://1.92.152.160' // return 'http://1.92.152.160'
// return 'http://47.75.182.93:8090:8187' // return 'http://47.75.182.93:8090:8187'
}, },
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名 //全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
publicYuMingApp() { publicYuMingApp() {
// return 'https://wx.sjajk.com'//生产需替换 // return 'https://wx.sjajk.com'//生产需替换
// return 'http://120.46.52.165' // return 'http://120.46.52.165'
return 'http://1.92.152.160' // return 'http://1.92.152.160'
// return 'http://192.168.2.222:8187' return 'http://192.168.2.222:8187'
// return 'http://47.75.182.93:8090:8187' // return 'http://47.75.182.93:8090:8187'
}, },
logout() { logout() {

View File

@ -189,7 +189,7 @@
} }
that.$Request.get('/app/massage/packageDetail/getAppPackageDetail',data).then(res => { that.$Request.get('/app/massage/packageDetail/getAppPackageDetail',data).then(res => {
if (res.code == 0) { if (res.code == 0) {
that.getList=res.data; that.getList=res.dat;
that.backgroundImageUrl=that.getList.massageImg that.backgroundImageUrl=that.getList.massageImg
that.labels=res.data.labels.split(',') that.labels=res.data.labels.split(',')
} }

View File

@ -141,7 +141,7 @@
<view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view> <view class="xiangmu-foot-left-dazhe">{{item.oldPrice}}</view>
</view> </view>
<view class="xiadan"> <view class="xiadan">
下单 预约
</view> </view>
</view> </view>
</view> </view>
@ -540,12 +540,14 @@
}) })
} else { } else {
var data={ var data={
massageTypeId:massageTypeId, massageTypeId:massageTypeId.massageTypeId,
tripWay:this.order.tripWay, tripWay:this.order.tripWay,
artificerId:this.order.artificerId, artificerId:this.order.artificerId,
artificerName:this.order.artificerName artificerName:this.order.artificerName
} }
this.$queue.setData('youhui','');
this.$queue.setData('getJishi',data) this.$queue.setData('getJishi',data)
this.$queue.setData('xiangmu',massageTypeId)
uni.navigateTo({ uni.navigateTo({
url: "/my/order/payModify" url: "/my/order/payModify"
}) })

View File

@ -49,9 +49,6 @@
</view> </view>
</view> </view>
</view> </view>
<view class="item-view-jianjie">
{{item.technicianTypeName}}
</view>
<view class="therapist-mian"> <view class="therapist-mian">
<view class="therapist-mian-top"> <view class="therapist-mian-top">
<view class="therapist-mian-view"> <view class="therapist-mian-view">

View File

@ -49,9 +49,6 @@
</view> </view>
</view> </view>
</view> </view>
<view class="item-view-jianjie">
{{item.technicianTypeName}}
</view>
<view class="therapist-mian"> <view class="therapist-mian">
<view class="therapist-mian-top"> <view class="therapist-mian-top">
<view class="therapist-mian-view"> <view class="therapist-mian-view">

View File

@ -102,8 +102,8 @@ class Request {
constructor() { constructor() {
this.config = { this.config = {
// baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换 // baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换
// baseUrl: 'http://192.168.2.222:8187/', baseUrl: 'http://192.168.2.222:8187/',
baseUrl: 'http://1.92.152.160/', // 请求的根域名 // baseUrl: 'http://1.92.152.160/', // 请求的根域名
// baseUrl: 'http://120.46.52.165/', // 请求的根域名 // baseUrl: 'http://120.46.52.165/', // 请求的根域名
// baseUrl: 'http://47.75.182.93:8090/', // baseUrl: 'http://47.75.182.93:8090/',
// 默认的请求头 // 默认的请求头