callback.wxml 635 B

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