0

在main.js文件里写入,楼上那个方法,报错 [UMENG] -- 请正确设置相关信息! import uma from 'umtrack-wx'; uma.init({ appKey: '', //由友盟分配的APP_KEY // 使...

2023-04-20 15:24

1

设置一个变量然后让那个变量计数 data(){ return{ timer:60 } } ,methods:{ SMS(){ let timer1 = setInterval(() => { this.timer--; ...

2019-01-03 10:22

0

https://developers.weixin.qq.com/miniprogram/dev/api/wx.openSetting.html 看微信的文档,这个问题我今天也问了,问题出在了,微信的api调用失败上了

2018-12-24 21:00