make-phone-call.js 79 B

12345
  1. Page({
  2. makePhoneCall() {
  3. my.makePhoneCall({ number: '95888' });
  4. },
  5. });