Commit fa40d4cd by 李萌

no message

parent d01333a4
......@@ -373,8 +373,9 @@ Page({
url: '/pages/info1/info1?otype=1&otype1=1'
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
})
}
} else if (res == 0) {
......
......@@ -265,8 +265,9 @@ Page({
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({ flag: true })
}
......
......@@ -1150,7 +1150,6 @@ Page({
}
var swiper_arr = wx.getStorageSync('swiper_arr');
var data1 = {};
// var urls = Api.HOST + 'wechat.php?s=Home/del_vip';
var urls = Api.HOST_xlxl + 'wechat.php?s=Home/del_vips';
var ti_title = swiper_arr[0].measure_name;
......@@ -1232,8 +1231,9 @@ Page({
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({
flag: true
......
......@@ -641,8 +641,9 @@ Page({
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({
flag: true
......
......@@ -764,8 +764,9 @@ var pageData = {
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({
flag: true
......@@ -1105,8 +1106,9 @@ var pageData = {
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({
flag: true
......
......@@ -412,8 +412,9 @@ Page({
}
})
} else {
var g_id = wx.getStorageSync('g_id');
wx.reLaunch({
url: '/pages/info/info?otype=1&otype1=1&ishow=1',
url: `/pages/info/info?otype=1&otype1=1&ishow=1&g_id=${g_id}`,
success: function () {
that.setData({
flag: true
......
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