This commit is contained in:
SelfRidicule 2024-07-31 11:26:48 +08:00
parent ff8061b699
commit 736c4f7fab
7 changed files with 83 additions and 4 deletions

View File

@ -84,7 +84,8 @@
"pages/reportRepair/assign/affirm/affirm",
"pages/reportRepair/assign/personList/personList",
"pages/reportRepair/assign/again/again",
"pages/reportRepair/repair/index/index"
"pages/reportRepair/repair/index/index",
"pages/reportRepair/repair/case/case"
],
"window": {
"backgroundTextStyle": "light",

View File

@ -0,0 +1,66 @@
// pages/reportRepair/repair/case/case.js
Page({
/**
* 页面的初始数据
*/
data: {
},
/**
* 生命周期函数--监听页面加载
*/
onLoad(options) {
},
/**
* 生命周期函数--监听页面初次渲染完成
*/
onReady() {
},
/**
* 生命周期函数--监听页面显示
*/
onShow() {
},
/**
* 生命周期函数--监听页面隐藏
*/
onHide() {
},
/**
* 生命周期函数--监听页面卸载
*/
onUnload() {
},
/**
* 页面相关事件处理函数--监听用户下拉动作
*/
onPullDownRefresh() {
},
/**
* 页面上拉触底事件的处理函数
*/
onReachBottom() {
},
/**
* 用户点击右上角分享
*/
onShareAppMessage() {
}
})

View File

@ -0,0 +1,4 @@
{
"navigationBarTitleText": "工单详情",
"usingComponents": {}
}

View File

@ -0,0 +1,5 @@
<view class="containerView public">
</view>

View File

@ -0,0 +1,3 @@
.containerView.public {
background: none;
}

View File

@ -20,9 +20,9 @@ Page({
wx.navigateBack()
},
jumpEvaluate(){
jumpCase(){
wx.navigateTo({
url: '/pages/reportRepair/query/evaluate/evaluate',
url: '/pages/reportRepair/repair/case/case',
})
},

View File

@ -46,7 +46,7 @@
</view>
<view class="caseListView">
<view class="caseView" wx:for="{{10}}">
<view class="caseView" wx:for="{{10}}" bind:tap="jumpCase">
<view class="content ellipsisFont">王军发起一个订单王军发起一个订单王军发起一个订单</view>
<view class="time">2024-01-01 10:10:10</view>
<view class="status"></view>