@ -222,6 +222,7 @@ export default {
onShareTimeline() {
let that = this;
let appInfo = uni.getStorageSync("miniApp-info");
console.log("appInfo", appInfo);
return {
title: appInfo.slogan || "你想找的厂都有,立即查看",
imageUrl: appInfo.logo,
@ -101,7 +101,7 @@
@clickItem="goPage('/root/merchantManagement/teamManage')"
/>
</view>
<view class="g_mt_10" v-if="!userInfo.agencyId">
<view class="g_mt_10" v-if="!userInfo.agencyId && isLogin">
<g-panel-form-item
:list="[
{
@ -77,7 +77,8 @@ export default {
}
},
onShow() {
this.init();
that.init();
methods: {
init() {
@ -89,8 +90,13 @@ export default {
(res) => {
console.log("企业基本信息:", res);
if(res.recordStatus == 1){
that.info = res;
// that.info.recordStatus = 2;
}else{
uni.switchTab({
url: '/pages/home/index',
});
);