更新消息页面bug
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user