When there are two or more status contents on a page, you can consider using [global variable] to determine which status page to display. bulk sms send The author of this article shared an Axure9 tutorial, how global variables are applied, I hope it will help you. When there are two or more status contents on a page, you can consider using [global variable] to determine which status page to display. For example, bulk sms send there are two situations displayed in [Empty Status] and [Data Available] on the music collection list page.
When the user does not have a favorite song, click the favorite navigation to enter the favorite management page, which is the [Empty Status] page . bulk sms send When the user has a favorite song, click the favorite navigation to enter the favorite management page, which is the [Data Status] page. That is, clicking the same button will display bulk sms send different content or jump to different pages when not in use. 1. Implementation principle Using global variables, bulk sms send when the component or page is loaded, the value of the global variable is judged, and different contents are displayed or different pages are displayed according to different values.
Implementation steps 1. Add a global variable Click on the top menu [Project] - [Global Variable Settings] to add a global variable named collection (used to verify whether the user has a favorite song). bulk sms send Its default value is set to 0, which means that there are no favorite songs, and it is an empty status page. When the value is 1, it means that the user has a favorite song. 2. Add a favorite icon button interaction event When the favorite button is not in the favorite state, select the [Favorite] icon button, add [When clicked], set the favorite button state to the next state, that is, bulk sms send it has been favorited, and add [Set global variable] at the same time , the target is [collection], and the value is [1].