提交 23a3261d 编写于 作者: 芊里

提交

上级 3676051e
const helpPage = '/pages/ucenter/help/help'; // 帮助页面 const helpPage = '/pages/ucenter/help/help'; // 帮助页面
import {
mapGetters,
mapMutations
} from 'vuex';
let mixin = { let mixin = {
// 监听帮助按钮 // 监听帮助按钮
onNavigationBarButtonTap(event) { onNavigationBarButtonTap(event) {
...@@ -7,5 +10,10 @@ let mixin = { ...@@ -7,5 +10,10 @@ let mixin = {
url:helpPage url:helpPage
}) })
}, },
methods:{
...mapMutations({
setUserInfo: 'user/login'
})
}
} }
export default mixin export default mixin
\ No newline at end of file
...@@ -80,18 +80,6 @@ ...@@ -80,18 +80,6 @@
currentPage = pages[pages.length - 1]; currentPage = pages[pages.length - 1];
currentPage.$getAppWebview().setStyle({ currentPage.$getAppWebview().setStyle({
top:"1000px" top:"1000px"
<<<<<<< HEAD
})
},
onReady() {
this.$refs.uniQuickLogin.login('univerify')
setTimeout(() => {
currentPage.$getAppWebview().setStyle({
top:"0"
})
}, 1500);
},
=======
}) })
//#endif //#endif
}, },
...@@ -105,8 +93,6 @@ ...@@ -105,8 +93,6 @@
}, 1500); }, 1500);
//#endif //#endif
}, },
>>>>>>> 148172bb1d4257605d106e690cdf5ab6917c2bb9
computed: { computed: {
canGetShortMsg() { canGetShortMsg() {
let reg = /^1\d{10}$/; let reg = /^1\d{10}$/;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册