<button class="weui-btn weui-btn_mini weui-btn_default pd" v-on:click="gain" >{{timerTxt}}</button>
new Vue({
el: '#register',
data: {
timerTxt: '获取验证码',
},
});
PC端和ios上显示,但是在安卓上不显示,安卓界面完全没用引用到vue.js
可能是使用了部分es6语法而未预编译引起的