| | |
| | | :disabled="!flag || tiems > 0" |
| | | @click="loadPopup" |
| | | v-if="code" |
| | | :custom-style="{ color: '#FF1472',border:'none' }" |
| | | :custom-style="{ color: (!flag || tiems > 0 )? '#666' : '#4766FE',border:'none' }" |
| | | > |
| | | 确定 |
| | | <text v-show="tiems">({{ tiems }}S)</text> |
| | | </uv-button> |
| | | <uv-button |
| | | |
| | | :disabled="tiems > 0 || !reachBottom " |
| | | :disabled="tiems > 0 || !reachBottom" |
| | | @click="loadPopup" |
| | | v-if="getPlatformProtocolNewList.length" |
| | | :custom-style="{ color: '#FF1472',border:'none' }" |
| | | :custom-style="{ |
| | | color: (tiems > 0 || !reachBottom) ? '#666' : '#4766FE', |
| | | border: 'none' |
| | | }" |
| | | > |
| | | {{ flag || getPlatformProtocolNewList.length === ing + 1 ? '确定' : '下一步' }} |
| | | {{ flag || getPlatformProtocolNewList.length === ing + 1 ? '确定' : '下一步' }} |
| | | <text v-show="tiems">({{ tiems }}S)</text> |
| | | </uv-button> |
| | | </view> |