[新增]新增自定义tabbar组件
This commit is contained in:
@@ -66,6 +66,9 @@ Page({
|
||||
|
||||
// 存储浏览记录
|
||||
wx.setStorageSync('companyRecord', record)
|
||||
|
||||
// 存储点击的企业id
|
||||
wx.setStorageSync('compayId', company.company_id)
|
||||
|
||||
// 存储店铺ID
|
||||
wx.setStorage({
|
||||
@@ -73,8 +76,8 @@ Page({
|
||||
key : "storeId",
|
||||
success : res=>{
|
||||
if(res.errMsg == "setStorage:ok"){
|
||||
wx.navigateTo({
|
||||
url: "/pages/shortVideo/index",
|
||||
wx.reLaunch({
|
||||
url: "/pages/config/config",
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user