Files
oil-client-wechat/pages/storageConsole/storageConsole.wxml
2025-12-19 11:20:59 +08:00

29 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--pages/storageConsole/storageConsole.wxml-->
<view class="container">
<view class="list">
<view class="list-item" bindtap="testCgi">
<text class="black">上传成功</text>
</view>
<view class="list-item">
<text class="request-text">文件 ID{{fileID}}</text>
</view>
<view class="list-item">
<text class="request-text">云文件路径:{{cloudPath}}</text>
</view>
<view class="list-item">
<image class="image1" src="{{imagePath}}" mode="aspectFit"></image>
</view>
</view>
<view class="guide">
<!-- <image class="image1" src="{{imagePath}}" mode="aspectFit"></image> -->
<text class="headline">云开发控制台中管理文件</text>
<text class="p">1. 打开云开发控制台</text>
<image class="image1" src="../../images/console-entrance.png" mode="aspectFit"></image>
<text class="p">2. 切换到文件管理标签页</text>
<text class="p">3. 可查看文件列表、管理权限</text>
<text class="p">4. 详细的教程和 API 文件,可点击调试器中打印的链接查看</text>
</view>
</view>