Authored by yyq

app page type

... ... @@ -15,6 +15,7 @@ let question = {
let data = this.$base.data();
yoho.ready(function() {
yoho.invokeMethod('get.pageType', 'questionnaire');
yoho.invokeMethod('set.shareInfo', {
title: data.title,
link: 'http://m.yohobuy.com/3party/questionnaire/' + data.id,
... ... @@ -173,7 +174,7 @@ let question = {
} else {
window.history.go(-1);
}
}, 3000);
}, 2000);
} else {
tipDg.show(data.message || '网络出了点问题~');
}
... ...
... ... @@ -57,7 +57,7 @@ body {
height: 40px;
margin-left: 34px;
border: 0;
border-bottom: 1px solid $borderColor;
border: 1px solid $borderColor;
}
&.on {
... ...