deployFunctions.wxml 660 B

123456789101112131415161718192021
  1. <!--pages/deployFunctions/deployFunctions.wxml-->
  2. <view class="container">
  3. <view class="list">
  4. <view class="list-item">
  5. <text class="black">调用失败</text>
  6. </view>
  7. <view class="list-item">
  8. <text class="request-text">请检查 login 云函数是否已部署</text>
  9. </view>
  10. </view>
  11. <view class="guide">
  12. <text class="headline">部署 login 云函数</text>
  13. <text class="p">1. 确保已通过工具栏云开发入口开通云开发</text>
  14. <text class="p">2. 在 cloudfunctions/login 目录上右键上传并部署</text>
  15. <text class="p">3. 回到首页,重新点击获取 openid</text>
  16. </view>
  17. </view>