API對象

2020-12-29 10:56 更新

api對象

兼容APICloud已有api對象所有函數(shù)及屬性。參考API對象文檔

api對象使用示例:

<template>  
    <view class='header'>
        <text>{this.data.title}</text>
    </view>  
</template>  
<script>
    export default {  
        name: 'ApiTest',
        apiready(){
            api.toast({msg: '網(wǎng)絡(luò)錯(cuò)誤'});
            this.data.title = '網(wǎng)絡(luò)錯(cuò)誤';
        },
        data(){
            return {
                title: 'Hello APP'
            }
        }
    }
</script>
<style>
    .header{
        height: 45px;
    }
</style>
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號