king
2021-05-26 f66e19dd13af07ee466306632ad43c72f1f16ae7
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -49,7 +49,7 @@
    { value: 'pay', text: Formdict['model.pay'] },
    { value: 'custom', text: Formdict['header.form.custom'] }
  ]
  const isApp = sessionStorage.getItem('appType') === 'pc'
  const isApp = ['pc', 'mob'].includes(sessionStorage.getItem('appType'))
  let funTypes = [
    { value: 'changeuser', text: Formdict['header.form.func.changeuser'] },