落日与鲸
2025-02-25 b8578617882ddf12c806022b1cee614785c0c7d6
H5/pages/problemReporting/problemReporting.vue
@@ -7,7 +7,7 @@
         </view>
         <view class="address">
            <view class="adr">{{detail.detailedAddress || ''}}</view>
            <view class="adr">{{detail.location || ''}}</view>
            <image src="/static/position@2x.png" class="w-31 h-31" mode="aspectFill"></image>
         </view>
@@ -63,7 +63,7 @@
         };
      },
      onLoad(option) {
         option.id = 1
         // option.id = 1
         if (option.id) {
            this.id = option.id
            getDetail({
@@ -88,7 +88,9 @@
                  })
                  setTimeout(() => {
                     uni.navigateBack()
                     uni.navigateBack({
                        delta: 2
                     })
                  }, 1500)
               }
            })