- <ion-view view-title="通知助手">
- <div class="bar bar-header" style="background-image: none;background-color: #3B8BD0;">
- <div class="button button-icon icon pus_blue" ng-click="goBackToIndex()"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goBackToIndex()"></button>
- <h1 class="bar_title" style="color: #fff">通知助手</h1>
- </div>
- <ion-content class="has-header">
- <div align="center" style="margin-top: 80px">
- <img style="width: 200px;height: 150px" src="./img/tongzhiinit.png">
- </div>
- <div align="center" style="margin-top: 20px">
- <button ng-click="newmessage()" style="height: 45px;width: 150px;background-color:#3B8BD0;font-family:Microsoft YaHei;font-size:16px;color: white;border: 0;border-radius:1em "> 新建短信通知</button>
- </div>
- </ion-content>
- </ion-view>
|