| | |
| | | <template> |
| | | <view class="main_app"> |
| | | <image class="logo" src="@/static/side/default_empty@2x.png" mode=""></image> |
| | | <view class="message">{{message}}</view> |
| | | <view class="btn" @click="backHome">返回主页</view> |
| | | </view> |
| | | </template> |
| | |
| | | export default { |
| | | data() { |
| | | return { |
| | | |
| | | }; |
| | | message: '' |
| | | }; |
| | | }, |
| | | onLoad(op) { |
| | | this.message = op.message || '' |
| | | }, |
| | | methods: { |
| | | backHome(){ |
| | |
| | | height: 228rpx; |
| | | margin: 60% auto 0; |
| | | } |
| | | .message{ |
| | | font-weight: 500; |
| | | font-size: 30rpx; |
| | | color: #222222; |
| | | margin-top: 20rpx; |
| | | text-align: center; |
| | | } |
| | | .btn{ |
| | | position: fixed; |
| | | bottom: 64rpx; |