feat(页面): 在洗涤页面添加设备标题显示并更新请求参数
在洗涤页面数据中增加title字段,用于显示设备标题或设备编码 更新index页面请求接口时添加deviceData参数
This commit is contained in:
@@ -10,7 +10,8 @@ Page({
|
||||
agentname: '',
|
||||
devicecode: '',
|
||||
remainingTime: 0,
|
||||
orderid: ''
|
||||
orderid: '',
|
||||
title: getApp().globalData.deviceData.title || getApp().globalData.deviceData.devicecode
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user