This commit is contained in:
SelfRidicule 2024-08-19 15:53:50 +08:00
parent fe923ab30f
commit 3a9b85e707
4 changed files with 33 additions and 7 deletions

View File

@ -6,13 +6,13 @@ App({
// parkId : '26', // 园区id
// parkName : '长阳智会云控', // 园区名称
// 本地测试
DOMAIN_NAME_PREFIX: 'http://192.168.0.30:9227',
DOMAIN_NAME: 'http://192.168.0.30:9227', //接口域名
IMG_NAME: 'http://192.168.0.30:9227',
// DOMAIN_NAME_PREFIX: 'http://192.168.0.30:9227',
// DOMAIN_NAME: 'http://192.168.0.30:9227', //接口域名
// IMG_NAME: 'http://192.168.0.30:9227',
// 生产
// DOMAIN_NAME_PREFIX: 'https://company.haxy.com.cn:4443/shoot-hand',
// DOMAIN_NAME: 'https://company.haxy.com.cn:4443/shoot-hand', //接口域名
// IMG_NAME: 'https://company.haxy.com.cn:4443/shoot-hand',
DOMAIN_NAME_PREFIX: 'https://company.haxy.com.cn:4443/shoot-hand',
DOMAIN_NAME: 'https://company.haxy.com.cn:4443/shoot-hand', //接口域名
IMG_NAME: 'https://company.haxy.com.cn:4443/shoot-hand',
globals: {
refreshMyPages: false,
homedata: {},

View File

@ -1,5 +1,5 @@
{
"navigationBarTitleText": "报修记录",
"navigationBarTitleText": "消息通知",
"usingComponents": {
"van-divider": "@vant/weapp/divider/index",
"van-icon": "@vant/weapp/icon/index"

View File

@ -161,6 +161,20 @@ Page({
})
},
// 跳转-报修查询
jumpRepair(){
wx.navigateTo({
url: '/pages/reportRepair/query/record/record',
})
},
// 跳转-消息
jumpInfo(){
wx.navigateTo({
url: '/pages/my/info/info',
})
},
// 扫一扫
jumpScan() {
let _this = this;

View File

@ -18,6 +18,18 @@
<view class="content">{{userDetail.gender == 0 ? '男' : '女'}}</view>
<van-icon name="arrow" size="40rpx" color="gray" />
</view>
<view class="itemData" bindtap='jumpRepair'>
<view class="label">我的报修</view>
<view class="propOpen"></view>
<view class="content"></view>
<van-icon name="arrow" size="40rpx" color="gray" />
</view>
<view class="itemData" bindtap='jumpInfo'>
<view class="label">消息通知</view>
<view class="propOpen"></view>
<view class="content"></view>
<van-icon name="arrow" size="40rpx" color="gray" />
</view>
<!-- <view class="itemData" bindtap='jumpMy'>
<view class="label">园区</view>
<view class="propOpen"></view>