uvue页面
<template>
<view>
</view>
</template>
<script>
let api = uniCloud.importObject('api')
export default {
data() {
return {
}
},
onLoad() {
this.init()
},
methods: {
init(){
api.ceshi()
}
}
}
</script>
<style>
</style>
云对象
module.exports = {
_before: function () {
},
ceshi(){
return { code: '200', data: 'data' }
},
}
深圳奥飞网络 (作者)
感谢告知,谢谢
2023-11-20 23:01
8***@qq.com
麻烦回复下我提的问题
2023-11-27 15:53
e***@163.com
同同样的问题呢
2023-12-14 17:02
3***@qq.com
?
2023-12-16 11:07