| | |
| | | <template> |
| | | <view class="container" style="height: auto;"> |
| | | <view style="margin: 0.5rem;"> |
| | | <button class="mini-btn" style="margin-right: 10px;" type="default" size="mini">短信审核</button> |
| | | <button @click="toDx()" class="mini-btn" style="margin-right: 10px;" type="default" size="mini">短信审核</button> |
| | | <button class="mini-btn" style="background-color: cornflowerblue;" type="primary" size="mini">微信朋友圈</button> |
| | | </view> |
| | | <view style="display: flex;justify-content: center; flex-direction: column; /"> |
| | |
| | | uni.hideLoading() |
| | | console.log(err); |
| | | }) |
| | | }, |
| | | toDx() |
| | | { |
| | | uni.navigateTo({ |
| | | url:'/pages/ad_page/sms_examine' |
| | | }) |
| | | } |
| | | } |
| | | } |