收藏
回答

小程序中获取用户输入手机号可以正常运行,但真机预览就不行,麻烦各位翘楚帮我看看?

开发工具版本2.30.4,windows,模拟器是iphone5。

 enterPhoneNumber(){

    console.log("调用了enterPhoneNumber")

    let phone = this.data.phone;

    if(phone.length == 11 ){

      wx.setStorageSync('phone', phone)


      this.setData({

        show_phone: false,

      })

    }else{

      wx.showToast({

        title: '请输入正确的手机号码',

        icon:"none"

      })

    }

  },


回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-05-08

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-05-08
    有用
    回复
登录 后发表内容