|
@@ -156,6 +156,7 @@ var task = new Vue({
|
|
|
missionsList: [
|
|
|
{
|
|
|
id: 'subscribe',
|
|
|
+ className: '',
|
|
|
x: 0.2,
|
|
|
y: 0.94, // rem
|
|
|
num: 300,
|
|
@@ -166,6 +167,7 @@ var task = new Vue({
|
|
|
},
|
|
|
{
|
|
|
id: 'invite',
|
|
|
+ className: 'delay-100',
|
|
|
x: 2.84,
|
|
|
y: 0.06,
|
|
|
num: 500,
|
|
@@ -176,6 +178,7 @@ var task = new Vue({
|
|
|
},
|
|
|
{
|
|
|
id: 'improveInfo',
|
|
|
+ className: 'delay-300',
|
|
|
x: 4.8,
|
|
|
y: 0.82,
|
|
|
num: 200,
|
|
@@ -447,7 +450,7 @@ var task = new Vue({
|
|
|
},
|
|
|
onClickListItem: function (item) {
|
|
|
if (item.icon === 'jy-svip') {
|
|
|
- if (this.isWeiXinBrowser) {
|
|
|
+ if (utils.isWeiXinBrowser) {
|
|
|
location.href = '/weixin/pay/toMyWxOrder?active=0'
|
|
|
} else {
|
|
|
location.href = '/jyapp/front/myOrder/toMyOrder?active=0'
|