Commit cd708fb7 by 李萌

no message

parent 9218b7e1
......@@ -295,7 +295,7 @@ Page({
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
......@@ -179,7 +179,7 @@ Page({
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
......@@ -1093,7 +1093,7 @@ Page({
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
......@@ -530,7 +530,7 @@ Page({
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
......@@ -653,7 +653,7 @@ var pageData = {
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......@@ -1072,7 +1072,7 @@ var pageData = {
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
......@@ -312,7 +312,7 @@ Page({
};
var lb_tz = wx.getStorageSync('lb_tz');
if (lb_tz == '1') {
ndata.is_type = 0;
ndata.is_type = 99;
} else {
ndata.is_type = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment