Files
2025-12-19 11:20:59 +08:00

17 lines
635 B
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.

<view class="container">
<view class="list">
<button open-type="contact" bindcontact="onCustomerServiceButtonClick">
进入客服消息
</button>
</view>
<view class="guide">
<text class="headline">测试须知</text>
<text class="p">1. 进入云开发控制台“设置-全局设置”,选择添加消息推送配置</text>
<text class="p">2. 消息类型选择 text文本客户消息</text>
<text class="p">3. 事件类型选择空</text>
<text class="p">4. 选择需要推送到哪个环境的哪个云函数</text>
<text class="p">5. 在手机上测试</text>
</view>
</view>