This commit is contained in:
Apcallover
2024-02-21 09:22:41 +08:00
4 changed files with 12 additions and 5 deletions

View File

@@ -66,12 +66,12 @@
<image src="../../static/img/apply.png" mode=""></image> <image src="../../static/img/apply.png" mode=""></image>
我的申请 我的申请
<image src="../../static/img/right.svg" mode=""></image> <image src="../../static/img/right.svg" mode=""></image>
</view> </view> -->
<view class="btnList" @click="go('/pageMy/my/set')"> <view class="btnList" @click="go('/pageMy/my/set')">
<image src="../../static/img/set.svg" mode=""></image> <image src="../../static/img/set.svg" mode=""></image>
设置 设置
<image src="../../static/img/right.svg" mode=""></image> <image src="../../static/img/right.svg" mode=""></image>
</view> --> </view>
<view class="btnList" @click="go('/pageMy/help/help')"> <view class="btnList" @click="go('/pageMy/help/help')">
<image src="../../static/img/help.svg" mode=""></image> <image src="../../static/img/help.svg" mode=""></image>
帮助与反馈 帮助与反馈

View File

@@ -53,6 +53,9 @@
</view> </view>
</view> </view>
<!-- 技能标签 end --> <!-- 技能标签 end -->
<view v-if="info.jobSources" class="prolist">
来源{{info.jobSources}}
</view>
</view> </view>
<view class="head"> <view class="head">
<view class="proname proneed"> <view class="proname proneed">

View File

@@ -56,6 +56,9 @@
</view> </view>
</view> </view>
<!-- 技能标签 end --> <!-- 技能标签 end -->
<view v-if="info.jobSources" class="prolist">
来源{{info.jobSources}}
</view>
</view> </view>
<view class="head"> <view class="head">
<!-- <view class="proname proneed"> <!-- <view class="proname proneed">
@@ -248,7 +251,8 @@
const self = this; const self = this;
workDetail(self.workId).then(res => { workDetail(self.workId).then(res => {
self.info = res.data.data; self.info = res.data.data;
self.status = res.data.data.detailStatus; self.status = res.data.data.status;
self.missionNo = res.data.data.missionNo;
self.latitude = self.info.lat; self.latitude = self.info.lat;
self.longitude = self.info.lon; self.longitude = self.info.lon;
self.covers[0].latitude = self.info.lat; self.covers[0].latitude = self.info.lat;

View File

@@ -3,8 +3,8 @@ module.exports = {
port: 1887, port: 1887,
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://192.168.3.108:8000', // 本地服务接口地址 target: 'http://192.168.3.108:8000', // 本地服务接口地址
target: "http://39.98.184.58:8000", // 阿里云后台地址 // target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://192.168.0.101:8000", // 本地网关 // target: "http://192.168.0.101:8000", // 本地网关
ws: true, ws: true,
pathRewrite: { pathRewrite: {