| | |
| | | funTypes = [ |
| | | { value: 'scan', text: '扫码' }, |
| | | { value: 'pay', text: '支付' }, |
| | | { value: 'logout', text: '退出' }, |
| | | { value: 'resetPwd', text: '修改密码'}, |
| | | { value: 'mkBinding', text: '开通扫码登录' }, |
| | | { value: 'mkUnBinding', text: '用户解绑' }, |
| | | { value: 'mkUnsubscribe', text: '注销账户' }, |
| | | { value: 'reAuth', text: '切换系统(清空缓存-小程序)' }, |
| | | { value: 'copyurl', text: '复制链接地址' }, |
| | | { value: 'logout', text: '退出' }, |
| | | { value: 'goBack', text: '返回' }, |
| | | ] |
| | | pageTemps = [ |
| | |
| | | if (wrap.refresh === 'true') { |
| | | funs.push('refresh') |
| | | } |
| | | if (wrap.resetPwd === 'true') { |
| | | funs.push('resetPwd') |
| | | } |
| | | |
| | | const topbarWrapForm = [ |
| | | { |
| | |
| | | options: [ |
| | | {value: 'back', label: '返回'}, |
| | | {value: 'scan', label: '扫一扫'}, |
| | | {value: 'resetPwd', label: '修改密码'}, |
| | | {value: 'refresh', label: '刷新'}, |
| | | {value: 'logout', label: '退出'}, |
| | | ], |
| | |
| | | {field: 'reload', values: ['back']}, |
| | | {field: 'linkmenu', values: ['scan']}, |
| | | ], |
| | | span: 24 |
| | | }, |
| | | { |
| | | type: 'radio', |