src/menu/components/share/actioncomponent/formconfig.jsx
@@ -281,9 +281,9 @@ options: [{ value: 'wxpay', text: '微信' }, { value: 'alipay', text: '支付宝' // }, { // value: 'alipay', // text: '支付宝' }] }, { @@ -737,6 +737,7 @@ tooltip: '执行成功后需要打开的菜单。', initVal: card.openmenu || (!appType ? [] : ''), help: appType === 'mob' || appType === 'pc' ? '可返回上一页。' : null, extendName: 'MenuNo', required: false, allowClear: true, options: appType === 'mob' || appType === 'pc' ? [...appMenus, {value: 'goback', text: '返回(上一页)'}] : menulist,