Commit fa40d4cd by 李萌

no message

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