[新增]新增自定义tabbar组件

This commit is contained in:
唐明明
2020-12-30 10:15:22 +08:00
parent 2361b0ad09
commit 90ebeb48f7
21 changed files with 151 additions and 148 deletions

View File

@@ -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",
})
}
}