hejianhao
2025-04-03 13e27afb7b7de8261065a9ca746f2b41aa422dff
H5/pages/problemReporting/problemReporting.vue
@@ -41,10 +41,10 @@
      <view class="notice-tip flex a-center ">
         <image src="/static/warnng@2x.png" class="w-31 h-31 mr-15" mode="aspectFill"></image>
         提交后会由上级部门进行审核,请留意审核结果
         提交后会由{{accountLevel < 4 ? '上级工作专班' :'上级部门'}}进行审核,请留意审核结果
      </view>
      <view class="btn" @tap="problemReports">提交至上级部门</view>
      <view class="btn" @tap="problemReports">{{accountLevel < 4 ? '提交至上级工作专班':'提交至上级部门'}}</view>
   </view>
</template>
@@ -60,8 +60,12 @@
            content: '',
            id: '',
            detail: {},
            accountLevel: 1, //1、市级 2、区县 3、街道 4、社区
         };
      },
      onShow() {
         this.accountLevel = uni.getStorageSync('userInfo').accountLevel || 1
      },
      onLoad(option) {
         // option.id = 1
         if (option.id) {