初始化
This commit is contained in:
21
pages/deployFunctions/deployFunctions.wxml
Normal file
21
pages/deployFunctions/deployFunctions.wxml
Normal file
@@ -0,0 +1,21 @@
|
||||
<!--pages/deployFunctions/deployFunctions.wxml-->
|
||||
<view class="container">
|
||||
|
||||
<view class="list">
|
||||
<view class="list-item">
|
||||
<text class="black">调用失败</text>
|
||||
</view>
|
||||
<view class="list-item">
|
||||
<text class="request-text">请检查 login 云函数是否已部署</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="guide">
|
||||
<text class="headline">部署 login 云函数</text>
|
||||
<text class="p">1. 确保已通过工具栏云开发入口开通云开发</text>
|
||||
<text class="p">2. 在 cloudfunctions/login 目录上右键上传并部署</text>
|
||||
<text class="p">3. 回到首页,重新点击获取 openid</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user