riku
2022-10-21 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23
pages/m_service/p_scheduledetail/p_scheduledetail.js
@@ -5,15 +5,15 @@
   * 页面的初始数据
   */
  data: {
    steps:[{
    steps: [{
      index: '01',
      title: ['前往环', '保部门'],
      content: '前往相关环保部门提供相关证件,可进行营业执照续期。'
    },{
    }, {
      index: '02',
      title: ['营业执', '照续期'],
      content: '前往相关环保部门提供相关证件,可进行营业执照续期。'
    },{
    }, {
      index: '03',
      title: ['营业执', '照续期'],
      content: '前往相关环保部门提供相关证件,可进行营业执照续期。'
@@ -24,7 +24,11 @@
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    this.getOpenerEventChannel().on('acceptDataFromOpenerPage', (data) => {
      this.setData({
        thisSchedule: data
      })
    })
  },
  onSubmit() {