更新消息页面bug

This commit is contained in:
dengxin
2024-03-19 20:06:40 +08:00
parent 78e7726bfa
commit b1066a96d5
3 changed files with 7 additions and 7 deletions

View File

@@ -327,14 +327,14 @@
{ {
"path": "pages/recruit/subPage/newsDetail/userrecruitInfo", "path": "pages/recruit/subPage/newsDetail/userrecruitInfo",
"style": { "style": {
"navigationBarTitleText": "任务详情", "navigationBarTitleText": "招工详情",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
}, },
{ {
"path": "pages/recruit/subPage/newsDetail/workInfo", "path": "pages/recruit/subPage/newsDetail/workInfo",
"style": { "style": {
"navigationBarTitleText": "任务详情", "navigationBarTitleText": "岗位详情",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
} }
}, },

View File

@@ -11,13 +11,13 @@
<view class="head_left"> <view class="head_left">
{{value.title}} {{value.title}}
</view> </view>
<view class="head_right" v-if="value.data.length > 0"> <!-- <view class="head_right" v-if="value.data.length > 0">
{{value.data[0][0][value.prop.time]}} {{value.data[0][0][value.prop.time]}}
</view> </view> -->
</view> </view>
<view class="content" v-if="value.data.length > 0"> <!-- <view class="content" v-if="value.data.length > 0">
{{value.prop.desc(value)}} {{value.prop.desc(value)}}
</view> </view> -->
</view> </view>
</view> </view>
<cs-button></cs-button> <cs-button></cs-button>

View File

@@ -3,7 +3,7 @@ module.exports = {
port: 1887, port: 1887,
proxy: { proxy: {
'/api': { '/api': {
// target: 'http://192.168.3.108:8000', // 本地服务接口地址 // target: 'http://39.98.184.58:8000', // 公网
target: 'http://192.168.3.173:8000', // 本地服务接口地址 target: 'http://192.168.3.173:8000', // 本地服务接口地址
ws: true, ws: true,
pathRewrite: { pathRewrite: {