Browse Source

[营销物料][修改]:[修改物料的授权]

tags/C.10.02
meo 5 years ago
parent
commit
0c79fc8074
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      pages/index/index.js

+ 5
- 0
pages/index/index.js View File

@@ -378,6 +378,11 @@ Page({
wx.redirectTo({
url: `/pages/getuserinfo/index?id=${options.id}&frommd=md`
});
}// 门店详情
else if (options && options.id && app.globalData.type == 'md') {
wx.redirectTo({
url: `/pages/index/searchbar/detail/index?id=${options.id}`
});
} else if (app.globalData.type == 'uc') {
wx.switchTab({
url: '/index/user'


Loading…
Cancel
Save